From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Editing HTML blocks: no special environment to edit here Date: Thu, 22 Aug 2013 08:02:22 -0400 Message-ID: <87ob8qx7ap.fsf@gmail.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> 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]:38512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCTbA-0006sm-Ep for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 08:02:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCTb4-00077k-IZ for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 08:02:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:56694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCTb4-00077U-Cd for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 08:02:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VCTb0-0004On-7X for emacs-orgmode@gnu.org; Thu, 22 Aug 2013 14:02:34 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Aug 2013 14:02:34 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Aug 2013 14:02:34 +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 Karl Voit writes: > * 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. > I can too: Org-mode version 8.0.7 (release_8.0.7-380-g2a28de @ /home/nick/elisp/org-mode/lisp/) > 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? Maybe you can edebug-defun the function org-edit-special and step through it to see where it goes astray in the html case. -- Nick