Browse Source

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

* ox.el (org-export-with-planning): Enhance docstring.
Bastien Guerry 12 years ago
parent
commit
7c048fd886
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lisp/ox.el

+ 4 - 0
lisp/ox.el

@@ -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