Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Marcelo de Moraes Serpa
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

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Matthew Lundin
Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com writes: So, refiling doesn't do exactly what I would like. Some issues I've found:  * 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

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Marcelo de Moraes Serpa
Hi Mat, thanks for replying, 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. I tried the C-1 C-c C-c key

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Marcelo de Moraes Serpa
Ah, I got it. I had Ctrl+1..2 to switch desktops configured in gnome, that's why it was not being captured by emacs. It is working now. Thank you! On Thu, Apr 23, 2009 at 4:30 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hi Mat, thanks for replying, Yes, as the instructions at the

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Marcelo de Moraes Serpa
The only thing that I still didn't get is how to configure the org-refile-targets variable, I tried doing like this: (setq org-refile-targets 5) But it throws an error. What is the correct param for that? Also, how could I ask emacs the correct param for a specific var? Thanks! Marcelo. On

[Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Marcelo de Moraes Serpa
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

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Samuel Wales
Refiling might do what you want. On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa celose...@gmail.com 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

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Marcelo de Moraes Serpa
Refilling? On Thu, Mar 5, 2009 at 3:00 PM, Samuel Wales samolog...@gmail.com wrote: Refiling might do what you want. On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hello list, Let's say I have some next action that I know exactly where to put (what

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Samuel Wales
C-h f org-refile. On Thu, Mar 5, 2009 at 14:27, Marcelo de Moraes Serpa celose...@gmail.com wrote: Refilling? On Thu, Mar 5, 2009 at 3:00 PM, Samuel Wales samolog...@gmail.com wrote: Refiling might do what you want. On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa celose...@gmail.com

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Marcelo de Moraes Serpa
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

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Bastien
Marcelo de Moraes Serpa celose...@gmail.com writes: Refilling? Refiling is for tasks seeking their parents. Refilling is usually for beer. Refillling doesn't yet exist. Have a look in the manual: (info (org) Refiling notes) Press C-x C-e at the end of the second parenthesis to directly

RE: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Womick, Don
Marcelo de Moraes Serpa celose...@gmail.com writes: Refilling? Refiling is for tasks seeking their parents. Refilling is usually for beer. Refillling doesn't yet exist. From Ogden Nash: The one-l lama, He's a priest. The two-l llama, He's a beast. And I will bet A silk pajama There isn't

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Matthew Lundin
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