浏览代码

Fix bugs in customization and docstring of `org-archive-save-context-info'.

This follows a report from Brian van der Broek.
Carsten Dominik 17 年之前
父节点
当前提交
53ccd4f053
共有 2 个文件被更改,包括 6 次插入3 次删除
  1. 3 0
      lisp/ChangeLog
  2. 3 3
      lisp/org-archive.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
 
+	* org-archive.el (org-archive-save-context-info): Fix bugs in
+	customization setup and docstring.
+
 	* org-exp.el (org-export-html-style): Changed the size of in the
 	<pre> element to 90%.
 

+ 3 - 3
lisp/org-archive.el

@@ -64,8 +64,8 @@ This variable can be a list of any of the following symbols:
 
 time       The time of archiving.
 file       The file where the entry originates.
-itags      The local tags, in the headline of the subtree.
-ltags      The tags the subtree inherits from further up the hierarchy.
+ltags      The local tags, in the headline of the subtree.
+itags      The tags the subtree inherits from further up the hierarchy.
 todo       The pre-archive TODO state.
 category   The category, taken from file name or #+CATEGORY lines.
 olpath     The outline path to the item.  These are all headlines above
@@ -80,7 +80,7 @@ information."
 	  (const :tag "File" file)
 	  (const :tag "Category" category)
 	  (const :tag "TODO state" todo)
-	  (const :tag "TODO state" priority)
+	  (const :tag "Priority" priority)
 	  (const :tag "Inherited tags" itags)
 	  (const :tag "Outline path" olpath)
 	  (const :tag "Local tags" ltags)))