[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/org/org-jsinfo.el,v
From: |
Carsten Dominik |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/org/org-jsinfo.el,v |
Date: |
Fri, 25 Jul 2008 23:02:21 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Carsten Dominik <cdominik> 08/07/25 23:02:17
Index: org-jsinfo.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org-jsinfo.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- org-jsinfo.el 24 Jul 2008 13:59:54 -0000 1.4
+++ org-jsinfo.el 25 Jul 2008 23:02:15 -0000 1.5
@@ -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 @@
(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))