# HG changeset patch # User Glenn Morris # Date 1163217799 0 # Node ID faaa0f903f20fa1d56dc4326be68251c09f282dc # Parent 5b49e4f4dab85ea49f6058b6560df01cc1fe754e (org-export-with-timestamps) (org-export-remove-timestamps-from-toc) (org-export-with-tags): Improve previous doc fixes. diff -r 5b49e4f4dab8 -r faaa0f903f20 lisp/textmodes/org.el --- a/lisp/textmodes/org.el Sat Nov 11 04:02:58 2006 +0000 +++ b/lisp/textmodes/org.el Sat Nov 11 04:03:19 2006 +0000 @@ -2147,18 +2147,18 @@ (const :tag "entirely" t))) (defcustom org-export-with-timestamps t - "nil means, do not export time stamps and associated keywords." + "If nil, do not export time stamps and associated keywords." :group 'org-export-general :type 'boolean) (defcustom org-export-remove-timestamps-from-toc t - "nil means, remove timestamps from the table of contents entries." + "If nil, remove timestamps from the table of contents entries." :group 'org-export-general :type 'boolean) (defcustom org-export-with-tags 'not-in-toc - "nil means, do not export tags, just remove them from headlines. -If this is the sysmbol `not-in-toc', tags will be removed from table of + "If nil, do not export tags, just remove them from headlines. +If this is the symbol `not-in-toc', tags will be removed from table of contents entries, but still be shown in the headlines of the document." :group 'org-export-general :type '(choice