Re: [Orgmode] (org-log-done 'time) and the subsequent line

2010-12-07 Thread Rob Moss
ch only loads > (require 'org) and sets  (set 'org-log-done t) your symptoms don't > appear. > > regards, > > Joost > >>>>>> "Rob" == Rob Moss writes: >  > Subject: [Orgmode] (org-log-done 'time) and the subsequent line &

Re: [Orgmode] (org-log-done 'time) and the subsequent line

2010-12-07 Thread Joost Helberg
Rob, what's the version of your software. With an emacs -q which only loads (require 'org) and sets (set 'org-log-done t) your symptoms don't appear. regards, Joost >>>>> "Rob" == Rob Moss writes: > Subject: [Orgmode] (org-log-done 't

[Orgmode] (org-log-done 'time) and the subsequent line

2010-12-07 Thread Rob Moss
Greetings, I've just started using org-mode. I began with a tutorial (http://dto.github.com/notebook/orgtutorial.html) and have also read bits of the Compact Org-mode Guide and the org-mode manual. But after an hour or two of fruitless searching, I am stuck with a problem/question concerning the l

Re: [Orgmode] org-log-done

2010-07-08 Thread Nick Dokos
Stephen Lienhard wrote: > > Hello, > > When I mark a ToDo item as Done, I would like to log the date only and not > the time. > > For ex: > > ** DONE Update presentation >CLOSED: [2010-07-08] > > Instead of: > > ** DONE Update presentation >CLOSED: [2010-07-08 Thu 17:57] > > > I

[Orgmode] org-log-done

2010-07-08 Thread Stephen Lienhard
Hello, When I mark a ToDo item as Done, I would like to log the date only and not the time. For ex: ** DONE Update presentation CLOSED: [2010-07-08] Instead of: ** DONE Update presentation CLOSED: [2010-07-08 Thu 17:57] I have searched the website and the mailing list archives. Is

Re: [Orgmode] org-log-done customization problem

2006-10-05 Thread Daniel J. Sinder
Yup -- there was a repeat in my .emacs. Time to start getting more sleep. Thanks, Dan Carsten Dominik wrote: > I cannot reproduce this which means that your setup something must be > resetting this variable. Possibilities: > > - there is a (setq org-log-done t) still in .emacs > - You have tog

Re: [Orgmode] org-log-done customization problem

2006-10-05 Thread Carsten Dominik
I cannot reproduce this which means that your setup something must be resetting this variable. Possibilities: - there is a (setq org-log-done t) still in .emacs - You have toggled logging twice from the menu before using it. This would set it to t - sort-of a bug, yes. - #+STARTUP: nologging

[Orgmode] org-log-done customization problem

2006-10-04 Thread Daniel J. Sinder
Customization of org-log-done is lost when re-starting emacs. E.g., in my .emacs file, I have [relevant portion only] (custom-set-variables '(org-log-done (quote (done But, when I re-start emacs, describe-variable on org-log-done reports it simply as 't' and the new note-taking feature is di