소스 검색

Fix another option parsing bug

* lisp/org-exp.el (org-export-add-options-to-plist): Use the right match group.
Carsten Dominik 14 년 전
부모
커밋
13669d7e96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-exp.el

+ 1 - 1
lisp/org-exp.el

@@ -864,7 +864,7 @@ security risks."
 				 options))
 	      (setq p (plist-put p (car o)
 				 (car (read-from-string
-				       (match-string 1 options))))))))))
+				       (match-string 2 options))))))))))
   p)
 
 (defun org-export-add-subtree-options (p pos)