From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: MobileOrg does not sync with local Android calendar Date: Tue, 9 Feb 2016 15:44:18 +0000 Message-ID: <87twlhx50t.fsf@delle7240.chemeng.ucl.ac.uk> References: <877fiqorh8.fsf@ucl.ac.uk> <87r3gxvl2p.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTB5a-0007P9-30 for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 11:24:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTB5W-0000p2-Om for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 11:24:30 -0500 Received: from mail-am1on0105.outbound.protection.outlook.com ([157.56.112.105]:20790 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTB5W-0000oR-Fe for emacs-orgmode@gnu.org; Tue, 09 Feb 2016 11:24:26 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: cschr Cc: emacs-orgmode@gnu.org 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