]> code.delx.au - gnu-emacs/commitdiff
(org-export-with-timestamps)
authorGlenn Morris <rgm@gnu.org>
Sat, 11 Nov 2006 04:04:21 +0000 (04:04 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 Nov 2006 04:04:21 +0000 (04:04 +0000)
(org-export-remove-timestamps-from-toc)
(org-export-with-tags): Improve previous doc fixes.

lisp/ChangeLog
lisp/textmodes/org.el

index 84c6be5af257f812d575d034a93d45404b454719..6b5f109f36f836ab8631d7752be258b43534cce5 100644 (file)
@@ -1,3 +1,17 @@
+2006-11-11  Glenn Morris  <rgm@gnu.org>
+
+       * ido.el (ido-enable-prefix)
+       * ses.el (ses-call-printer-return)
+       * net/tramp.el (tramp-unified-filenames)
+       * progmodes/cc-align.el (c-lineup-string-cont)
+       * progmodes/compile.el (compilation-directory-matcher)
+       * progmodes/ebnf2ps.el (ebnf-stop-on-error)
+       * progmodes/vhdl-mode.el (vhdl-reset-active-high)
+       (vhdl-clock-rising-edge)
+       * textmodes/org.el (org-export-with-timestamps)
+       (org-export-remove-timestamps-from-toc)
+       (org-export-with-tags): Improve previous doc fixes.
+
 2006-11-11  Richard Stallman  <rms@gnu.org>
 
        * textmodes/flyspell.el (flyspell-mode-map):
index d0103683ede52606ec61e8ae2b2e152da1ca33c1..dd4cd2e71b2a65318d765a5d9f747a193dc17d2c 100644 (file)
@@ -2147,18 +2147,18 @@ headline  Only export the headline, but skip the tree below it."
          (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