emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Editing HTML blocks: no special environment to edit here


From: Suvayu Ali
Subject: Re: [O] Editing HTML blocks: no special environment to edit here
Date: Thu, 22 Aug 2013 18:38:51 +0200
User-agent: Mutt/1.5.21 (2012-12-30)

On Thu, Aug 22, 2013 at 04:46:49PM +0200, Karl Voit wrote:
> * Nicolas Goaziou <address@hidden> wrote:
> > Karl Voit <address@hidden> 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

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