Discussion:
Set agenda for a next week
mobileorg-android
2013-09-08 13:29:33 UTC
Permalink
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 via mobileorg-android
2013-10-26 14:38:49 UTC
Permalink
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.
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...