comparison lisp/textmodes/org.el @ 73916:faaa0f903f20

(org-export-with-timestamps) (org-export-remove-timestamps-from-toc) (org-export-with-tags): Improve previous doc fixes.
author Glenn Morris <rgm@gnu.org>
date Sat, 11 Nov 2006 04:03:19 +0000
parents 47bff65beeb2
children 3e367f69c68c
comparison
equal deleted inserted replaced
73915:5b49e4f4dab8 73916:faaa0f903f20
2145 (const :tag "not at all" nil) 2145 (const :tag "not at all" nil)
2146 (const :tag "headline only" 'headline) 2146 (const :tag "headline only" 'headline)
2147 (const :tag "entirely" t))) 2147 (const :tag "entirely" t)))
2148 2148
2149 (defcustom org-export-with-timestamps t 2149 (defcustom org-export-with-timestamps t
2150 "nil means, do not export time stamps and associated keywords." 2150 "If nil, do not export time stamps and associated keywords."
2151 :group 'org-export-general 2151 :group 'org-export-general
2152 :type 'boolean) 2152 :type 'boolean)
2153 2153
2154 (defcustom org-export-remove-timestamps-from-toc t 2154 (defcustom org-export-remove-timestamps-from-toc t
2155 "nil means, remove timestamps from the table of contents entries." 2155 "If nil, remove timestamps from the table of contents entries."
2156 :group 'org-export-general 2156 :group 'org-export-general
2157 :type 'boolean) 2157 :type 'boolean)
2158 2158
2159 (defcustom org-export-with-tags 'not-in-toc 2159 (defcustom org-export-with-tags 'not-in-toc
2160 "nil means, do not export tags, just remove them from headlines. 2160 "If nil, do not export tags, just remove them from headlines.
2161 If this is the sysmbol `not-in-toc', tags will be removed from table of 2161 If this is the symbol `not-in-toc', tags will be removed from table of
2162 contents entries, but still be shown in the headlines of the document." 2162 contents entries, but still be shown in the headlines of the document."
2163 :group 'org-export-general 2163 :group 'org-export-general
2164 :type '(choice 2164 :type '(choice
2165 (const :tag "Off" nil) 2165 (const :tag "Off" nil)
2166 (const :tag "Not in TOC" not-in-toc) 2166 (const :tag "Not in TOC" not-in-toc)