From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: html export list of figures Date: Wed, 23 Sep 2015 18:48:48 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zesqv-0007EB-2p for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 18:49:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZesqJ-0005hQ-PB for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 18:48:55 -0400 Received: from mail-qk0-x233.google.com ([2607:f8b0:400d:c09::233]:33370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZesqJ-0005hM-L0 for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 18:48:51 -0400 Received: by qkdw123 with SMTP id w123so23466732qkd.0 for ; Wed, 23 Sep 2015 15:48:50 -0700 (PDT) In-reply-to: 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: "Cook, Malcolm" Cc: "emacs-orgmode@gnu.org" I am not aware of anything in html for this. In latex, org is just passing the baton to Latex to generate the list of tables/figures. For HTML, you will probably have to generate the code yourself. In org-ref I provide a list-of-tables and list-of-figures link, which has the latex export code you show, but it is also clickable and generates an org buffer with a clickable list of tables or figures. See: https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L932 while there is no html export code there, the clicking functions lay out how to get the information. I guess you would need one more detail of putting some kind of anchor or something on the tables/figures so you could click on the list and jump to the table. it might get you stated anyway. Cook, Malcolm writes: > Hi, > > I see know what to generate a list of figures to appear in my html export in addition to my current > > #+TOC: listings > #+TOC: tables > > Exporting latex provides > > #+LATEX: \listoffigures > > To complement > > #+LATEX: \tableofcontents > #+LATEX: \listoftables > > But I see nothing analogous for HTML > > Am I missing something? > > Thanks, > > Malcolm Cook -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu