* lisp/ox.el (org-export--get-inbuffer-options): Add missing PLIST.
This commit is contained in:
Nicolas Goaziou 2020-04-27 10:39:05 +02:00
parent 31068373dc
commit 912c696cd9
1 changed files with 1 additions and 0 deletions

View File

@ -1484,6 +1484,7 @@ Assume buffer is in Org mode. Narrowing, if any, is ignored."
(`("OPTIONS" . ,values)
(setq plist
(apply #'org-combine-plists
plist
(mapcar (lambda (v)
(org-export--parse-option-keyword v backend))
values))))