From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Editing HTML blocks: no special environment to edit here Date: Wed, 21 Aug 2013 11:12:52 +0200 Message-ID: <2013-08-21T10-42-23@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4TV-0003TX-MB for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 05:13:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC4TQ-0002LW-9n for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 05:13:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:35300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4TQ-0002KM-48 for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 05:13:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VC4TO-0006Iy-MR for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 11:13:02 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Aug 2013 11:13:02 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Aug 2013 11:13:02 +0200 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 Hi! Org-mode version 8.0.2 (release_8.0.2-121-g86fab4 from the git repository a couple of weeks ago) #+BEGIN_SRC html bar #+END_SRC #+BEGIN_HTML foo #+END_HTML I can edit "bar" in a separate buffer by invoking C-c ' (org-edit-special). However, this does not work for "foo" ("user-error: No special environment to edit here") although I guess that the foo-html-block is the one that should be preferred.[1] It is either rooted in my personal set-up, my (older) org-mode version from git, or a general bug. So I started Emacs with "--no-init-file" and got "Org-mode version 6.33x" (the site-specific org installation). After I evaluated the statements to my local org-mode installation I got "Org-mode version 6.33x (release_8.0.2.121.g86fab)". Strange (6.33x vs. 8.0.2...) but I hope this worked so far and I got the newer release from git. In this rather minimal Emacs, I can edit both blocks as special buffers as I want to. So I guess I did something in my Org-mode setup files [2] which causes this issue. Unfortunately, I could not locate anything which I identify as the root of this issue. Do you have any idea what this might be? 1. There is not even an entry for "html" on http://orgmode.org/worg/org-contrib/babel/languages.html 2. https://github.com/novoid/dot-emacs -> org-mode.el -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github