aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2009-08-08 12:20:51 +0000
committerCarsten Dominik2009-08-08 12:20:51 +0000
commit7f25cb00bf3107dd1f660cb91a2d0ce80587de00 (patch)
treee3e4ab0766dcd7d39910bb03598042493c853367
parent0bee8557515c5d1efb7de923fef9bd7e215c6363 (diff)
downloademacs-7f25cb00bf3107dd1f660cb91a2d0ce80587de00.tar.gz
emacs-7f25cb00bf3107dd1f660cb91a2d0ce80587de00.zip
Add missing arch-tags
-rw-r--r--lisp/org/ChangeLog14
-rw-r--r--lisp/org/org-docbook.el3
-rw-r--r--lisp/org/org-exp-blocks.el1
-rw-r--r--lisp/org/org-id.el3
-rw-r--r--lisp/org/org-indent.el1
-rw-r--r--lisp/org/org-inlinetask.el1
-rw-r--r--lisp/org/org-protocol.el2
7 files changed, 23 insertions, 2 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 10f63995732..82010dc1493 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,17 @@
12009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
2
3 * org-docbook.el: Add arch-tag.
4
5 * org-exp-blocks.el: Add arch-tag.
6
7 * org-id.el: Add arch-tag.
8
9 * org-indent.el: Add arch-tag.
10
11 * org-inlinetask.el: Add arch-tag.
12
13 * org-protocol.el: Add arch-tag.
14
12009-08-06 Carsten Dominik <carsten.dominik@gmail.com> 152009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2 16
3 * org.el (org-create-formula-image): Remove the -E option for 17 * org.el (org-create-formula-image): Remove the -E option for
diff --git a/lisp/org/org-docbook.el b/lisp/org/org-docbook.el
index fdd65fc3057..8d47b552e5d 100644
--- a/lisp/org/org-docbook.el
+++ b/lisp/org/org-docbook.el
@@ -9,7 +9,7 @@
9;; Maintainer: Baoqiu Cui <cbaoqiu AT yahoo DOT com> 9;; Maintainer: Baoqiu Cui <cbaoqiu AT yahoo DOT com>
10;; Keywords: org, wp, docbook 10;; Keywords: org, wp, docbook
11;; Description: Converts an org-mode buffer into DocBook 11;; Description: Converts an org-mode buffer into DocBook
12;; $Id: org-docbook.el,v 1.1 2009/08/06 09:14:12 cdominik Exp $ 12;; $Id: org-docbook.el,v 1.2 2009/08/08 02:33:22 gm Exp $
13;; URL: 13;; URL:
14 14
15;; This file is part of GNU Emacs. 15;; This file is part of GNU Emacs.
@@ -1402,4 +1402,5 @@ that need to be preserved in later phase of DocBook exporting."
1402 1402
1403(provide 'org-docbook) 1403(provide 'org-docbook)
1404 1404
1405;; arch-tag: a24a127c-d365-4c2a-9e9b-f7dcb0ebfdc3
1405;;; org-docbook.el ends here 1406;;; org-docbook.el ends here
diff --git a/lisp/org/org-exp-blocks.el b/lisp/org/org-exp-blocks.el
index 2b5cd819b69..e8cf4392de4 100644
--- a/lisp/org/org-exp-blocks.el
+++ b/lisp/org/org-exp-blocks.el
@@ -437,4 +437,5 @@ export."
437 437
438(provide 'org-exp-blocks) 438(provide 'org-exp-blocks)
439 439
440;; arch-tag: 1c365fe9-8808-4f72-bb15-0b00f36d8024
440;;; org-exp-blocks.el ends here 441;;; org-exp-blocks.el ends here
diff --git a/lisp/org/org-id.el b/lisp/org/org-id.el
index 189865ffe67..70f2243ce16 100644
--- a/lisp/org/org-id.el
+++ b/lisp/org/org-id.el
@@ -601,8 +601,9 @@ optional argument MARKERP, return the position as a new marker."
601 601
602(provide 'org-id) 602(provide 'org-id)
603 603
604;; arch-tag: e5abaca4-e16f-4b25-832a-540cfb63a712
604;;; org-id.el ends here 605;;; org-id.el ends here
605 606
606;; arch-tag: e5abaca4-e16f-4b25-832a-540cfb63a712 607
607 608
608 609
diff --git a/lisp/org/org-indent.el b/lisp/org/org-indent.el
index 04ff3a6e23b..50b6f4856e6 100644
--- a/lisp/org/org-indent.el
+++ b/lisp/org/org-indent.el
@@ -278,4 +278,5 @@ Point is assumed to be at the beginning of a headline."
278 278
279(provide 'org-indent) 279(provide 'org-indent)
280 280
281;; arch-tag: 981f57e3-d747-49d1-8e63-ed460682cee6
281;;; org-indent.el ends here 282;;; org-indent.el ends here
diff --git a/lisp/org/org-inlinetask.el b/lisp/org/org-inlinetask.el
index e36922bee4b..ebee4268c92 100644
--- a/lisp/org/org-inlinetask.el
+++ b/lisp/org/org-inlinetask.el
@@ -195,4 +195,5 @@ Either remove headline and meta data, or do special formatting."
195 195
196(provide 'org-inlinetask) 196(provide 'org-inlinetask)
197 197
198;; arch-tag: b76736bc-9f4a-43cd-977c-ecfd6689846a
198;;; org-inlinetask.el ends here 199;;; org-inlinetask.el ends here
diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el
index b0929bb2ce2..4de3ab89a44 100644
--- a/lisp/org/org-protocol.el
+++ b/lisp/org/org-protocol.el
@@ -634,4 +634,6 @@ project-plist is the CDR of an element in `org-publish-project-alist', reuse
634 634
635(provide 'org-protocol) 635(provide 'org-protocol)
636 636
637;; arch-tag: b5c5c2ac-77cf-4a94-a649-2163dff95846
638
637;;; org-protocol.el ends here 639;;; org-protocol.el ends here