emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Create org split agenda view, problems with differnt agendas in spli


From: Xebar Saram
Subject: [O] Create org split agenda view, problems with differnt agendas in split windows?
Date: Sat, 2 Jul 2016 16:33:04 +0300

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]