From: Marcelo de Moraes Serpa <celoserpa@gmail.com>
To: Matthew Lundin <mdl@imapmail.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Quickly inputting next actions to specific lists.
Date: Thu, 23 Apr 2009 13:14:49 -0500 [thread overview]
Message-ID: <1e5bcefd0904231114q454679cs2721fe2bd88c5c56@mail.gmail.com> (raw)
In-Reply-To: <878wnjqp0b.fsf@fastmail.fm>
[-- Attachment #1.1: Type: text/plain, Size: 4959 bytes --]
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 <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 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 <celoserpa@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 <samologist@gmail.com>
> > wrote:
> >
> > C-h f org-refile.
> >
> > On Thu, Mar 5, 2009 at 14:27, Marcelo de Moraes Serpa
> > <celoserpa@gmail.com> 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
> > >> <celoserpa@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
>
[-- Attachment #1.2: Type: text/html, Size: 7113 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
next prev parent reply other threads:[~2009-04-23 18:14 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-05 19:40 Quickly inputting next actions to specific lists Marcelo de Moraes Serpa
2009-03-05 21:00 ` Samuel Wales
2009-03-05 21:27 ` Marcelo de Moraes Serpa
2009-03-05 21:40 ` Samuel Wales
2009-03-05 21:43 ` Marcelo de Moraes Serpa
2009-03-06 4:00 ` Matthew Lundin
2009-04-23 18:14 ` Marcelo de Moraes Serpa [this message]
2009-04-23 19:52 ` Matthew Lundin
2009-04-23 21:30 ` Marcelo de Moraes Serpa
2009-04-23 21:43 ` Marcelo de Moraes Serpa
2009-04-23 22:36 ` Marcelo de Moraes Serpa
2009-04-24 1:32 ` Bernt Hansen
2009-04-24 14:27 ` Peter Jones
2009-03-05 21:44 ` Bastien
2009-03-05 22:47 ` Womick, Don
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1e5bcefd0904231114q454679cs2721fe2bd88c5c56@mail.gmail.com \
--to=celoserpa@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=mdl@imapmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.