Make org-jsinfo use style-extra.
This commit is contained in:
parent
a66568abb9
commit
7a3557b80b
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue