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 10:04:16 +0200 Message-ID: References: <8ad6e8e719e192f5101f6b5f2b9d651b@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWqco-0008IW-PX for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 04:04:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWqcm-0008IB-Hp for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 04:04:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWqcl-0008I8-S1 for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 04:04:19 -0400 Received: from [66.249.92.169] (helo=uproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWqeH-0002Zy-D4 for emacs-orgmode@gnu.org; Fri, 21 Apr 2006 04:05:53 -0400 Received: by uproxy.gmail.com with SMTP id m2so274026ugc for ; Fri, 21 Apr 2006 01:04: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: David O'Toole Cc: emacs-orgmode@gnu.org Hi David, this looks exactly right, I agree on all accounts. A few comments: > > ;; I would like to contribute this and more, as I think of stuff. I'd > ;; be happy to do the required paperwork with the FSF. Great. Likely not for Emacs 22.1, but later, yes, I want to integrate this. And if we integrate it, the FSF will need the paperwork done. > ; allow user to turn off the printout of author, email, > ; date at the top of pages. I really want this. > > :auto-preamble nil I actually would like to move author and date into a standard postamble because this is more the HTML way of doing things. Then we will also need :auto-postamble nil > > ; the following are inserted into the right places in the > ; real html header by org-publish-as-html > > :style "my-css-string" > :language "en" > :author user-full-name > :email user-mail-address > > ; other options that should over-ride global variables > ; when publishing (of course, options set per orgfile > ; should override everything.im > > :headline-levels 3 > :toc nil > > ; can you think of more? I guess for consistency we should support almost all options in #+OPTIONS, plus whatever I have customization options for. One problem: I think it is not easy to distinguish a nil property from an unspecified property.... Ah, I see there is also `plist-member' for this. Great. > (file-name-sans-extension (buffer-name)) > > ;; instead of just > > (buffer-name) Agreed. Maybe we take the technical details off the mailing list and cc to emacs-orgmode only if the mail contains issues of broader interest? Anyone on this list who would like to listen to the technical chatter? - Carsten