Hello, Thank you for your answer. Yes, I use orgmode 7.7-2, it seems to be the latest packaged version available on linux. I have just reproduced the bug on ubuntu this evening... The problem only happens while latex exporting. For example, an ascii export works fine. Thanks again for your time. Regards, Roland. 2011/10/5 Nicolas Goaziou > 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 >