From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Quickly inputting next actions to specific lists. Date: Thu, 23 Apr 2009 14:52:28 -0500 Message-ID: <87prf3172b.fsf@fastmail.fm> References: <1e5bcefd0903051140k5eb3cc80r56165dd229a482c3@mail.gmail.com> <20524da70903051300l3657d1b3wdd3a48f5b3c8de68@mail.gmail.com> <1e5bcefd0903051327m2f33fb27wa6124cdd30a0b067@mail.gmail.com> <20524da70903051340i3e7c3aaex808378c489b9c6cf@mail.gmail.com> <1e5bcefd0903051343u114b691eh34d45e8f1cbdc9fd@mail.gmail.com> <878wnjqp0b.fsf@fastmail.fm> <1e5bcefd0904231114q454679cs2721fe2bd88c5c56@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lx4x7-0004LE-6D for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 15:51:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lx4x2-0004K9-7H for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 15:51:20 -0400 Received: from [199.232.76.173] (port=56019 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lx4x2-0004K3-35 for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 15:51:16 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:45057) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lx4x1-0003cr-LX for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 15:51:15 -0400 In-Reply-To: <1e5bcefd0904231114q454679cs2721fe2bd88c5c56@mail.gmail.com> (Marcelo de Moraes Serpa's message of "Thu, 23 Apr 2009 13:14:49 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: emacs-orgmode@gnu.org Hi Marcelo, Marcelo de Moraes Serpa writes: > So, refiling doesn't do exactly what I would like. Some issues I've > found: > =C2=A0* It only allows you to refile to the root items and doesn't go any > deeper. Check out the variable org-refile-targets. You can indicate how many levels deep you want to be able to refile. > =C2=A0* If I'm processing items in a different file (I've setup org-remem= ber > to save the items in a different file) I don't have access to my=20 > gtd.org file lists (can't refile between different files). -- is there > a way to get the items from another file? Again, check out the variable org-refile-targets. > org-remember is really powerful and I use it a lot when I have ideas > that I want to process later. However, sometimes you have a specific > cristal-clear next-action in your head and you know where it belongs > (i.e the project), but you want to quickly input it and keep working. > This is something I miss from PlannerMode, where you can quickly input > an item and choose which file it will go, so, that's what I would like > org to have, a **quick way to input items interactivelly, all through > the mini-buffer.** Yes, as the instructions at the top of the remember button indicate, you can use C-1 C-c C-c to "select file and header location interactively." If you want this as the default action, you can set org-remember-store-without-prompt to t. Are you perhaps using an older version of org-mode (version 4.xx)? If so, you need to update to a more recent version to get these features. Regards, Matt