From mboxrd@z Thu Jan 1 00:00:00 1970 From: David O'Toole Subject: Re: Adapting org-mode to my needs Date: Fri, 21 Apr 2006 10:33:19 -0400 Message-ID: References: <8ad6e8e719e192f5101f6b5f2b9d651b@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWwhK-0005W5-8r for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 10:33:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWwhI-0005VU-Gj for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 10:33:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWwhI-0005VR-D7 for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 10:33:24 -0400 Received: from [66.249.82.204] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWwir-0004BV-V9 for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 10:35:02 -0400 Received: by xproxy.gmail.com with SMTP id s13so298662wxc for ; Fri, 21 Apr 2006 07:33:23 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Fri, 21 Apr 2006 16:11:16 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Looks good to me! Thank you for doing this. Once I have the updated version of org-mode, I will write and test my publishing functions (including something that manufactures an index of all the pages in a project, and possibly produces other reports.) I have some more thoughts on org-mode but I will send them a bit later today. Carsten Dominik writes: > Hi David, > > I have drawn up a complete list of properties I would like to use for > the HTML extension: > > > | Plist-tag | Customization variable | ? > | Default | > |-----------------------+----------------------------------------+----- > +-------------------| > | :language | org-export-default-language | > | "en" | > | :headline-levels | org-export-headline-levels | > | 3 | > | :section-numbers | org-export-with-section-numbers | > | t | > | :table-of-contents | org-export-with-toc | > | t | > | :emphasize | org-export-with-emphasize | > | t | > | :sub-superscript | org-export-with-sub-superscripts | > | t | > | :TeX-macros | org-export-with-TeX-macros | > | t | > | :fixed-width | org-export-with-fixed-width | > | t | > | :tables | org-export-with-tables | > | t | > | :table-auto-headline | org-export-highlight-first-table-line | > | t | > | :style | org-export-html-style | > | "..." | > | :convert-org-links | org-export-html-link-org-files-as-html | > | t | > | :inline-images | org-export-html-inline-images | > | t | > | :expand-quoted-html | org-export-html-expand | > | t | > | :timestamp | org-export-html-with-timestamp | > | nil | > | :publishing-directory | org-export-html-to-directory | new > | "." | > | :preamble | org-export-html-preamble | new > | "" | > | :postamble | org-export-html-postamble | new > | "" | > | :auto-preamble | org-export-html-auto-preamble | new > | t | > | :auto-postamble | org-export-html-auto-postamble | new > | t | > | :author | user-full-name | > | user-full-name | > | :email | user-mail-address | > | user-mail-address | > > > If you agree I will go ahead and implement them. > > - Carsten > > -- Dave O'Toole dto@gnu.org