From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: newbye questions Date: Sun, 04 Jun 2017 17:53:08 -0400 Message-ID: <87y3t78lob.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHdSb-0003pG-KS for emacs-orgmode@gnu.org; Sun, 04 Jun 2017 17:53:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHdSY-0008NI-JA for emacs-orgmode@gnu.org; Sun, 04 Jun 2017 17:53:21 -0400 Received: from [195.159.176.226] (port=49031 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHdSY-0008Mx-Cn for emacs-orgmode@gnu.org; Sun, 04 Jun 2017 17:53:18 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dHdSP-0003J6-6U for emacs-orgmode@gnu.org; Sun, 04 Jun 2017 23:53:09 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org François Patte writes: > 2- I looked at some tutorials (for instance this one: > http://hiko-seijuro.developpez.com/articles/orgtutorial/) > > It is said at the early beginning for a TODO list, that if you hit C-c > C-t TODO turns into DONE (that's right) and that a timestamp is > automatically added: > CLOSED: [date for closing] > > I cannot get this behaviour.... I googled and find some list code to add > to my .emacs file, but this does not work.... > (setq org-log-done 'time) See the section "Closing items" in the Org manual. -- Nick