summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2006-11-11 04:04:21 +0000
committerGlenn Morris <rgm@gnu.org>2006-11-11 04:04:21 +0000
commit64948f0f1630fe680c8ef3dbdb780f93b84131b3 (patch)
tree2be978377fd31fe39de2c1cdafcf63153c81cbd1
parent0404f77e70af63fe1b79a127884d31a6eb8d280a (diff)
downloademacs-64948f0f1630fe680c8ef3dbdb780f93b84131b3.tar.gz
(org-export-with-timestamps)
(org-export-remove-timestamps-from-toc) (org-export-with-tags): Improve previous doc fixes.
-rw-r--r--lisp/ChangeLog14
-rw-r--r--lisp/textmodes/org.el8
2 files changed, 18 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 84c6be5af25..6b5f109f36f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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):
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index d0103683ede..dd4cd2e71b2 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -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