emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] couple questions about simple todo


From: Eric Abrahamsen
Subject: Re: [O] couple questions about simple todo
Date: Wed, 12 Aug 2015 10:27:29 +0800
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

address@hidden writes:

> Hi guys,
>
> Pardon the baby-level questions.
>
> With a file that looks like this:
>
> #+startup: align nologdone showall
> #+todo: next doing finished
>
> * All to Do
> ** [2015-08-11 Tue] [1/1]
> *** finished iron the cat
>
> How can I enter the date stamp so that it is neither active nor
> inactive? I don't want a link to the agenda, and I'd like it to look
> like a heading.

My take on what you've shown here is that you've got it a bit backwards.
Apologies if you've tried many things and you settled on this on
purpose, but it looks like you're trying to organize the Org file to
look like the Agenda.

It took me a while to get used to this, too. I think you'll find the Org
tools work better if you forget about what the file itself looks like,
and just look at the Agenda. So your Org file would look like:

* All to Do [1/1]
** finished iron the cat <2015-08-11 Tue>

And the Agenda will show you everything under its proper date heading.

I've got scheduling Org files I hardly ever look at directly: todos go
in with capture, and are examined, resolved and archived via the Agenda.
It can be freeing, once you let the file itself go!

Yours,
Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]