From 7c048fd8861483b4d1c35344e619339f3d04701e Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 14 Apr 2013 10:56:35 +0200 Subject: [PATCH] ox.el (org-export-with-planning): Enhance docstring * ox.el (org-export-with-planning): Enhance docstring. --- lisp/ox.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/ox.el b/lisp/ox.el index 7a00541d4..fffb7ce43 100644 --- a/lisp/ox.el +++ b/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