ox.el (org-export-with-planning): Enhance docstring

* ox.el (org-export-with-planning): Enhance docstring.
This commit is contained in:
Bastien Guerry 2013-04-14 10:56:35 +02:00
parent d06ecf54f5
commit 7c048fd886
1 changed files with 4 additions and 0 deletions

View File

@ -539,6 +539,10 @@ e.g. \"inline:nil\"."
(defcustom org-export-with-planning nil
"Non-nil means include planning info in export.
Planning info is the line containing either SCHEDULED:,
DEADLINE:, CLOSED: time-stamps, or a combination of them.
This option can also be set with the OPTIONS keyword,
e.g. \"p:t\"."
:group 'org-export-general