emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Integrating the journaling system with the GTD system
@ 2009-05-20 22:05 Marcelo de Moraes Serpa
  2009-05-20 23:20 ` Bernt Hansen
  0 siblings, 1 reply; 2+ messages in thread
From: Marcelo de Moraes Serpa @ 2009-05-20 22:05 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1620 bytes --]

I keep a journal using the simple journal-mode, and eventually, journal
entries give origin to new items (projects or next actions, in the GTD
context).

When you are writing the journal post, and if a project, next action comes
to your mind, you don't want to switch context and go to the org file to add
this entry. So, what I thought was to either:
 * Add each journal file to the agenda list (which could be inefficient, as
the list would eventually grow too big, not sure how this would affect
performance?)
 * Copy these entries to the main gtd.org file

The objective is to do it automagically, when saving the file (or in the
case of the first option, when the file is created).

However, I would need to mark them somehow, maybe between tags? Like:
[gtd][/inbox] (means it should go to the gtd.org file)
[inbox][/inbox] (means it is unprocessed info that should go into the
inbox.org file, just as remember-org does)

This way, we would have a nice and simple journaling system that would
integrate itself with the GTD system. The only thing lacking would be a UI
to browse the journal entries (to give the overview), but I'm planning to
develop one soon, following the agenda overview view.

I find journaling a very good habit that helps you to dump your thoughts and
reflect on them. It sits on the reference category of GTD. I used to use a
tomboy daily note, but it got lost in the myriad of other notes I had, so I
started using emacs -- and that's why I'd like to develop a view that showed
me something like:
  Year
    |___ Month
    |_____ Day:Weekday

But this is another story :)

Thanks,

Marcelo.

[-- Attachment #1.2: Type: text/html, Size: 1814 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Integrating the journaling system with the GTD system
  2009-05-20 22:05 Integrating the journaling system with the GTD system Marcelo de Moraes Serpa
@ 2009-05-20 23:20 ` Bernt Hansen
  0 siblings, 0 replies; 2+ messages in thread
From: Bernt Hansen @ 2009-05-20 23:20 UTC (permalink / raw)
  To: Marcelo de Moraes Serpa; +Cc: emacs-orgmode

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> I keep a journal using the simple journal-mode, and eventually,
> journal entries give origin to new items (projects or next actions, in
> the GTD context).
>
> When you are writing the journal post, and if a project, next action
> comes to your mind, you don't want to switch context and go to the org
> file to add this entry. So, what I thought was to either:
>  * Add each journal file to the agenda list (which could be
>    inefficient, as the list would eventually grow too big, not sure how
>    this would affect performance?)
>  * Copy these entries to the main gtd.org file
>
> The objective is to do it automagically, when saving the file (or in
> the case of the first option, when the file is created).
>

Why not just use remember mode to record these things?  You don't have
to stop what you are doing - just hit the key sequence to invoke
org-remember and enter the details of your item and C-c C-c and you're
done.

Just create a remember note with a target of your gtd.org file - or file
to tasks.org and use the refile mechanism with ido completion later to
move the task to the right place efficiently.

My setup is described here:

http://doc.norang.ca/org-mode.html#Remember
http://doc.norang.ca/org-mode.html#Refiling

HTH,

Bernt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-20 23:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-20 22:05 Integrating the journaling system with the GTD system Marcelo de Moraes Serpa
2009-05-20 23:20 ` Bernt Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).