Re: typo in org-clock.el

2022-01-23 Thread Ihor Radchenko
Colin Baxter writes: > At line 2512 :end should be :tend as in: > > (user-error "Clocktable `:step' can only be used with `:block' or `:tstart, > :tend'")) Fixed. Thanks! Meanwhile, you message appears to be already answered by Carsten retrospectively :) https://list.orgmode.org/874k5uu85j

typo in org-clock.el

2022-01-23 Thread Colin Baxter
At line 2512 :end should be :tend as in: (user-error "Clocktable `:step' can only be used with `:block' or `:tstart, :tend'"))

Re: [Orgmode] Typo in org-clock.el

2009-07-06 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 6, 2009, at 8:58 PM, Matthew Lundin wrote: Hi Carsten, I discovered a typo in org-clock.el that was preventing org-clock-in-hook from working. - Matt --- diff --git a/lisp/org-clock.el b/lisp/org-clock.el index d0a6ebf..79dcb49 100644 --- a/lisp/org

[Orgmode] Typo in org-clock.el

2009-07-06 Thread Matthew Lundin
Hi Carsten, I discovered a typo in org-clock.el that was preventing org-clock-in-hook from working. - Matt --- diff --git a/lisp/org-clock.el b/lisp/org-clock.el index d0a6ebf..79dcb49 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -582,7 +582,7 @@ the clocking selection