Hi Dave, Dave Pawson <dave.paw...@gmail.com> writes:
> On 20 May 2014 20:47, Bastien <b...@gnu.org> wrote: > >> Yes, you need `C-c C-e h h' with Org >8.0. > > Odd. With my full .emacs file. > C-c C-e h (and nothing happens at all) Because the keystroke is incomplete. It needs to be one of these: C-c C-e h h C-c C-e h H C-c C-e h o > h again and (if it's working) I get the message 'Wrote > /dir/file.html' Yes. > With no .emacs the first h produces message > HTML export done, pushed to kill ring and clipboard > h again and the h is 'entered' into the current buffer? Because with no .emacs you are relying on the builtin Emacs version of Org, which is certainly 7.8.11. Try M-x org-version RET in both cases and you will see the difference. HTH, -- Bastien