summaryrefslogtreecommitdiff
path: root/lisp/org/org-jsinfo.el
diff options
context:
space:
mode:
authorCarsten Dominik <dominik@science.uva.nl>2008-07-25 23:02:16 +0000
committerCarsten Dominik <dominik@science.uva.nl>2008-07-25 23:02:16 +0000
commitf85aec0d3f9696dfe3111292ab58d6423d5b3df3 (patch)
tree821c588daa416abcfe2d35e01ff5316acf8357f7 /lisp/org/org-jsinfo.el
parent95e345f57c0c589ae45c31c37a08f2bbfeab490f (diff)
downloademacs-f85aec0d3f9696dfe3111292ab58d6423d5b3df3.tar.gz
2008-07-25 Carsten Dominik <dominik@science.uva.nl>
* org-publish.el (org-publish-file): Use the true name of the file. * org-jsinfo.el (org-infojs-handle-options): Use :style-extra instead of :style. * org-exp.el (org-export-plist-vars) (org-export-add-options-to-plist): Handle creator setting flag. (org-export-as-html): Handle attributes also for ftp and mailto links. * org-agenda.el (org-agenda-diary-entry) (org-agenda-execute-calendar-command): Cater for the second argument of `calendar-cursor-to-date'.
Diffstat (limited to 'lisp/org/org-jsinfo.el')
-rw-r--r--lisp/org/org-jsinfo.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/org-jsinfo.el b/lisp/org/org-jsinfo.el
index 6766a9d0144..cb6bbd071c8 100644
--- a/lisp/org/org-jsinfo.el
+++ b/lisp/org/org-jsinfo.el
@@ -5,7 +5,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.06a
+;; Version: 6.06b
;;
;; This file is part of GNU Emacs.
;;
@@ -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))