From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: Re: html export list of figures Date: Thu, 24 Sep 2015 16:01:28 +0000 Message-ID: <96c687fca5d7432c87e7ceaa918834f2@exchsrv2.sgc.loc> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf8xk-0006rG-2e for emacs-orgmode@gnu.org; Thu, 24 Sep 2015 12:01:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf8xg-00033m-Tk for emacs-orgmode@gnu.org; Thu, 24 Sep 2015 12:01:36 -0400 Received: from smtp02.stowers.org ([40.141.174.62]:45623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf8xg-00033S-O0 for emacs-orgmode@gnu.org; Thu, 24 Sep 2015 12:01:32 -0400 In-Reply-To: Content-Language: en-US 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: 'John Kitchin' Cc: "emacs-orgmode@gnu.org" Hi, > I am not aware of anything in html for this. In latex, org is just passin= g the > baton to Latex to generate the list of tables/figures. For HTML, you wil= l > probably have to generate the code yourself. >=20 > In org-ref I provide a list-of-tables and list-of-figures link, which ha= s the latex > export code you show, but it is also clickable and generates an org buff= er with > a clickable list of tables or figures. See: >=20 > https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L932 >=20 > 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 s= ome > 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. Great John, thanks, I will see what I can add. Is this package part of any= library available via that package manager? >=20 > Cook, Malcolm writes: >=20 > > 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 >=20 > -- > 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