emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Agenda view side-by-side


From: Johan Ekh
Subject: Re: [O] Agenda view side-by-side
Date: Mon, 17 Oct 2011 12:56:11 +0200

Thanks Gustav!
/J

2011/10/17 Gustav Wikström <address@hidden>
The following might be of interest:

*** Vertical Split window
Splits screen vertically if the width of the window is large enough.
Inspired by the following post:
- http://stackoverflow.com/questions/2081577/setting-emacs-split-to-horizontal

#+begin_src emacs-lisp :tangle yes  
  (setq split-height-threshold nil) 
  (setq split-width-threshold 160)
#+end_src

Regards
Gustav

On Mon, Oct 17, 2011 at 11:12 AM, Johan Ekh <address@hidden> wrote:
Hi all,
when I use "C-c a a" to create an agenda, my emacs window is split horizontally and the agenda is shown in the lower
window. I'd rather have my emacs window splitted vertically and the agenda shown in the right window. How can I do this?

Best regards,
Johan



reply via email to

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