org-export: Fix option item for drawers

* contrib/lisp/org-export.el (org-export-option-alist): Use "d"
  instead of "drawer".
This commit is contained in:
Nicolas Goaziou 2012-01-21 20:04:51 +01:00
parent 96dc2b01ce
commit a5766a98d5
1 changed files with 1 additions and 1 deletions

View File

@ -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)