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