Hi Joost,
I'm running Emacs 23.2.1 (with orgmode 6.33 bundled) on OS X 10.6 and
I have also tested this with orgmode 7.3.
Thanks for the "emacs -q" tip. The symptoms don't appear when I do
this, and it only took a minute or two to discover that turning off
longlines-mode in my regular emacs sessi
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 'time) and the subsequent line
> From: Rob Moss
> To: em
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
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