Hello, I was modifying the ox-html option alist to add an OPTION to `:html-extension'. I do it like this:
(:html-extension nil "html-extension" org-html-extension)
But after re-evaluate the ox-html backend definition and adding this to my
org-file:
#+OPTIONS: html-extension:"bear"
The exported file still have an ".html" extension.
If I debug the function `org-html-export-to-html', `ext-plist' is empty
and so the function don't use the value of option `:html-extension' but
of variable `org-html-extension' instead.
Is it a bug, or is it planned ?
signature.asc
Description: PGP signature
