Browse Source

Macros: Fix bug in precessing definitions.

Carsten Dominik 16 years ago
parent
commit
e7da07cba5
2 changed files with 4 additions and 1 deletions
  1. 3 0
      lisp/ChangeLog
  2. 1 1
      lisp/org-exp.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org-exp.el (org-infile-export-plist): Fix bug in macro
+	processing.
+
 	* org-agenda.el (org-agenda-clock-out): Update line after clocking
 	out.
 	(org-agenda-highlight-todo): Fix bug with highlighting.

+ 1 - 1
lisp/org-exp.el

@@ -722,7 +722,7 @@ modified) list.")
 	    (setq p (plist-put
 		     p (intern
 			(concat ":macro-" (downcase (match-string 1 val))))
-		     (match-string 2)))))
+		     (match-string 2 val)))))
 	p))))
 
 (defun org-export-add-options-to-plist (p options)