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 wrote: > In terms of the unfolded startup try: > > #+STARTUP: nofold > > Matthew > > On Wed, Mar 23, 2011 at 12:40 PM, Marcelo de Moraes Serpa > wrote: >> Hi Thomas, >> >> Glad you liked i

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 wrote: > Hi Thomas, > > Glad you liked it. The code is really simple: > > (global-set-key (kbd "")  (lambda()  (interactive) (find-file > "~/org/index.org"))) > > (defun set

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 "") (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:

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

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

2011-03-19 Thread Eric S Fraga
Marcelo de Moraes Serpa 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 agenda with diary

[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 wrote: > Marcelo de Moraes Serpa writes: > >> On

[O] Re: Making GTD more mangeable with org

2011-03-18 Thread Matt Lundin
Marcelo de Moraes Serpa writes: > On Fri, Mar 18, 2011 at 2:05 PM, Matt Lundin wrote: >> Marcelo de Moraes Serpa 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]] >> >> Re

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

2011-03-18 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > You guys can't see the screenshot ? > What does this mean? > Att, > > Marcelo. > > On Fri, Mar 18, 2011 at 2:05 PM, Matt Lundin wrote: > > Marcelo de Moraes Serpa writes: > > > >> What I want to do now is setup the links. Is there a way to setup a > >> link

[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 wrote: > Marcelo de Moraes Serpa 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

[O] Re: Making GTD more mangeable with org

2011-03-18 Thread Matt Lundin
Marcelo de Moraes Serpa 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