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

2013-12-14 Thread stardiviner
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 'ti

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

2013-12-13 Thread Nick Dokos
Renato 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

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

2013-12-13 Thread John Kitchin
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 Carne

[O] first step of newbe: *TODO

2013-12-13 Thread Renato
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