emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] MobileOrg does not sync with local Android calendar


From: Eric S Fraga
Subject: Re: [O] MobileOrg does not sync with local Android calendar
Date: Tue, 9 Feb 2016 15:44:18 +0000
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.90 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]