浏览代码

org-export: Export standard drawers by default

* contrib/lisp/org-export.el (org-export-with-drawers): Export
  standard drawers by default.
Nicolas Goaziou 13 年之前
父节点
当前提交
f86de3d233
共有 1 个文件被更改,包括 8 次插入3 次删除
  1. 8 3
      contrib/lisp/org-export.el

+ 8 - 3
contrib/lisp/org-export.el

@@ -276,10 +276,15 @@ If the value is `comment' insert it as a comment."
   :group 'org-export-general
   :type '(string :tag "Creator string"))
 
-(defcustom org-export-with-drawers nil
-  "Non-nil means export with drawers like the property drawer.
+(defcustom org-export-with-drawers t
+  "Non-nil means export contents of standard drawers.
+
 When t, all drawers are exported.  This may also be a list of
-drawer names to export."
+drawer names to export.  This variable doesn't apply to
+properties drawers.
+
+This option can also be set with the #+OPTIONS line,
+e.g. \"d:nil\"."
   :group 'org-export-general
   :type '(choice
 	  (const :tag "All drawers" t)