From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Escriva Subject: Re: Update for MobileOrg iOS v1.7 released Date: Wed, 01 Feb 2017 04:36:05 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11359e5edc4aaf05477096ae Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYmeZ-0005Wq-10 for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 23:36:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYmeX-0007CA-Ri for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 23:36:19 -0500 Received: from mail-ua0-x231.google.com ([2607:f8b0:400c:c08::231]:36418) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cYmeX-0007C4-LJ for emacs-orgmode@gnu.org; Tue, 31 Jan 2017 23:36:17 -0500 Received: by mail-ua0-x231.google.com with SMTP id 96so288328555uaq.3 for ; Tue, 31 Jan 2017 20:36:17 -0800 (PST) In-Reply-To: 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" To: Alan Schmitt Cc: org-mode --001a11359e5edc4aaf05477096ae Content-Type: text/plain; charset=UTF-8 On Tue, Jan 31, 2017 at 3:56 AM Alan Schmitt wrote: > On 2017-01-31 03:58, Sean Escriva writes: > > > Hello fellow Org users, > > > > After beta testing several builds, the latest updated version of > > MobileOrg for iOS has finally been released: > > https://itunes.apple.com/us/app/mobileorg/id634225528?mt=8 > > > > Functionality is essentially the same as the previous version, just > > refreshed the various SDKs and updated the Dropbox API due to Dropbox > > deprecating v1. > > > > Please report any bugs to Github: > https://github.com/MobileOrg/mobileorg/issues > > > > Much thanks to Mario Martelli and Boris for their invaluable help > > getting this release ready. > > Thanks a lot for this release. I just gave it a try and it works great. > > I have a question about how to choose what to synchronize. Looking at > the documentation, it seems to be through the index.org file. I tried to > modify that file but everything is reset at the next org-mobile-push. So > I tried to set some variables like this: > > (setq org-mobile-agendas nil) > (setq org-mobile-files nil) > > and I still have a lot of agendas. > This is actually the behavior defined by org-mobile.el in the function org-mobile-push: http://orgmode.org/cgit.cgi/org-mode.git/tree/lisp/org-mobile.el#n306 the actual file is created here: http://orgmode.org/cgit.cgi/org-mode.git/tree/lisp/org-mobile.el#n662 Is it possible to configure org-mobile to have no agenda at all? > By default, not that I know of. Perhaps there's some way to advise org-mobile-create-sumo-agenda to do something different or essentially nothing, but I generally try to avoid that. > > (My goal is to start adding things one by one as I need them, I have too > many org files, and too big agendas, to sync them all.) > Perhaps you could look at defining a function for org-mobile-pre-push-hook to empty zero out org-agenda-files, then restore the value in the post-push hook. I've never tried that though so I don't know how if it would really work or what side effects there could be. http://orgmode.org/cgit.cgi/org-mode.git/tree/lisp/org-mobile.el#n202 Sean --001a11359e5edc4aaf05477096ae Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Tue, Jan 31= , 2017 at 3:56 AM Alan Schmitt <alan.schmitt@polytechnique.org> wrote:
On 2017-01-31 03:58, Sean Escriva <sean.escriv= a@gmail.com> writes:

> Hello fellow Org users,
>
> After beta testing several builds, the latest updated version of
> MobileOrg for iOS has finally been released:
> https://itunes.= apple.com/us/app/mobileorg/id634225528?mt=3D8
>
> Functionality is essentially the same as the previous version, just > refreshed the various SDKs and updated the Dropbox API due to Dropbox<= br class=3D"gmail_msg"> > deprecating v1.
>
> Please report any bugs to Github: https://github.com/MobileOrg/mobileorg/issues
>
> Much thanks to Mario Martelli and Boris for their invaluable help
> getting this release ready.

Thanks a lot for this release. I just gave it a try and it works great.

I have a question about how to choose what to synchronize. Looking at
the documentation, it seems to be through the index.org file= . I tried to
modify that file but everything is reset at the next org-mobile-push. So I tried to set some variables like this:

(setq org-mobile-agendas nil)
(setq org-mobile-files nil)

and I still have a lot of agendas.

This is actually the behavior defined by org-mobile.el in t= he function org-mobile-push:=C2=A0http://orgmode.org/cgit.cgi/org-mo= de.git/tree/lisp/org-mobile.el#n306=C2=A0

Is it possible to configure org-mobile to have no agenda at all?

By default, not that I know= of.=C2=A0
Perhaps there's some way to advise=C2=A0org-mobile-create-sumo-agenda to do something dif= ferent or essentially nothing, but I generally try to avoid that.
=C2=A0

(My goal is to start adding things one by one as I need them, I have too many org files, and too big agendas, to sync them all.)

Perhaps you could look at defining a f= unction for org-mobile-pre-push-hook to empty zero out org-agenda-files, th= en restore the value in the post-push hook. I've never tried that thoug= h so I don't know how if it would really work or what side effects ther= e could be.
=C2=A0
Sean
--001a11359e5edc4aaf05477096ae--