On Aug 12, 2007, at 6:57, Max Mikhanosha wrote:
At Thu, 9 Aug 2007 07:05:55 +0200, Carsten
Dominik wrote:
I cannot reproduce this bug. Anyone?
Its easy to reproduce, are you sure you doing it with org-log-done set
to 't?
Yes, I forgot this. Now I can reproduce it. THe bug is fixed for
At Thu, 9 Aug 2007 07:05:55 +0200, Carsten
Dominik wrote:
>
> I cannot reproduce this bug. Anyone?
>
Its easy to reproduce, are you sure you doing it with org-log-done set
to 't?
Here is my understanding of the bug after debugging it a bit, please
correct me if I'm wrong: when agenda buffer is
I cannot reproduce this bug. Anyone?
- Carsten
On Aug 3, 2007, at 23:17, [EMAIL PROTECTED] wrote:
$ cat ~/org-bug.el
(add-to-list 'load-path "~/org-5.04")
(require 'org)
(add-to-list 'auto-mode-alist (cons "\\.org$" 'org-mode))
(setq org-agenda-files '("~/test.org"))
(setq org-log-done t)
$
$ cat ~/org-bug.el
(add-to-list 'load-path "~/org-5.04")
(require 'org)
(add-to-list 'auto-mode-alist (cons "\\.org$" 'org-mode))
(setq org-agenda-files '("~/test.org"))
(setq org-log-done t)
$ cat ~/test.org
* Not used :bleah:
** TODO