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
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
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:
>
> 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
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
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
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
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
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
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
10 matches
Mail list logo