瀏覽代碼

ox: Fix b4e91b7e944c900db6b8217d78011afcd2c1e62c

* lisp/ox.el (org-export--get-inbuffer-options): Add missing PLIST.
Nicolas Goaziou 4 年之前
父節點
當前提交
912c696cd9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/ox.el

+ 1 - 0
lisp/ox.el

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