From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Quickly inputting next actions to specific lists. Date: Thu, 23 Apr 2009 13:14:49 -0500 Message-ID: <1e5bcefd0904231114q454679cs2721fe2bd88c5c56@mail.gmail.com> 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> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0768626448==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lx3Rl-0003BA-Ek for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 14:14:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lx3Rk-0003Ac-G9 for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 14:14:53 -0400 Received: from [199.232.76.173] (port=60802 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lx3Rk-0003AW-AA for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 14:14:52 -0400 Received: from yx-out-1718.google.com ([74.125.44.157]:60514) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lx3Rj-000613-P3 for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 14:14:52 -0400 Received: by yx-out-1718.google.com with SMTP id 3so474348yxi.66 for ; Thu, 23 Apr 2009 11:14:49 -0700 (PDT) In-Reply-To: <878wnjqp0b.fsf@fastmail.fm> 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: Matthew Lundin Cc: emacs-orgmode@gnu.org --===============0768626448== Content-Type: multipart/alternative; boundary=0016368e20f615b1ad04683cdbbe --0016368e20f615b1ad04683cdbbe Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello guys! Thank you for the replies. It has been some time but I had lots of work to do here so didn't have much time to play around. So, refiling doesn't do exactly what I would like. Some issues I've found: * I need to write the data in a buffer first and then C-c C-w to refile it. * It only allows you to refile to the root items and doesn't go any deeper. * If I'm processing items in a different file (I've setup org-remember to save the items in a different file) I don't have access to my gtd.org file lists (can't refile between different files). -- is there a way to get the items from another file? 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.** Is there a way to do that? If not, I keep it as a suggestion for next releases. I'm also willing to contribute as soon as I master elisp! Keep up the great work, Marcelo. On Thu, Mar 5, 2009 at 11:00 PM, Matthew Lundin wrote: > Hi Marcelo, > > If I'm understanding it correctly, org-remember with interactive filing > does precisely what you're looking for. You can quickly enter a task and > then type C-1 C-c C-c to choose where to file it. > > http://orgmode.org/manual/Remember.html#Remember > > Best, > Matt > > Marcelo de Moraes Serpa writes: > > > Yeah, maybe I could develop another function that uses refile (or > > refile's logic) to get the items where I want to. But the idea is > > different, I want to bind this func to a key combo, when it is called > > it would ask interactively for the item's string, then, after that, > > where I would like to put it (it might ask me to write or to choose > > from a list - like the add tag does). > > > > Thanks, > > > > Marcelo. > > > > On Thu, Mar 5, 2009 at 3:40 PM, Samuel Wales > > wrote: > > > > C-h f org-refile. > > > > On Thu, Mar 5, 2009 at 14:27, Marcelo de Moraes Serpa > > wrote: > > > Refilling? > > > > > > On Thu, Mar 5, 2009 at 3:00 PM, Samuel Wales < > > samologist@gmail.com> wrote: > > >> > > >> Refiling might do what you want. > > >> > > >> On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa > > >> wrote: > > >> > Hello list, > > >> > > > >> > Let's say I have some "next action" that I know exactly where > > to put > > >> > (what > > >> > list), in other words, I don't need to process it (in the GTD > > terms), I > > >> > just > > >> > need to put it in the correct list. What I would like to do is > > some > > >> > interactive function that would allow me to quickly input a > > new next > > >> > action > > >> > to a specific list. Maybe each main list in the project could > > have a > > >> > shortcut (like tags do) and when you run this function you > > enter the > > >> > string > > >> > for the next action item, and quickly says where you want it > > to go, and > > >> > it > > >> > appends it there. I'm not deep enough in elisp to do that, so, > > if > > >> > someone > > >> > could help me I would be grateful! > > >> > > > >> > Thanks, > > >> > > > >> > Marcelo. > > >> > > > >> > _______________________________________________ > > >> > Emacs-orgmode mailing list > > >> > Remember: use `Reply All' to send replies to the list. > > >> > Emacs-orgmode@gnu.org > > >> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > >> > > > >> > > > >> > > >> > > >> > > >> -- > > >> Myalgic encephalomyelitis denialism is causing death (decades > > early; > > >> Jason et al. 2006) and severe suffering (worse than nearly all > > other > > >> diseases studied; e.g. Schweitzer et al. 1995) and *grossly* > > >> corrupting science. > > >> http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm > > > > > > > > > > -- > > Myalgic encephalomyelitis denialism is causing death (decades > > early; > > Jason et al. 2006) and severe suffering (worse than nearly all > > other > > diseases studied; e.g. Schweitzer et al. 1995) and *grossly* > > corrupting science. > > http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Remember: use `Reply All' to send replies to the list. > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --0016368e20f615b1ad04683cdbbe Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello guys! Thank you for the replies. It has been some time but I had lots= of work to do here so didn't have much time to play around.

So,= refiling doesn't do exactly what I would like. Some issues I've fo= und:
=A0* I need to write the data in a buffer first and then C-c C-w to refile = it.
=A0* It only allows you to refile to the root items and doesn't = go any deeper.
=A0* If I'm processing items in a different file (I&#= 39;ve setup org-remember to save the items in a different file) I don't= have access to my gtd.org file lists (can&#= 39;t refile between different files). -- is there a way to get the items fr= om another file?

org-remember is really powerful and I use it a lot when I have ideas th= at 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 proje= ct), 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 whic= h 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.**

Is there a way to do that? If not, I keep it as a suggestion for next r= eleases. I'm also willing to contribute as soon as I master elisp!
<= br>Keep up the great work,

Marcelo.

On Thu, Mar 5, 2009 at 11:00 PM, Matthew Lundin <mdl@imapmail.org> wrote:
Hi Marcelo,

If I'm understanding it correctly, org-remember with interactive filing=
does precisely what you're looking for. You can quickly enter a task an= d
then type C-1 C-c C-c to choose where to file it.

http://orgmode.org/manual/Remember.html#Remember

Best,
Matt

Marcelo de Moraes Serpa <celoserp= a@gmail.com> writes:

> Yeah, maybe I could develop another function that uses refile (or
> refile's logic) to get the items where I want to. But the idea is<= br> > different, I want to bind this func to a key combo, when it is called<= br> > it would ask interactively for the item's string, then, after that= ,
> where I would like to put it (it might ask me to write or to choose > from a list - like the add tag does).
>
> Thanks,
>
> Marcelo.
>
> On Thu, Mar 5, 2009 at 3:40 PM, Samuel Wales <samologist@gmail.com>
> wrote:
>
> =A0 =A0 C-h f org-refile.
>
> =A0 =A0 On Thu, Mar 5, 2009 at 14:27, Marcelo de Moraes Serpa
> =A0 =A0 <celoserpa@gmail.com= > wrote:
> =A0 =A0 > Refilling?
> =A0 =A0 >
> =A0 =A0 > On Thu, Mar 5, 2009 at 3:00 PM, Samuel Wales <
> =A0 =A0 samologist@gmail.com> wrote:
> =A0 =A0 >>
> =A0 =A0 >> Refiling might do what you want.
> =A0 =A0 >>
> =A0 =A0 >> On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa=
> =A0 =A0 >> <
celoserpa@= gmail.com> wrote:
> =A0 =A0 >> > Hello list,
> =A0 =A0 >> >
> =A0 =A0 >> > Let's say I have some "next action"= ; that I know exactly where
> =A0 =A0 to put
> =A0 =A0 >> > (what
> =A0 =A0 >> > list), in other words, I don't need to proce= ss it (in the GTD
> =A0 =A0 terms), I
> =A0 =A0 >> > just
> =A0 =A0 >> > need to put it in the correct list. What I would= like to do is
> =A0 =A0 some
> =A0 =A0 >> > interactive function that would allow me to quic= kly input a
> =A0 =A0 new next
> =A0 =A0 >> > action
> =A0 =A0 >> > to a specific list. Maybe each main list in the = project could
> =A0 =A0 have a
> =A0 =A0 >> > shortcut (like tags do) and when you run this fu= nction you
> =A0 =A0 enter the
> =A0 =A0 >> > string
> =A0 =A0 >> > for the next action item, and quickly says where= you want it
> =A0 =A0 to go, and
> =A0 =A0 >> > it
> =A0 =A0 >> > appends it there. I'm not deep enough in eli= sp to do that, so,
> =A0 =A0 if
> =A0 =A0 >> > someone
> =A0 =A0 >> > could help me I would be grateful!
> =A0 =A0 >> >
> =A0 =A0 >> > Thanks,
> =A0 =A0 >> >
> =A0 =A0 >> > Marcelo.
> =A0 =A0 >> >
> =A0 =A0 >> > _______________________________________________<= br> > =A0 =A0 >> > Emacs-orgmode mailing list
> =A0 =A0 >> > Remember: use `Reply All' to send replies to= the list.
> =A0 =A0 >> > Emacs-o= rgmode@gnu.org
> =A0 =A0 >> > http://lists.gnu.org/mailman/listinfo/ema= cs-orgmode
> =A0 =A0 >> >
> =A0 =A0 >> >
> =A0 =A0 >>
> =A0 =A0 >>
> =A0 =A0 >>
> =A0 =A0 >> --
> =A0 =A0 >> Myalgic encephalomyelitis denialism is causing death = (decades
> =A0 =A0 early;
> =A0 =A0 >> Jason et al. 2006) and severe suffering (worse than n= early all
> =A0 =A0 other
> =A0 =A0 >> diseases studied; e.g. Schweitzer et al. 1995) and *g= rossly*
> =A0 =A0 >> corrupting science.
> =A0 =A0 >> http://www.meactionuk.org.uk/What_Is_ME_Wh= at_Is_CFS.htm
> =A0 =A0 >
> =A0 =A0 >
>
> =A0 =A0 --
> =A0 =A0 Myalgic encephalomyelitis denialism is causing death (decades<= br> > =A0 =A0 early;
> =A0 =A0 Jason et al. 2006) and severe suffering (worse than nearly all=
> =A0 =A0 other
> =A0 =A0 diseases studied; e.g. Schweitzer et al. 1995) and *grossly* > =A0 =A0 corrupting science.
> =A0 =A0 http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS= .htm
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

--0016368e20f615b1ad04683cdbbe-- --===============0768626448== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0768626448==--