From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Best way to include references/license Date: Wed, 05 Nov 2014 10:21:16 +0100 Message-ID: <87ioiu6m0j.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlwmZ-0005vI-Em for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 04:21:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlwmR-0002BM-Th for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 04:21:39 -0500 Received: from plane.gmane.org ([80.91.229.3]:52306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlwmR-0002BA-NJ for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 04:21:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XlwmP-0003MG-1n for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 10:21:29 +0100 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2014 10:21:29 +0100 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2014 10:21:29 +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: emacs-orgmode@gnu.org I want to include the copyright terms for images I include in org documents and I'm wondering what would be a good way to go about it. I would like to have a heading gathering all these references in a list. I first thought of using footnotes but according to Org documentation they won't be exported if they are collected in a special heading. Using standard links would need to have one heading by reference. Bracket links (like <>) create a \texttt{} \hypertarget{} pair instead of a \label{} \ref{} pair in the latex file. Should I go with explicit \label{} \ref{} in the org fileĀ ? Julien.