From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: HTML export, org-mode version Date: Mon, 18 May 2009 13:14:53 +0100 Message-ID: <4A11513D.3010002@manor-farm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M61kE-0006AJ-3w for emacs-orgmode@gnu.org; Mon, 18 May 2009 08:15:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M61kC-00069l-75 for emacs-orgmode@gnu.org; Mon, 18 May 2009 08:15:01 -0400 Received: from [199.232.76.173] (port=34117 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M61kC-00069i-2U for emacs-orgmode@gnu.org; Mon, 18 May 2009 08:15:00 -0400 Received: from mx20.gnu.org ([199.232.41.8]:47557) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M61kB-0002gS-PZ for emacs-orgmode@gnu.org; Mon, 18 May 2009 08:14:59 -0400 Received: from li40-130.members.linode.com ([72.14.178.130]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M61kB-0001Wx-5O for emacs-orgmode@gnu.org; Mon, 18 May 2009 08:14:59 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: lists@manor-farm.org Cc: emacs-orgmode > (1) I am running org 6.26d with Aquamacs 1.7 on a current Mac system. At > least I think I have installed that version correctly (Aquamacs 1.7 uses > an older version of org-mode) - how can I find out which version I am > really using? > org/Documentation/Show version in an org buffer, or M-x orgversion. > (2) Is there a template/option to have the table of contents in an HTML > export at the left hand side for navigation, similar to automatically > generated bookmarks in PDF browsers? > Have a look at org-info.js http://orgmode.org/worg/code/org-info-js/ and I think you can also do this using the web site's default style sheet from http://orgmode.org/org.css. Ian.