emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] What Happened to org-export-html-extension?


From: Ian Barton
Subject: [O] What Happened to org-export-html-extension?
Date: Sun, 31 Mar 2013 10:43:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]