emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: `org-edit-special` doesn't respect dedicated windows


From: Nicolas Goaziou
Subject: Re: [O] Bug: `org-edit-special` doesn't respect dedicated windows
Date: Sun, 01 Mar 2015 10:20:06 +0100

Hello,

Alexis <address@hidden> writes:

> ECM:
>
> 1. emacs -Q
> 2. Split frame into two windows via `C-x 3`.
> 3. Make one "*scratch*" buffer window dedicated via:
>    (a) `M-:`
>    (b) (set-window-dedicated-p (selected-window) t)
> 4. Select the other window.
> 5. Visit file `test.org`, containing:
>
>     * Test
>     #+begin_src emacs-lisp
>       (message "Test.")
>     #+end_src
>
> 6. Move point within source block, do `org-edit-special`.
> 7. The "*scratch*" buffer window will have its contents changed to 
>    contain an Org buffer.

Org uses `org-src-window-setup' to control the display, which overrides
dedicated windows. You may want to customize the former.


Regards,

-- 
Nicolas Goaziou



reply via email to

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