From a5766a98d5897cf49d6cfa1cf6827c30eb2258e5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 21 Jan 2012 20:04:51 +0100 Subject: [PATCH] org-export: Fix option item for drawers * contrib/lisp/org-export.el (org-export-option-alist): Use "d" instead of "drawer". --- contrib/lisp/org-export.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 28cd1a9f2..92171f8b9 100644 --- a/contrib/lisp/org-export.el +++ b/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)