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)