From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Gustav_Wikstr=F6m?= Subject: Re: Agenda view side-by-side Date: Mon, 17 Oct 2011 11:59:24 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0444ec0f61717104af7ba945 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFjyg-0003Qa-OK for emacs-orgmode@gnu.org; Mon, 17 Oct 2011 05:59:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFjyf-0002Gu-Fl for emacs-orgmode@gnu.org; Mon, 17 Oct 2011 05:59:26 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:64451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFjyf-0002Gf-A7 for emacs-orgmode@gnu.org; Mon, 17 Oct 2011 05:59:25 -0400 Received: by gyf3 with SMTP id 3so3136017gyf.0 for ; Mon, 17 Oct 2011 02:59:24 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Johan Ekh Cc: emacs-orgmode@gnu.org --f46d0444ec0f61717104af7ba945 Content-Type: text/plain; charset=ISO-8859-1 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 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 > --f46d0444ec0f61717104af7ba945 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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:

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

Regards
Gustav

On Mon, Oct 17, 2011 at 11:12 AM, J= ohan Ekh <ekh.j= ohan@gmail.com> wrote:
Hi all,
when I use "C-c a a" t= o 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 age= nda shown in the right window. How can I do this?

Best regards,
Johan

--f46d0444ec0f61717104af7ba945--