Set agenda for a next week

79 views
Skip to first unread message

Melleus

unread,
Sep 8, 2013, 9:29:33 AM9/8/13
to mobileor...@googlegroups.com
Is there a way to get agenda for a next (or any other than current, more
generally) week in my android org.mobile? It's a bit weird for me to
have on Monday on android device only the last week agenda after I last
synced org.mobile on Sunday or Saturday, for example. And I found no way
to go forward/previuos week in org.mobile either. Thanks in advance.

Eric Fraga

unread,
Oct 26, 2013, 10:38:49 AM10/26/13
to mobileor...@googlegroups.com
Yes, this seemed rather counter-intuitive to me at first as well.  The solution is to create some custom agenda views.  MobileOrg will push all the custom agenda views.  So, in my case, I have created a 90 day agenda view, as follows:

(setq org-agenda-custom-commands '(("f" "Full quarterly agenda view" agenda ""
                                    ((org-agenda-files '("~/s/notes/diary.org"))
                                     (org-agenda-time-grid nil)
                                     (org-agenda-ndays 90)
                                     (org-agenda-entry-types '(:timestamp))
                                     )))

You could change the ndays element to 7 to get the next week's worth of days, say.

The agenda views on MobileOrg are static and are created by the org-mobile-push function on your desktop.

Reply all
Reply to author
Forward
0 new messages