On Saturday, 6 Feb 2016 at 19:03, cschr wrote:
> Thanks Ramon and Eric
>
> Are you using custom agenda views ? Someone wrote on the web that
> this is required - is he right ?
I am using some custom views but not sure if this is necessary for
calendar synchronisation. It should be easy enough to test. Create a
simple custom view, e.g.:
#+begin_src emacs-lisp
(setq org-agenda-custom-commands
'(("l" "Location agenda view" agenda ""
((org-agenda-files '("~/s/notes/diary.org"))
(org-agenda-ndays 1)
(org-agenda-overriding-columns-format "%TIMESTAMP %60ITEM
%20LOCATION")
(org-agenda-view-columns-initially t)))))
#+end_src
and then push to and pull from mobileorg as required.
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.90.1, Org release_8.3.3-535-g7213aa