emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* mobileorg capture todo's
@ 2014-03-08  7:38 Chris Henderson
  2014-03-10  8:20 ` Sean Escriva
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Henderson @ 2014-03-08  7:38 UTC (permalink / raw)
  To: org-mode

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 505 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mobileorg capture todo's
  2014-03-08  7:38 mobileorg capture todo's Chris Henderson
@ 2014-03-10  8:20 ` Sean Escriva
  0 siblings, 0 replies; 2+ messages in thread
From: Sean Escriva @ 2014-03-10  8:20 UTC (permalink / raw)
  To: Chris Henderson, org-mode

Chris Henderson <henders254@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-10  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-08  7:38 mobileorg capture todo's Chris Henderson
2014-03-10  8:20 ` Sean Escriva

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).