소스 검색

Make org-jsinfo use style-extra.

Carsten Dominik 17 년 전
부모
커밋
7a3557b80b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lisp/org-jsinfo.el

+ 2 - 2
lisp/org-jsinfo.el

@@ -180,8 +180,8 @@ Option settings will replace the %MANAGER-OPTIONS cookie."
 	   (setq s (replace-match s t t template))
 	   (setq exp-plist
 		 (plist-put
-		  exp-plist :style
-		  (concat (or (plist-get exp-plist :style) "") "\n" s)))))
+		  exp-plist :style-extra
+		  (concat (or (plist-get exp-plist :style-extra) "") "\n" s)))))
     ;; This script absolutely needs the table of contents, to we change that
     ;; setting
     (if (not (plist-get exp-plist :table-of-contents))