emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jan Rehders <cmdkeen@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Re: Feature Request: horizontal split for agenda view
Date: Fri, 16 May 2008 19:52:38 +0200	[thread overview]
Message-ID: <5FE84697-088D-4359-B0AE-1E977FEEBFD4@gmx.de> (raw)
In-Reply-To: <87skwlkzbs.fsf@gmail.com>

Hi,

for future reference here is my solution:

;; patch org mode to use vertical splitting
(defadvice org-prepare-agenda (after org-fix-split)
   (toggle-window-split))
(ad-activate 'org-prepare-agenda)

Using the `toggle-window-split' from http://www.emacswiki.org/cgi-bin/wiki/ToggleWindowSplit

Thanks to both of you for your help :)

Jan

  reply	other threads:[~2008-05-16 17:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-13 12:17 Feature Request: horizontal split for agenda view Jan Rehders
2008-05-14  4:19 ` Carsten Dominik
2008-05-14  9:30 ` Paul R
2008-05-16 17:52   ` Jan Rehders [this message]
2008-05-16 21:03     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5FE84697-088D-4359-B0AE-1E977FEEBFD4@gmx.de \
    --to=cmdkeen@gmx.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).