From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: What Happened to org-export-html-extension? Date: Sun, 31 Mar 2013 10:43:21 +0100 Message-ID: <51580539.3080106@wilkesley.net> Reply-To: ian@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 eggs.gnu.org ([208.118.235.92]:57478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMEnO-0004kn-0A for emacs-orgmode@gnu.org; Sun, 31 Mar 2013 05:43:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMEnL-0001Aj-IU for emacs-orgmode@gnu.org; Sun, 31 Mar 2013 05:43:25 -0400 Received: from mail2.wilkesley.net ([109.74.196.44]:54665 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMEnL-0001Af-D4 for emacs-orgmode@gnu.org; Sun, 31 Mar 2013 05:43:23 -0400 Received: from [192.168.0.207] (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id DAB0B6B5D03 for ; Sun, 31 Mar 2013 10:43:21 +0100 (BST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I am trying to publish a project where the files have a custom extension using the new exporter: ("org-ianbarton" :base-directory "~/Documents/emacs/web_sites/ianbarton/org/_posts" :base-extension "org" :publishing-directory "~/Documents/emacs/web_sites/ianbarton/pelican/blog/content" :recursive t :publishing-function org-html-publish-to-html :headline-levels 4 ; Just the default for this project. :auto-preamble t :auto-index f :html-extension "yml" :auto-preamble t :body-only t ) However, all files are published with an .html extension. My Emacs customize interface claims that org-export-html-extension doesn't exist. Grepping the source for org-export-html-extension doesn't find anything. So has the variable been renamed to something else? Ian.