From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Henderson Subject: mobileorg capture todo's Date: Sat, 8 Mar 2014 18:38:01 +1100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0160c21040280204f413733f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMBpd-0001on-1F for emacs-orgmode@gnu.org; Sat, 08 Mar 2014 02:38:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMBpb-00018S-PD for emacs-orgmode@gnu.org; Sat, 08 Mar 2014 02:38:04 -0500 Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]:42377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMBpb-00017z-FE for emacs-orgmode@gnu.org; Sat, 08 Mar 2014 02:38:03 -0500 Received: by mail-ea0-f181.google.com with SMTP id k10so2692878eaj.26 for ; Fri, 07 Mar 2014 23:38:02 -0800 (PST) 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: org-mode --089e0160c21040280204f413733f Content-Type: text/plain; charset=UTF-8 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. Thanks. --089e0160c21040280204f413733f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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.

Thanks.
--089e0160c21040280204f413733f-- 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