From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: List of figures Date: Sun, 23 Feb 2014 15:18:58 +0100 Message-ID: <87y511x67h.fsf@gmail.com> References: 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]:53914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHZtD-0004RL-4g for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 09:18:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHZt7-0001OG-Ar for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 09:18:43 -0500 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:64989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHZt7-0001O9-3K for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 09:18:37 -0500 Received: by mail-wi0-f173.google.com with SMTP id bs8so2218725wib.6 for ; Sun, 23 Feb 2014 06:18:36 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Sat, 22 Feb 2014 13:28:28 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > I'm trying to generate a list of figures for LaTeX export. I thought to > use #+TOC: figures, but this didn't work. > > The Org Export Reference Documentation has this: > > =E2=80=9CTOC=E2=80=9D keyword. It accepts three common values: =E2=80= =9Cheadlines=E2=80=9D, =E2=80=9Ctables=E2=80=9D and > =E2=80=9Clistings=E2=80=9D. Also, =E2=80=9Cheadlines=E2=80=9D value can= have an optional numeric > argument to specify depth of the contents. > > See org-export-collect-headlines, org-export-collect-tables, > org-export-collect-figures and org-export-collect-listings. > > Two questions: > > 1) Is there a reason that the TOC keyword doesn't accept the value > "figures"? The reference to org-export-collect-figures suggests that it > should accept this value. I had planned to allow "figures" for TOC, but I realized it was difficult to define what a "figure" is outside of LaTeX. There is the infrastructure, but it isn't used yet in back-ends. > 2) Is there some other way to generate a list of figures for LaTeX > export? See Rasmus' answer. Regards, --=20 Nicolas Goaziou