Karl Voit <devn...@karl-voit.at> writes:

> * Nicolas Goaziou <n.goaz...@gmail.com> wrote:
>> Hello,
>>
>> Karl Voit <devn...@karl-voit.at> writes:
>>
>>> Can someone please test her/his current setup if BEGIN_HTML-blocks
>>> can be edited by <C-c '> ? 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


Reply via email to