emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda view side-by-side
@ 2011-10-17  9:12 Johan Ekh
  2011-10-17  9:59 ` Gustav Wikström
  0 siblings, 1 reply; 3+ messages in thread
From: Johan Ekh @ 2011-10-17  9:12 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 303 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Agenda view side-by-side
  2011-10-17  9:12 Agenda view side-by-side Johan Ekh
@ 2011-10-17  9:59 ` Gustav Wikström
  2011-10-17 10:56   ` Johan Ekh
  0 siblings, 1 reply; 3+ messages in thread
From: Gustav Wikström @ 2011-10-17  9:59 UTC (permalink / raw)
  To: Johan Ekh; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

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 <ekh.johan@gmail.com> 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
>

[-- Attachment #2: Type: text/html, Size: 2255 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Agenda view side-by-side
  2011-10-17  9:59 ` Gustav Wikström
@ 2011-10-17 10:56   ` Johan Ekh
  0 siblings, 0 replies; 3+ messages in thread
From: Johan Ekh @ 2011-10-17 10:56 UTC (permalink / raw)
  To: Gustav Wikström; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 887 bytes --]

Thanks Gustav!
/J

2011/10/17 Gustav Wikström <gustav.erik@gmail.com>

> 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 <ekh.johan@gmail.com> 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
>>
>
>

[-- Attachment #2: Type: text/html, Size: 2331 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-17 10:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-17  9:12 Agenda view side-by-side Johan Ekh
2011-10-17  9:59 ` Gustav Wikström
2011-10-17 10:56   ` Johan Ekh

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).