From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: HTML export, org-mode version Date: Mon, 18 May 2009 14:24:06 +0200 Message-ID: <8DE47B82-7D9D-4E75-BCD0-203F02B9DDBD@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M61t9-0005eY-P4 for emacs-orgmode@gnu.org; Mon, 18 May 2009 08:24:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M61t4-0005bH-Mc for emacs-orgmode@gnu.org; Mon, 18 May 2009 08:24:14 -0400 Received: from [199.232.76.173] (port=41263 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M61t4-0005b9-He for emacs-orgmode@gnu.org; Mon, 18 May 2009 08:24:10 -0400 Received: from ey-out-1920.google.com ([74.125.78.146]:54078) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M61t4-0006I8-0P for emacs-orgmode@gnu.org; Mon, 18 May 2009 08:24:10 -0400 Received: by ey-out-1920.google.com with SMTP id 13so739852eye.24 for ; Mon, 18 May 2009 05:24:09 -0700 (PDT) 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: Stefan Vollmar Cc: emacs-orgmode On May 18, 2009, at 1:36 PM, Stefan Vollmar wrote: > Hallo, > > I am new to this list and apologize if this has been asked before. =20 > Before I forget: many thanks for this EXCELLENT package! > > (1) I am running org 6.26d with Aquamacs 1.7 on a current Mac =20 > system. At least I think I have installed that version correctly =20 > (Aquamacs 1.7 uses an older version of org-mode) - how can I find =20 > out which version I am really using? > > (2) Is there a template/option to have the table of contents in an =20 > HTML export at the left hand side for navigation, similar to =20 > automatically generated bookmarks in PDF browsers? You can use CSS, take a look at http://orgmode.org/org.css - Carsten > > (3) Syntax highlighting of source code (6.26 d, Chapter 12, p. 102, =20= > "Literal Examples") like this > > #+BEGIN_SRC emacs-lisp > (defun org-xor (a b) > "Exclusive or." > (if a (not b) b)) > #+END_SRC > > works nicely. However it took me a while to get there: I had first =20 > overlooked the footnote and needed to install htmlize.el first. =20 > However, when using a Python snippet with "Python" instead of "emacs-=20= > lisp" there was no colour whatsoever: it needs to be =20 > "python" (although Emacs displays the mode with a capital "P"), =20 > maybe this should be another footnote? I have also added a little =20 > note here: http://www.emacswiki.org/emacs/Htmlize > > Warm regards, > Stefan > --=20 > Dr. Stefan Vollmar, Dipl.-Phys. > Max-Planck-Institut f=FCr neurologische Forschung > Gleuelerstr. 50, 50931 K=F6ln, Germany > Tel.: +49-221-4726-213 FAX +49-221-4726-298 > Tel.: +49-221-478-5713 Mobile: 0160-93874279 > Email: vollmar@nf.mpg.de http://www.nf.mpg.de > > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode