[O] Re: Making GTD more mangeable with org

2011-03-23 Thread Thomas Renkert
However, I started noticing I was getting lost in my own system. This is partly because I still don't have the habit of reviewing it all very often, but I also found out that my main gtd.org file (the one that has projects and next actions/tasks) was getting really long. I know I could

Re: [O] Re: Making GTD more mangeable with org

2011-03-23 Thread Marcelo de Moraes Serpa
Hi Thomas, Glad you liked it. The code is really simple: (global-set-key (kbd f3) (lambda() (interactive) (find-file ~/org/index.org))) (defun set-index-read-only () (if (equal (buffer-name) index.org) (toggle-read-only) ) ) I've changed the index.org to look like this: *

Re: [O] Re: Making GTD more mangeable with org

2011-03-23 Thread Matthew Sauer
In terms of the unfolded startup try: #+STARTUP: nofold Matthew On Wed, Mar 23, 2011 at 12:40 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hi Thomas, Glad you liked it. The code is really simple: (global-set-key (kbd f3)  (lambda()  (interactive) (find-file ~/org/index.org)))

Re: [O] Re: Making GTD more mangeable with org

2011-03-23 Thread Marcelo de Moraes Serpa
Ah! Heck, I forgot about org's metadata.. Thanks! Marcelo. On Wed, Mar 23, 2011 at 12:21 PM, Matthew Sauer improv.philoso...@gmail.com wrote: In terms of the unfolded startup try: #+STARTUP: nofold Matthew On Wed, Mar 23, 2011 at 12:40 PM, Marcelo de Moraes Serpa celose...@gmail.com

Re: [O] Re: Making GTD more mangeable with org

2011-03-19 Thread Eric S Fraga
Marcelo de Moraes Serpa celose...@gmail.com writes: Thanks, this works for me :) Anyway, I just wanted to debate over this particular overview file. Not sure if this really worths it, but has been working for me lately. You guys use something similar? For day to day GTD type things, the

[O] Re: Making GTD more mangeable with org

2011-03-18 Thread Matt Lundin
Marcelo de Moraes Serpa celose...@gmail.com writes: What I want to do now is setup the links. Is there a way to setup a link to an agenda function? It'd be nice. [[elisp:(org-agenda nil a)][Agenda]] Replace the a with the shortcut of your choice. Best, Matt

[O] Re: Making GTD more mangeable with org

2011-03-18 Thread Marcelo de Moraes Serpa
You guys can't see the screenshot ? Att, Marcelo. On Fri, Mar 18, 2011 at 2:05 PM, Matt Lundin m...@imapmail.org wrote: Marcelo de Moraes Serpa celose...@gmail.com writes: What I want to do now is setup the links. Is there a way to setup a link to an agenda function? It'd be nice.

[O] Re: Making GTD more mangeable with org

2011-03-18 Thread Marcelo de Moraes Serpa
Thanks, this works for me :) Anyway, I just wanted to debate over this particular overview file. Not sure if this really worths it, but has been working for me lately. You guys use something similar? On Fri, Mar 18, 2011 at 3:41 PM, Matt Lundin m...@imapmail.org wrote: Marcelo de Moraes Serpa