mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add missing arch-tags
This commit is contained in:
parent
0bee855751
commit
7f25cb00bf
7 changed files with 23 additions and 2 deletions
|
|
@ -1,3 +1,17 @@
|
|||
2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-docbook.el: Add arch-tag.
|
||||
|
||||
* org-exp-blocks.el: Add arch-tag.
|
||||
|
||||
* org-id.el: Add arch-tag.
|
||||
|
||||
* org-indent.el: Add arch-tag.
|
||||
|
||||
* org-inlinetask.el: Add arch-tag.
|
||||
|
||||
* org-protocol.el: Add arch-tag.
|
||||
|
||||
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org.el (org-create-formula-image): Remove the -E option for
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
;; Maintainer: Baoqiu Cui <cbaoqiu AT yahoo DOT com>
|
||||
;; Keywords: org, wp, docbook
|
||||
;; Description: Converts an org-mode buffer into DocBook
|
||||
;; $Id: org-docbook.el,v 1.1 2009/08/06 09:14:12 cdominik Exp $
|
||||
;; $Id: org-docbook.el,v 1.2 2009/08/08 02:33:22 gm Exp $
|
||||
;; URL:
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
@ -1402,4 +1402,5 @@ that need to be preserved in later phase of DocBook exporting."
|
|||
|
||||
(provide 'org-docbook)
|
||||
|
||||
;; arch-tag: a24a127c-d365-4c2a-9e9b-f7dcb0ebfdc3
|
||||
;;; org-docbook.el ends here
|
||||
|
|
|
|||
|
|
@ -437,4 +437,5 @@ export."
|
|||
|
||||
(provide 'org-exp-blocks)
|
||||
|
||||
;; arch-tag: 1c365fe9-8808-4f72-bb15-0b00f36d8024
|
||||
;;; org-exp-blocks.el ends here
|
||||
|
|
|
|||
|
|
@ -601,8 +601,9 @@ optional argument MARKERP, return the position as a new marker."
|
|||
|
||||
(provide 'org-id)
|
||||
|
||||
;; arch-tag: e5abaca4-e16f-4b25-832a-540cfb63a712
|
||||
;;; org-id.el ends here
|
||||
|
||||
;; arch-tag: e5abaca4-e16f-4b25-832a-540cfb63a712
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -278,4 +278,5 @@ Point is assumed to be at the beginning of a headline."
|
|||
|
||||
(provide 'org-indent)
|
||||
|
||||
;; arch-tag: 981f57e3-d747-49d1-8e63-ed460682cee6
|
||||
;;; org-indent.el ends here
|
||||
|
|
|
|||
|
|
@ -195,4 +195,5 @@ Either remove headline and meta data, or do special formatting."
|
|||
|
||||
(provide 'org-inlinetask)
|
||||
|
||||
;; arch-tag: b76736bc-9f4a-43cd-977c-ecfd6689846a
|
||||
;;; org-inlinetask.el ends here
|
||||
|
|
|
|||
|
|
@ -634,4 +634,6 @@ project-plist is the CDR of an element in `org-publish-project-alist', reuse
|
|||
|
||||
(provide 'org-protocol)
|
||||
|
||||
;; arch-tag: b5c5c2ac-77cf-4a94-a649-2163dff95846
|
||||
|
||||
;;; org-protocol.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue