emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: first step of newbe: *TODO
Date: Fri, 13 Dec 2013 14:39:26 -0500	[thread overview]
Message-ID: <87vbysy1zl.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: 52AB3FC9.8030107@gmail.com

Renato <renato.pontefice@gmail.com> writes:

> Hi,
> as I already told, I'm a really newbe (to org-mode, as well as emacs)
> I'm starting from the very beginning:
> following the Doc (here:
> http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html)
> I wrote my firs TODO list.
> But when I press C-c C-t over a TODO element, it appear DONE, write
> near the task, but not the CLOSED [time...] on the line after that.
>
> What I have to do?
>

There are two ways to get the CLOSED line:

o You can add the following line to your file:

#+STARTUP: logdone

After you do that, you have to make sure that you reinitialize the
state of the file so that org will know about it. The simplest way is
to put the cursor on the #+STARTUP line and press C-c C-c. Another way is to
close the file and reopen it.

Note that this setting will affect this particular file *only*.

o If you want the CLOSED line universally, then add the following to
your .emacs:

(setq org-log-done 'time)

Then exit emacs and start it again.

Nick

      parent reply	other threads:[~2013-12-13 19:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-13 17:11 first step of newbe: *TODO Renato
2013-12-13 19:12 ` John Kitchin
2013-12-14 16:15   ` stardiviner
2013-12-13 19:39 ` Nick Dokos [this message]

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87vbysy1zl.fsf@alphaville.bos.redhat.com \
    --to=ndokos@gmail.com \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).