From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: List of figures Date: Sun, 23 Feb 2014 01:31:58 +0100 Message-ID: <8738jay8ht.fsf@gmx.us> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHMzS-0005jZ-D4 for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 19:32:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHMzM-0004jb-8l for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 19:32:18 -0500 Received: from plane.gmane.org ([80.91.229.3]:52972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHMzM-0004jX-1q for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 19:32:12 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WHMzK-0001Qi-CU for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 01:32:10 +0100 Received: from 109.201.154.187 ([109.201.154.187]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 01:32:10 +0100 Received: from rasmus by 109.201.154.187 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 01:32:10 +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 tsd@tsdye.com (Thomas S. Dye) writes: > 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. AFAIK it is not supported. It has puzzled me as well. It's trivial to make a patch for ox-latex; the hard part is adding it to other backends. > 2) Is there some other way to generate a list of figures for LaTeX > export? There's the obvious one: #+LATEX: \listoffigures But that's probably not what you're looking for. As you'll see from org-latex-keyword you can also "cheat" Org by setting org-latex-listings to nil and use #+TOC: listings. Hope it helps, Rasmus -- May contains speling mistake