From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Best way to include references/license Date: Thu, 06 Nov 2014 19:27:49 +0100 Message-ID: <87oaskqj4q.fsf@nicolasgoaziou.fr> References: <87ioiu6m0j.fsf@free.fr> <87k33993ti.fsf@nicolasgoaziou.fr> <87oask9s3d.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmRm1-0000MX-Uu for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 13:27:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmRlr-0001kz-PB for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 13:27:09 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:36560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmRlr-0001ks-Ik for emacs-orgmode@gnu.org; Thu, 06 Nov 2014 13:26:59 -0500 In-Reply-To: <87oask9s3d.fsf@free.fr> (Julien Cubizolles's message of "Thu, 06 Nov 2014 18:06:14 +0100") 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: Julien Cubizolles Cc: emacs-orgmode@gnu.org Julien Cubizolles writes: > Consider the following example, org-footnote-section being "Footnotes" > #+STARTUP: nofinline > > * Premier heading > > + voici une photo [fn:1] > > * Footnotes > > + [fn:1] Cr=C3=A9dit 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=C3=A9f=C3=A9rences > > + <> cr=C3=A9dit 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,