From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Editing HTML blocks: no special environment to edit here Date: Thu, 22 Aug 2013 18:38:51 +0200 Message-ID: <20130822163851.GE11849@kuru.dyndns-at-home.com> References: <2013-08-21T10-42-23@devnull.Karl-Voit.at> <2013-08-22T10-53-22@devnull.Karl-Voit.at> <87eh9mxfu5.fsf@gmail.com> <2013-08-22T12-00-35@devnull.Karl-Voit.at> <87ob8qx7ap.fsf@gmail.com> <2013-08-22T14-47-51@devnull.Karl-Voit.at> <87a9k9ygg9.fsf@gmail.com> <2013-08-22T16-44-08@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCXuT-0003xM-5y for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 12:38:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCXuR-0005un-Pe for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 12:38:57 -0400 Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:52110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCXuR-0005uZ-Fn for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 12:38:55 -0400 Received: by mail-ea0-f179.google.com with SMTP id b10so988449eae.24 for ; Thu, 22 Aug 2013 09:38:54 -0700 (PDT) Content-Disposition: inline In-Reply-To: <2013-08-22T16-44-08@devnull.Karl-Voit.at> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Thu, Aug 22, 2013 at 04:46:49PM +0200, Karl Voit wrote: > * Nicolas Goaziou wrote: > > Karl Voit 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.