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.