From mboxrd@z Thu Jan 1 00:00:00 1970 From: David O'Toole Subject: org-publish Date: Wed, 20 Aug 2008 00:04:53 -0400 Message-ID: <1219205093.20415.7.camel@pod.lab> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVewO-0006Hu-2I for emacs-orgmode@gnu.org; Wed, 20 Aug 2008 00:05:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVewL-0006Hi-N5 for emacs-orgmode@gnu.org; Wed, 20 Aug 2008 00:04:58 -0400 Received: from [199.232.76.173] (port=55446 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVewL-0006Hf-Hv for emacs-orgmode@gnu.org; Wed, 20 Aug 2008 00:04:57 -0400 Received: from py-out-1112.google.com ([64.233.166.176]:8586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVewL-00008d-4i for emacs-orgmode@gnu.org; Wed, 20 Aug 2008 00:04:57 -0400 Received: by py-out-1112.google.com with SMTP id p76so192403pyb.1 for ; Tue, 19 Aug 2008 21:04:55 -0700 (PDT) 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: emacs-orgmode@gnu.org I have some ideas for changes to org-publish. I am helping someone set up a content-heavy site using Emacs and Org-Mode, and we ran into several problems that I would like to fix. We have workarounds in place but these immediately suggested interesting fixes. For example it doesn't seem possible to publish to .PHP files but maybe I missed something. I need to reread the code because there seem to have been many changes since I last looked at it. Furthermore it did not seem possible to control :auto-preamble and :auto-postamble on a per-file basis (without setting up a special project just for that one file and using include/exclude.) Anyone mind if I make some changes and send a patch? Is there a more recent version than the one in CVS that i should begin with?