From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Possible Bug with :html-extension in HTML Exporter Date: Thu, 24 Sep 2009 20:12:52 +0100 Message-ID: <4ABBC4B4.6000601@manor-farm.org> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mqtka-000465-2i for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 15:13:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqtkS-00043Q-6V for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 15:13:04 -0400 Received: from [199.232.76.173] (port=37288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqtkR-00043C-RX for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 15:12:59 -0400 Received: from [217.146.125.41] (port=56769 helo=firewall.banter.local) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqtkR-0001li-3X for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 15:12:59 -0400 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 9C0B4CE5D for ; Thu, 24 Sep 2009 20:12:53 +0100 (BST) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5F8Qwgde3wrf for ; Thu, 24 Sep 2009 20:12:53 +0100 (BST) Received: from [192.168.0.55] (unknown [192.168.0.55]) by firewall.banter.local (Postfix) with ESMTPSA id 5A7C7C030 for ; Thu, 24 Sep 2009 20:12:53 +0100 (BST) 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 am trying to export a project as php files. I realize that this an offence against the XHTML Gods, which is probably why I am having a problem. The relevant bit of my org-publish-project-alist looks like: ("org-mobile" :base-directory "~/nfs/firewall/Documents/org/" :base-extension "org" :publishing-directory "~/nfs/firewall/public_html/org-mobile/" :recursive t :publishing-function org-publish-org-to-html :headline-levels 4 ; Just the default for this project. :auto-preamble t :auto-index t :html-extension php :index-filename "sitemap.org" :index-title "Sitemap" ) I have tried both php and "php". However, the exporter insists on the "One True Path" of exporting everything with a .html extension. I am using df3fca503e9136edea8a1defe54926c3d3c03b63 refs/remotes/origin/HEAD. Ian.