Julien Cubizolles <j.cubizol...@free.fr> writes:

> Consider the following example, org-footnote-section being "Footnotes"
> #+STARTUP: nofinline
>
> * Premier heading
>
> + voici une photo [fn:1]
>
> * Footnotes
>
> + [fn:1] Crédit photo1
>
> The Beamer export pdf creates a footnote in the first frame, I'd like to
> have it as an item in a frame named Footnotes. This section isn't
> exported anyway.

Indeed. Anything in footnote section is ignored. All is good here.

> * Premier heading
>
> + voici une photo [[photo1]]
>
> * Références
>
> + <<photo1>> crédit photo 1
>
> I can't reproduce the \texttt{} I had yesterday. Now I get an
> \ref{photo1}/\hypertarget{photo2}{} pair. pdflatex complains about an
> undefined reference.

It should be \ref{photo1}/\label{photo1} in this case. I pushed a fix
for that in maint.


Regards,

Reply via email to