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 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 m...@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 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 celose...@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
  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 samolog...@gmail.com
  wrote:
 
  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 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

___
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


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
levels deep you want to be able to refile.

  * 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?

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


___
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


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 combo but it is not working -- emacs doesn't
seem to caputre the first key combo -- C-1.

Also, I have set org-remember-store-without-prompt to t using set-variable,
but couldn't see any difference. Could you give me an example of the
workflow or how to properly configure it?

I have org-mode version 6.26trans (directly from the git repo, as a
submodule).

Thank you!

Marcelo.



On Thu, Apr 23, 2009 at 2:52 PM, Matthew Lundin m...@imapmail.org wrote:

 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
 levels deep you want to be able to refile.

   * 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?

 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

___
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


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 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 combo but it is not working -- emacs doesn't
 seem to caputre the first key combo -- C-1.

 Also, I have set org-remember-store-without-prompt to t using set-variable,
 but couldn't see any difference. Could you give me an example of the
 workflow or how to properly configure it?

 I have org-mode version 6.26trans (directly from the git repo, as a
 submodule).

 Thank you!

 Marcelo.



 On Thu, Apr 23, 2009 at 2:52 PM, Matthew Lundin m...@imapmail.org wrote:

 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
 levels deep you want to be able to refile.

   * 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?

 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



___
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


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 Thu, Apr 23, 2009 at 4:43 PM, Marcelo de Moraes Serpa 
celose...@gmail.com wrote:

 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 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 combo but it is not working -- emacs doesn't
 seem to caputre the first key combo -- C-1.

 Also, I have set org-remember-store-without-prompt to t using
 set-variable, but couldn't see any difference. Could you give me an example
 of the workflow or how to properly configure it?

 I have org-mode version 6.26trans (directly from the git repo, as a
 submodule).

 Thank you!

 Marcelo.



 On Thu, Apr 23, 2009 at 2:52 PM, Matthew Lundin m...@imapmail.org wrote:

 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
 levels deep you want to be able to refile.

   * 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?

 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




___
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


[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 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


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 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


___
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


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
  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

___
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


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 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


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 (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 samolog...@gmail.com wrote:

 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 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


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 jump to
the right section.

You might also have a look at Remember, which does what you want for
tasks you create outside an Org buffer:

  (info (org) Remember)

-- 
 Bastien


___
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


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 any
Three-l lllama.*

---
* The author's attention has been called to the kind of conflagration
known as a three-alarmer. Pooh.


Sorry, couldn't resist... :)

--Don


___
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


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 celose...@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
 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 samolog...@gmail.com
 wrote:

 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 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


___
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