emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Editing HTML blocks: no special environment to edit here


From: Nick Dokos
Subject: Re: [O] Editing HTML blocks: no special environment to edit here
Date: Thu, 22 Aug 2013 08:02:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Karl Voit <address@hidden> writes:

> * Nicolas Goaziou <address@hidden> wrote:
>> Hello,
>>
>> Karl Voit <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]