Hi Rainer,

Rainer M Krug wrote:
> I know that it was discussed here, but I can't find it anymore - sorry:
>
> I am looking for the option, that, when C-c ' in a source block, the
> source edit buffer does not open in a new frame, but uses the one from
> which C-c ' was called.

You mean windows?

#+begin_src emacs-lisp
;; display the source code edit buffer in the current window, keeping
;; all other windows
(setq org-src-window-setup 'current-window)
(setq org-src-window-setup 'reorganize-frame)
#+end_src

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to