emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Sperber <sperber@deinprogramm.de>
To: emacs-orgmode@gnu.org
Subject: Fix bug in `org-footnote-normalize' [WAS: Current patches for XEmacs]
Date: Sat, 07 Apr 2012 21:03:37 +0200	[thread overview]
Message-ID: <y9lobr3fjp2.fsf_-_@deinprogramm.de> (raw)
In-Reply-To: 87sjgigcu9.fsf@gnu.org

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]


Bastien <bzg@gnu.org> 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

[-- Attachment #2: Type: text/plain, Size: 980 bytes --]

From b088bfff32d024ec67fcf8ee0812244128198d93 Mon Sep 17 00:00:00 2001
From: Mike Sperber <sperber@deinprogramm.de>
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


      parent reply	other threads:[~2012-04-07 19:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-05 19:33 Current patches for XEmacs Michael Sperber
2012-04-05 20:09 ` Bastien
2012-04-07 19:00   ` Only use `visual-line-mode if it's bound`[WAS: Current patches for XEmacs] Michael Sperber
2012-04-07 19:03   ` Michael Sperber [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=y9lobr3fjp2.fsf_-_@deinprogramm.de \
    --to=sperber@deinprogramm.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).