eschulte/org-ehtml

How to use in-buffer options?

thesoftwarebin opened this issue · 1 comments

Hello! I suspect these two in-buffer options don't work as expected:

#+HTML_EVERYTHING_EDITABLE: t
#+HTML_EDITABLE_HEADLINES: t

or maybe I haven't understood how to use them.

I thought they would override the defcustom variables
org-ehtml-everything-editable and org-ehtml-editable-headlines
but they seem to have no effect at all.

Is it reproducible for you as well? (I mean: the fact that setting
in-buffer options to t doesn't produce the EDIT buttons).

This is a non-critical issue: defcustom variables do work.

Thanks in advance for any help or advice, kindest regards.

Andrea

----- my environment ----

  • Win 7 64 bit
  • Org-mode version 8.2.10 (8.2.10-30-gca21b7-elpa @ c:/..../elpa/org-20150126/)
  • GNU Emacs 24.4.1 (x86_64-w64-mingw32) of 2014-10-21 on KAEL
  • Emacs web-server 20140905.1706
  • org-ehtml 20150506.1658

There has historically been churn in Org-mode setting of buffer-wide customization variables, so it is possible that whatever mechanism these variables used to rely upon has changed (e.g., into something like "#+Property: HTML_EDITLE_HEADLINES" or somesuch, or they could just be broken by more general bitrot.

Unfortunately I don't have time to look into this personally at the moment.