emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [orgmode 7.7] - Latex export problem with footnote, macro and co


From: Nicolas Goaziou
Subject: Re: [O] [orgmode 7.7] - Latex export problem with footnote, macro and code block evaluation
Date: Wed, 05 Oct 2011 16:46:33 +0200

Hello,

Roland <address@hidden> 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



reply via email to

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