* Windows XP: date and time-stamp for DONE items not showing-up
@ 2011-08-08 8:27 Chris Henderson
2011-08-08 11:20 ` Jambunathan K
0 siblings, 1 reply; 2+ messages in thread
From: Chris Henderson @ 2011-08-08 8:27 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Windows XP: date and time-stamp for DONE items not showing-up
2011-08-08 8:27 Windows XP: date and time-stamp for DONE items not showing-up Chris Henderson
@ 2011-08-08 11:20 ` Jambunathan K
0 siblings, 0 replies; 2+ messages in thread
From: Jambunathan K @ 2011-08-08 11:20 UTC (permalink / raw)
To: Chris Henderson; +Cc: emacs-orgmode
Chris Henderson <henders254@gmail.com> writes:
> 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?
I don't see t as a valid value for org-log-done in the customization
menu or docstring and I am not sure how it is interpreted.
Have you tried
M-x customize-variable RET org-log-done RET
and choose one of the values that is offered in the menu.
,----[ C-h v org-log-done RET ]
| org-log-done is a variable defined in `org.el'.
| Its value is note
| Original value was nil
|
| Documentation:
| Information to record when a task moves to the DONE state.
|
| Possible values are:
|
| nil Don't add anything, just change the keyword
| time Add a time stamp to the task
| note Prompt for a note and add it with template `org-log-note-headings'
|
| This option can also be set with on a per-file-basis with
|
| #+STARTUP: nologdone
| #+STARTUP: logdone
| #+STARTUP: lognotedone
|
| You can have local logging settings for a subtree by setting the LOGGING
| property to one or more of these keywords.
|
| You can customize this variable.
|
| [back]
`----
>
> Thanks.
>
>
--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-08 11:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 8:27 Windows XP: date and time-stamp for DONE items not showing-up Chris Henderson
2011-08-08 11:20 ` Jambunathan K
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).