From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [orgmode 7.7] - Latex export problem with footnote, macro and code block evaluation Date: Wed, 05 Oct 2011 16:46:33 +0200 Message-ID: <87zkhfcx86.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBSl9-0001wJ-J7 for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 10:47:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBSl8-0001iG-JQ for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 10:47:47 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:34600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBSl8-0001d4-DB for emacs-orgmode@gnu.org; Wed, 05 Oct 2011 10:47:46 -0400 Received: by wyf22 with SMTP id 22so2082839wyf.0 for ; Wed, 05 Oct 2011 07:47:45 -0700 (PDT) In-Reply-To: (Roland's message of "Wed, 5 Oct 2011 13:26:46 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Roland Cc: emacs-orgmode@gnu.org Hello, Roland writes: > Hello again, > > I just add some complements to the problem. > > First, here is a more compact buffer to reproduce the bug : > > == Cut here begin == > > # -*- coding: utf-8 -*- > #+TITLE: Title > #+AUTHOR: Roland > #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:{} f:t TeX:t author:t > > #+LaTeX_CLASS: article #+LaTeX_CLASS_OPTIONS: [a4paper,twoside,10pt] > > #+MACRO: TBL src_emacs-lisp[:var v=$1[$2,$3]]{v} > > #+TBLNAME: test-macro > | 1 | 2 | > | 3 | 4 | > > * A footnote > > A footnote [fn:1: yihaa!] > > * A macro > > The value (1,1) of table test-macro is {{{TBL(test-macro,1,1)}}}. > > * A code block latex > > #+begin_src latex > $$a^{2} = b^{2} + c^{2}$$ > #+end_src > > == cut here end == I can't reproduce it on latest Org. If you're not using that version, you should upgrade: some bug fixing happened to footnotes since 7.7. Now, if it happens on that latest version, I will look at it again. Regards, -- Nicolas Goaziou