emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Fix bug in `org-footnote-normalize' [WAS: Current patches for XEmacs


From: Michael Sperber
Subject: [O] Fix bug in `org-footnote-normalize' [WAS: Current patches for XEmacs]
Date: Sat, 07 Apr 2012 21:03:37 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b31 (darwin)

Bastien <address@hidden> writes:

> Can you send each patch in a separate email using 
> `git format-patch'?

Here's the second one.

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
>From b088bfff32d024ec67fcf8ee0812244128198d93 Mon Sep 17 00:00:00 2001
From: Mike Sperber <address@hidden>
Date: Wed, 4 Apr 2012 09:21:44 +0200
Subject: [PATCH 1/2] Fix bug ion `org-footnote-normalize'.

        * org-footnote.el (org-footnote-normalize): Correctly pass keyword
        arguments to `org-export-preprocess-string'.
---
 lisp/org-footnote.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index 03b95d0..1987779 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -705,7 +705,7 @@ Additional note on 
`org-footnote-insert-pos-for-preprocessor':
                                     (org-combine-plists
                                      export-props
                                      '(:todo-keywords t :tags t :priority t))))
-                               (org-export-preprocess-string def parameters))
+                               (apply #'org-export-preprocess-string def 
parameters))
                            def)
                          ;; Reference beginning position is a marker
                          ;; to preserve it during further buffer
-- 
1.7.0.5


reply via email to

[Prev in Thread] Current Thread [Next in Thread]