From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge Subject: What is the most practical workflow for capturing things in Mobileorg and later integrating them into the main files? Date: Fri, 11 Sep 2015 11:00:28 -0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaOsZ-0008Of-14 for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 10:00:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaOsQ-0001NI-KQ for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 10:00:38 -0400 Received: from mail-qk0-x230.google.com ([2607:f8b0:400d:c09::230]:32963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaOsQ-0001N3-DP for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 10:00:30 -0400 Received: by qkdw123 with SMTP id w123so32018777qkd.0 for ; Fri, 11 Sep 2015 07:00:30 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi. When I capture something in MobileOrg, it by default is classified as "Captures" and, when I do org-mobile-pull, those captures /silently/ go into ~/org/from-mobile.org. This is bad. So one workflow would be to write some code that warns me if ~/org/from-mobile.org is non-empty, and find a way of hooking it into org-mobile-pull. Then: 1) Capture something in MobileOrg 2) Do org-mobile-pull 3) If the code I wrote as above warns me that ~/org/from-mobile.org is non-empty, then visit it, go through the entries, fix them (adding more information now that I have a real keyboard) and use org-refile. Is there a more practical and easier option? Regards