emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Edit source buffer in same frame


From: Sébastien Vauban
Subject: [Orgmode] Re: Edit source buffer in same frame
Date: Wed, 17 Nov 2010 15:42:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

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




reply via email to

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