all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: emacs-orgmode@gnu.org
Subject: Re: couple questions about simple todo
Date: Wed, 12 Aug 2015 10:27:29 +0800	[thread overview]
Message-ID: <87pp2ti6lq.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 20150811154644.GA23197@bigblessing.localdomain

scrawler@gmail.com 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

  parent reply	other threads:[~2015-08-12  2:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-11 15:46 couple questions about simple todo scrawler
2015-08-11 16:37 ` Eric S Fraga
2015-08-11 16:56   ` scrawler
2015-08-11 17:06     ` Nicolas Goaziou
2015-08-12  2:27 ` Eric Abrahamsen [this message]
2015-08-12  2:59   ` scrawler
2015-08-12  4:45     ` Eric Abrahamsen
2015-08-12 14:45       ` Peter Salazar
2015-08-13  0:58       ` scrawler
2015-08-13  1:50         ` Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pp2ti6lq.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.