On Thu, Aug 22, 2013 at 04:46:49PM +0200, Karl Voit wrote:
> * Nicolas Goaziou <n.goaz...@gmail.com> wrote:
> > Karl Voit <devn...@karl-voit.at> writes:
> >
> >> In short: «#+BEGIN_HTML» is not of element type «element» and thus
> >> ignored by «org-edit-special».
> >
> > It only means that you didn't load `html' back-end. So the parser cannot
> > recognize "html" blocks as export blocks.
> 
> OK, two lines and even I with my limited ELISP-knowledge start to
> see that I did blame Org-mode for no profound reason :-)
> 
> Sorry to be cumbersome but I could not find anything related to
> «html back-end» in the documentation. Where do I have to look in
> order to learn how to fix my issue?

All supported exporters are known as backends in Org lingo.  So I guess
you just need a: 

  (require 'ox-html)

-- 
Suvayu

Open source is the future. It sets us free.

Reply via email to