org-export: Small clean-up

* contrib/lisp/org-export.el (org-export-get-subtree-options): Small
  clean-up.
This commit is contained in:
Nicolas Goaziou 2012-07-04 18:00:31 +02:00
parent a69f4b88c1
commit c96431a2ea
1 changed files with 0 additions and 2 deletions

View File

@ -1147,8 +1147,6 @@ for export. Return options as a plist."
plist :title
(org-element-parse-secondary-string
prop (org-element-restriction 'keyword)))))
(when (setq prop (org-entry-get (point) "EXPORT_TEXT"))
(setq plist (plist-put plist :text prop)))
(when (setq prop (org-entry-get (point) "EXPORT_AUTHOR"))
(setq plist (plist-put plist :author prop)))
(when (setq prop (org-entry-get (point) "EXPORT_DATE"))