comparison lisp/org/org-archive.el @ 94765:03ae886de7f4

(org-archive-stamp-time, org-archive-save-context-info): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 08 May 2008 15:43:04 +0000
parents ba3167bc4143
children c1ef445563bb
comparison
equal deleted inserted replaced
94764:b0f118394bb4 94765:03ae886de7f4
48 (const :tag "Yes" t) 48 (const :tag "Yes" t)
49 (string :tag "Use this keyword"))) 49 (string :tag "Use this keyword")))
50 50
51 (defcustom org-archive-stamp-time t 51 (defcustom org-archive-stamp-time t
52 "Non-nil means, add a time stamp to entries moved to an archive file. 52 "Non-nil means, add a time stamp to entries moved to an archive file.
53 This variable is obsolete and has no effect anymore, instead add ot remove 53 This variable is obsolete and has no effect anymore, instead add or remove
54 `time' from the variablle `org-archive-save-context-info'." 54 `time' from the variable `org-archive-save-context-info'."
55 :group 'org-archive 55 :group 'org-archive
56 :type 'boolean) 56 :type 'boolean)
57 57
58 (defcustom org-archive-save-context-info '(time file olpath category todo itags) 58 (defcustom org-archive-save-context-info '(time file olpath category todo itags)
59 "Parts of context info that should be stored as properties when archiving. 59 "Parts of context info that should be stored as properties when archiving.
60 When a subtree is moved to an archive file, it looses information given by 60 When a subtree is moved to an archive file, it loses information given by
61 context, like inherited tags, the category, and possibly also the TODO 61 context, like inherited tags, the category, and possibly also the TODO
62 state (depending on the variable `org-archive-mark-done'). 62 state (depending on the variable `org-archive-mark-done').
63 This variable can be a list of any of the following symbols: 63 This variable can be a list of any of the following symbols:
64 64
65 time The time of archiving. 65 time The time of archiving.