Re: [O] Bug: (org-clock-in 64) leads to redundant clock entries [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-08-29 Thread REN Lifeng
I have tried in the cleanest environment I could think of, but still get duplicated clock line. Here are the steps. - CTRL+ALT+F1 login to get a console - env -i TERM=linux HOME=/tmp bash --login --norc --noprofile almost empty enviroment, except TERM and HOME, which emacs need - git clone g

Re: [O] Bug: (org-clock-in 64) leads to redundant clock entries [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-08-29 Thread Nicolas Goaziou
REN Lifeng writes: > Sorry. I gave the wrong steps. The last step should be C-u C-u C-u C-c > C-x C-i. Could you try again? This is what I did. I still cannot reproduce your problem. I also tried different values for `org-clock-into-drawer', namely nil, t and "CLOCK", to no avail. Regards, --

Re: [O] Bug: (org-clock-in 64) leads to redundant clock entries [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-08-28 Thread REN Lifeng
On Thu, Aug 28, 2014 at 5:52 PM, Nicolas Goaziou wrote: > Hello, > > REN Lifeng writes: > >> Maybe I missed something obvious, but I find c-u c-u c-u c-c c-x c-i does >> not work as the docstring says. Steps to reproduce the problem follows. >> >> - emacs -q >> - (find-file "test.org") >> - inser

Re: [O] Bug: (org-clock-in 64) leads to redundant clock entries [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-08-28 Thread Nicolas Goaziou
Hello, REN Lifeng writes: > Maybe I missed something obvious, but I find c-u c-u c-u c-c c-x c-i does > not work as the docstring says. Steps to reproduce the problem follows. > > - emacs -q > - (find-file "test.org") > - insert a header, clock in (say 15:39) > - clock out after more than 1 minu

[O] Bug: (org-clock-in 64) leads to redundant clock entries [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-08-27 Thread REN Lifeng
Hi, Maybe I missed something obvious, but I find c-u c-u c-u c-c c-x c-i does not work as the docstring says. Steps to reproduce the problem follows. - emacs -q - (find-file "test.org") - insert a header, clock in (say 15:39) - clock out after more than 1 minute (say 15:43) - insert another heade