Eric Fraga via mobileorg-android
2013-03-19 10:55:33 UTC
Hello,
I have started playing with MobileOrg, having just acquired a Nexus 4.
Generally, things are working just fine. In particular, I can capture
notes etc. on my phone and have everything appear on my computer. Great!
However, I have some strange behaviour in terms of the agenda views. I
have the following two views that I use all the time within Emacs:
#+begin_src emacs-lisp
(setq org-agenda-custom-commands '(
("f" "Full quarterly agenda view" agenda ""
((org-agenda-time-grid nil)
(org-agenda-ndays 90)
(org-agenda-entry-types '(:timestamp))
))
("v" "Startup View"
(
(todo "INPR" (quote(org-agenda-overriding-header "Currently active tasks:
")))
(todo "WAIT" (quote(org-agenda-overriding-header "Tasks waiting on
others: ")))
(agenda "" ((org-agenda-time-grid nil)
(org-deadline-warning-days 365)
(org-agenda-entry-types (quote (:deadline)))
(org-agenda-skip-entry-if (quote scheduled))
(org-agenda-ndays 1)
(org-agenda-overriding-header "Unscheduled upcoming
deadlines:")))
(agenda "" ((org-agenda-ndays 1)
(org-deadline-warning-days 1)))
(todo "" (quote(org-agenda-overriding-header "Unscheduled No Deadline
TODO: ")))))))
#+end_src
(please excuse any errors in pasting this in: it's a snippet from my
customisation file.
I have others but these two do not seem to work. For the first, I do get
an agenda view that has all 90 days listed but there is nothing in each of
those days. The second custom view works mostly except for the "Unschedule
upcoming deadlines" block.
Am I missing something that would allow MobileOrg to display the contents
of those agenda views?
Many thanks,
eric
PS - can I post questions for MobileOrg on the org mailing list or only
here? Not bothered either way but just want to make sure I do not breach
netiquette in this case!
I have started playing with MobileOrg, having just acquired a Nexus 4.
Generally, things are working just fine. In particular, I can capture
notes etc. on my phone and have everything appear on my computer. Great!
However, I have some strange behaviour in terms of the agenda views. I
have the following two views that I use all the time within Emacs:
#+begin_src emacs-lisp
(setq org-agenda-custom-commands '(
("f" "Full quarterly agenda view" agenda ""
((org-agenda-time-grid nil)
(org-agenda-ndays 90)
(org-agenda-entry-types '(:timestamp))
))
("v" "Startup View"
(
(todo "INPR" (quote(org-agenda-overriding-header "Currently active tasks:
")))
(todo "WAIT" (quote(org-agenda-overriding-header "Tasks waiting on
others: ")))
(agenda "" ((org-agenda-time-grid nil)
(org-deadline-warning-days 365)
(org-agenda-entry-types (quote (:deadline)))
(org-agenda-skip-entry-if (quote scheduled))
(org-agenda-ndays 1)
(org-agenda-overriding-header "Unscheduled upcoming
deadlines:")))
(agenda "" ((org-agenda-ndays 1)
(org-deadline-warning-days 1)))
(todo "" (quote(org-agenda-overriding-header "Unscheduled No Deadline
TODO: ")))))))
#+end_src
(please excuse any errors in pasting this in: it's a snippet from my
customisation file.
I have others but these two do not seem to work. For the first, I do get
an agenda view that has all 90 days listed but there is nothing in each of
those days. The second custom view works mostly except for the "Unschedule
upcoming deadlines" block.
Am I missing something that would allow MobileOrg to display the contents
of those agenda views?
Many thanks,
eric
PS - can I post questions for MobileOrg on the org mailing list or only
here? Not bothered either way but just want to make sure I do not breach
netiquette in this case!
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.