# HG changeset patch # User Glenn Morris # Date 1163150012 0 # Node ID 47bff65beeb20f5da5a618b88e755f8fc808b61a # Parent b021069be899940d4e70c0c7a29d7bc782ad7b5f (org-export-with-timestamps) (org-export-remove-timestamps-from-toc, org-export-with-tags) (org-read-date): Doc fix (Nil -> nil). diff -r b021069be899 -r 47bff65beeb2 lisp/textmodes/org.el --- a/lisp/textmodes/org.el Fri Nov 10 09:12:49 2006 +0000 +++ b/lisp/textmodes/org.el Fri Nov 10 09:13:32 2006 +0000 @@ -2147,17 +2147,17 @@ (const :tag "entirely" t))) (defcustom org-export-with-timestamps t - "Nil means, do not export time stamps and associated keywords." + "nil means, 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." + "nil means, 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. + "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 contents entries, but still be shown in the headlines of the document." :group 'org-export-general @@ -5960,7 +5960,7 @@ date with the mouse (button 1). The calendar shows a period of three months. To scroll it to other months, use the keys `>' and `<'. If you don't like the calendar, turn it off with - \(setq org-popup-calendar-for-date-prompt Nil) + \(setq org-popup-calendar-for-date-prompt nil) With optional argument TO-TIME, the date will immediately be converted to an internal time.