From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Escriva Subject: Re: mobileorg capture todo's Date: Mon, 10 Mar 2014 01:20:29 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMvRq-00018t-0a for emacs-orgmode@gnu.org; Mon, 10 Mar 2014 04:20:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMvRl-00066L-Fc for emacs-orgmode@gnu.org; Mon, 10 Mar 2014 04:20:33 -0400 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:44240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMvRl-00064u-11 for emacs-orgmode@gnu.org; Mon, 10 Mar 2014 04:20:29 -0400 Received: by mail-pa0-f54.google.com with SMTP id lf10so6889033pab.41 for ; Mon, 10 Mar 2014 01:20:27 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chris Henderson , org-mode Chris Henderson writes: > The org file on my computer has * Tasks * Projects * Someday/ Maybe. If I > capture on mobileorg, is there a way for the captured items to be listed on > my computer's org file under the * Tasks section when I sync it? I think at > the moment they are added to the flagged.org file and I'm not sure how to > move items from that to my mail org file. I never open the flagged.org file. The name of this file is customizable but here's what I do. I have: (setq org-mobile-inbox-for-pull "~/org/inbox.org") then the value for org-agenda-files contains this file. Next I set refile targets[0] simply like: (setq org-refile-targets '((org-agenda-files :maxlevel . 2))) which allows me to visit inbox.org and use C-c C-w to move items to where I want them. [0]: http://orgmode.org/manual/Refile-and-copy.html#Refile-and-copy -- -sean