Hello Ian, On Sun, Mar 31, 2013 at 10:43:21AM +0100, Ian Barton wrote: > > 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?
All variables and functions called org-export or org-e- have been renamed to org-<backend>-<oldname>. So org-export-html-extension is now, org-html-extension. Hope this helps, -- Suvayu Open source is the future. It sets us free.