From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Henderson Subject: Windows XP: date and time-stamp for DONE items not showing-up Date: Mon, 8 Aug 2011 18:27:15 +1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqLB9-0005nZ-2k for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 04:27:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqLB7-0001Zk-PF for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 04:27:18 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:36500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqLB7-0001Zd-Kk for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 04:27:17 -0400 Received: by vxj15 with SMTP id 15so3274880vxj.0 for ; Mon, 08 Aug 2011 01:27:16 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm new to orgmode and emacs. I have downloaded emacs 23.3 for XP and trying to use orgmode that comes bundled with this version of emacs. I'm following this tutorial: http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html When I mark a project as "Done" it doesn't show the "CLOSED" and date and time-stamp as described in the tutorial. It just puts the "DONE" in front of the task. My _emacs file is under the "C:\Documents and Settings\user_name" directory and it only has the following: (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) (setq org-log-done t) I have put emacs under C:\ drive and all the "org" files are under the C:\emacs-23.3-bin-i386\emacs-23.3\lisp\org directory. Could someone please tell me how to get the "CLOSED" and time and date stamp for items that are marked as done? Thanks.