Make org-jsinfo use style-extra.

This commit is contained in:
Carsten Dominik 2008-07-24 12:18:17 -07:00
parent a66568abb9
commit 7a3557b80b
1 changed files with 2 additions and 2 deletions

View File

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