From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Adapting org-mode to my needs Date: Fri, 21 Apr 2006 16:11:16 +0200 Message-ID: References: <8ad6e8e719e192f5101f6b5f2b9d651b@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWwLx-0002X6-1K for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 10:11:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWwLv-0002WO-J5 for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 10:11:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWwLv-0002WI-8c for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 10:11:19 -0400 Received: from [66.249.92.174] (helo=uproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWwNU-0002JA-Cm for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 10:12:56 -0400 Received: by uproxy.gmail.com with SMTP id m2so333016ugc for ; Fri, 21 Apr 2006 07:11:18 -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: Carsten Dominik Cc: emacs-orgmode@gnu.org 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