On Tuesday,  9 Jun 2015 at 14:35, Bernhard Pröll wrote:
> With a lot of windows open the annoying part of =org-capture= is
> =switch-to-buffer-other-window= for me. My approach is using the current
> window for the capture buffer:
>
> #+BEGIN_SRC elisp
> (defadvice org-capture (around bp/org-capture--around)
>    (flet ((switch-to-buffer-other-window (buf) (switch-to-buffer buf)))
>      ad-do-it))
> (ad-activate 'org-capture)
> #+END_SRC

Thanks.  I want to switch-to-buffer-other-window because I often want to
see the original buffer when writing down my capture information, in
cases were there isn't a particular region to select etc.  So I've got
the opposite use case than yours.  I obviously need to figure out why
the behaviour I see is not the default behaviour...

Thanks again,
eric

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-1154-g6ba251

Reply via email to