Browse Source

org-export: Fix option item for drawers

* contrib/lisp/org-export.el (org-export-option-alist): Use "d"
  instead of "drawer".
Nicolas Goaziou 13 years ago
parent
commit
a5766a98d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lisp/org-export.el

+ 1 - 1
contrib/lisp/org-export.el

@@ -167,7 +167,7 @@
     (:with-archived-trees nil "arch" org-export-with-archived-trees)
     (:with-author nil "author" org-export-with-author)
     (:with-creator nil "creator" org-export-with-creator)
-    (:with-drawers nil "drawer" org-export-with-drawers)
+    (:with-drawers nil "d" org-export-with-drawers)
     (:with-email nil "email" org-export-with-email)
     (:with-emphasize nil "*" org-export-with-emphasize)
     (:with-entities nil "e" org-export-with-entities)