From 7a3557b80b676674da4fbe3fc11f66366fefd1ff Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 24 Jul 2008 12:18:17 -0700 Subject: [PATCH] Make org-jsinfo use style-extra. --- lisp/org-jsinfo.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el index 6766a9d01..81a2c612a 100644 --- a/lisp/org-jsinfo.el +++ b/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))