From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: Editing HTML blocks: no special environment to edit here Date: Thu, 22 Aug 2013 13:07:27 +0200 Message-ID: <2013-08-22T12-00-35@devnull.Karl-Voit.at> References: <2013-08-21T10-42-23@devnull.Karl-Voit.at> <2013-08-22T10-53-22@devnull.Karl-Voit.at> <87eh9mxfu5.fsf@gmail.com> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCSjz-0007u9-OD for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 07:07:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCSju-0002VP-Jd for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 07:07:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:39348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCSju-0002VF-D6 for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 07:07:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VCSjs-0003ou-Kw for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 13:07:40 +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 ; Thu, 22 Aug 2013 13:07:40 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Aug 2013 13:07:40 +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 * Nicolas Goaziou wrote: > Hello, > > Karl Voit writes: > >> Can someone please test her/his current setup if BEGIN_HTML-blocks >> can be edited by ? Thanks! > > I can. Damn. However, I did a fresh "git pull" (release_8.0.7-384-g6fdc23) and still get this behavior: #+BEGIN_HTML bar #+END_HTML ... cannot be edited via «C-c '». Then I replaced by ~/.emacs with a file containing only the following lines: ;; set paths to manually installed Org-mode (from git) (add-to-list 'load-path "~/.emacs.d/contrib/org-mode/contrib/lisp") (add-to-list 'load-path (expand-file-name "~/.emacs.d/contrib/org-mode/lisp")) ... and started using: «emacs --no-site-file org/test.org». This should eliminate all local settings. With «Org-mode version 8.0.7 (release_8.0.7-384-g6fdc23 @ /home/vk/.emacs.d/contrib/org-mode/lisp/)» I still can not edit HTML blocks :-( I am no Emacs pro. However, I tend to think that this is a bug in Org-mode. Or: what else can I check on my side? -- 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