emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Create org split agenda view, problems with differnt agendas in split windows?
@ 2016-07-02 13:33 Xebar Saram
  0 siblings, 0 replies; only message in thread
From: Xebar Saram @ 2016-07-02 13:33 UTC (permalink / raw)
  To: org mode

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

Hi

I have written this crappy code to save a split orgmode agenda views with
different agenda views.

(defun z/buffers-restore-agenda-split   ()
 (interactive)
 (org-agenda nil "a")
 (split-window-right)
 (org-agenda nil "ba")
 (split-window-below)
 (org-agenda nil "bb")
 )

the function does split the windows correctly yet all the views get the
last option ("bb") instead of a different view in each window

any clue why this happens?


thx!


Z

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-02 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-02 13:33 Create org split agenda view, problems with differnt agendas in split windows? Xebar Saram

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).