Discussion:
Agenda views not showing full contents of custom agendas
Eric Fraga via mobileorg-android
2013-03-19 10:55:33 UTC
Permalink
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!
--
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.
mobileorg-android on behalf of Henning Weiss
2013-03-19 13:26:57 UTC
Permalink
Hi Eric,

On Tue, Mar 19, 2013 at 11:55 AM, Eric Fraga via mobileorg-android <
Post by Eric Fraga via mobileorg-android
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.
How does your agendas.org file look like? If it contains all the entries
you expect, it's a mobileorg issue. We have an issue for the blocked task
problem here <https://github.com/matburt/mobileorg-android/issues/210>.

Am I missing something that would allow MobileOrg to display the contents
Post by Eric Fraga via mobileorg-android
of those agenda views?
You could try toggling the "Combine block agendas" preference and re-sync
the agendas file (delete it and hit sync).
Post by Eric Fraga via mobileorg-android
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!
It's best if you post discussions about issues that are related to both
mobileorg and org-mode here.

Henning
--
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.
Eric Fraga via mobileorg-android
2013-03-19 13:54:49 UTC
Permalink
Thanks Henning for your reply.

The agendas.org file looked fine, which is why I was going crazy.
mobileorg-android on behalf of Eric Fraga
2013-03-19 13:49:17 UTC
Permalink
Please ignore my previous email. I have solved my problem by clearing
all databases and re-synchronising. Sorry for the noise.
--
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.3.50.1 and Org release_7.9.3f-1315-g25b5ab
Loading...