Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7f25cb00
Commit
7f25cb00
authored
Aug 08, 2009
by
Carsten Dominik
Browse files
Add missing arch-tags
parent
0bee8557
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
2 deletions
+23
-2
lisp/org/ChangeLog
lisp/org/ChangeLog
+14
-0
lisp/org/org-docbook.el
lisp/org/org-docbook.el
+2
-1
lisp/org/org-exp-blocks.el
lisp/org/org-exp-blocks.el
+1
-0
lisp/org/org-id.el
lisp/org/org-id.el
+2
-1
lisp/org/org-indent.el
lisp/org/org-indent.el
+1
-0
lisp/org/org-inlinetask.el
lisp/org/org-inlinetask.el
+1
-0
lisp/org/org-protocol.el
lisp/org/org-protocol.el
+2
-0
No files found.
lisp/org/ChangeLog
View file @
7f25cb00
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
...
...
lisp/org/org-docbook.el
View file @
7f25cb00
...
...
@@ -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/0
6
0
9:14:12 cdominik
Exp $
;; $Id: org-docbook.el,v 1.
2
2009/08/0
8
0
2: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
lisp/org/org-exp-blocks.el
View file @
7f25cb00
...
...
@@ -437,4 +437,5 @@ export."
(
provide
'org-exp-blocks
)
;; arch-tag: 1c365fe9-8808-4f72-bb15-0b00f36d8024
;;; org-exp-blocks.el ends here
lisp/org/org-id.el
View file @
7f25cb00
...
...
@@ -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
lisp/org/org-indent.el
View file @
7f25cb00
...
...
@@ -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
lisp/org/org-inlinetask.el
View file @
7f25cb00
...
...
@@ -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
lisp/org/org-protocol.el
View file @
7f25cb00
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment