all messages for Emacs-related lists mirrored at yhetil.org
 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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.