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
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
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