emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] first step of newbe: *TODO


From: stardiviner
Subject: Re: [O] first step of newbe: *TODO
Date: Sun, 15 Dec 2013 00:15:44 +0800
User-agent: mu4e 0.9.9; emacs 24.3.50.1

You can set global todo keywords with:

(setq org-todo-keywords
      '((sequence "TODO(t@/!)" "|" "DONE(d@/!)")))

Here @ will add timestamp, and ! will prompt for input.

John Kitchin writes:

> you need to put this in your init.el (or other configuration file) I think:
>
> (setq org-log-done 'time)
>
> or add this to the top of the org-file
> #+STARTUP: logdone
>
>
>
> John
>
> -----------------------------------
> John Kitchin
> Associate Professor
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> http://kitchingroup.cheme.cmu.edu
>
>
>
> On Fri, Dec 13, 2013 at 12:11 PM, Renato <address@hidden> wrote:
>
>> 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?
>>
>> TIA
>>
>> Renato
>>
>> ps
>> sorry, for the stupid question, but it is really my very firs experimet :-(
>>
>>


-- 
[ stardiviner ] Kill the world if you want. That's it.
IRC(freenode): stardiviner     \ Twitter:  @numbchild \



reply via email to

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