From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: auto-push to mobile (but only when editing org buffer) Date: Thu, 16 Aug 2012 14:54:04 -0700 Message-ID: References: <87pq6thr74.fsf@gnu.org> <20120815093316.58a112d6@hsdev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2812-00062Z-Q3 for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 17:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2811-0003wJ-HZ for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 17:54:08 -0400 Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:33074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2811-0003w7-5X for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 17:54:07 -0400 Received: by lahd3 with SMTP id d3so1787305lah.0 for ; Thu, 16 Aug 2012 14:54:04 -0700 (PDT) In-Reply-To: <20120815093316.58a112d6@hsdev.com> 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: Marcel van der Boom Cc: emacs-orgmode@gnu.org Hi Marcel, On Wed, Aug 15, 2012 at 12:33 AM, Marcel van der Boom wrote: > Perhaps you will find https://gist.github.com/3111823 interesting. It > contains a bit of code to do the org-mobile-push asynchronously (and > notify me about it when done). This makes the push work in the > background, in my case it can take quite a while, and not interfere > with normal usage. > That is a very useful snippet. Thank you for sharing. -k.