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