Re: [O] Clock setup stopped working after update

2017-03-09 Thread Markus Heller
Hi Nic, On Tue, Mar 7, 2017 at 12:44 AM, Nicolas Goaziou wrote: > Hello, > > Markus Heller writes: > > > So, I did some more digging into this. First, I installed an older > version > > of org: > > > > M-x org -version: Org-mode version 8.2.10 (8.2.10-41-g42228a-elpa @ > > c:/Users/mheller/A

Re: [O] Clock setup stopped working after update

2017-03-07 Thread Nicolas Goaziou
Hello, Markus Heller writes: > So, I did some more digging into this. First, I installed an older version > of org: > > M-x org -version: Org-mode version 8.2.10 (8.2.10-41-g42228a-elpa @ > c:/Users/mheller/AppData/Roaming/.emacs.d/elpa/org-20150601/) I cannot help you with such an old release

Re: [O] Clock setup stopped working after update

2017-03-06 Thread Markus Heller
So, I did some more digging into this. First, I installed an older version of org: M-x org -version: Org-mode version 8.2.10 (8.2.10-41-g42228a-elpa @ c:/Users/mheller/AppData/Roaming/.emacs.d/elpa/org-20150601/) With this, the clocking-related issues went away. I know this version is probably

Re: [O] Clock setup stopped working after update

2017-03-03 Thread Markus Heller
Yes, it does. Copy mistake error and my mistake. This lead me to think that the issue is a headline where the * or copies thereof have been deleted by accident. So I cycled through my agenda files ;; Org-Agenda Files (setq org-agenda-files (quote("h:/org/general.org"))) ;; "h:/org/projects

Re: [O] Clock setup stopped working after update

2017-03-03 Thread Nick Dokos
Markus Heller writes: > This used to work though, before the update. Here is an "ECM" consisting > of test.org, a minimal agenda file, and a .emacs, which I have strip off > everything except org-mode related code including Bernt's clock set up. > It's not minimal by any means, but I don't have

Re: [O] Clock setup stopped working after update

2017-03-03 Thread Markus Heller
This used to work though, before the update. Here is an "ECM" consisting of test.org, a minimal agenda file, and a .emacs, which I have strip off everything except org-mode related code including Bernt's clock set up. It's not minimal by any means, but I don't have the skills to decide what else c

Re: [O] Clock setup stopped working after update

2017-03-02 Thread Nicolas Goaziou
Hello, Markus Heller writes: > I just updated emacs to GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-21 > and orgmode to Org mode version 9.0.5 (9.0.5-elpa @ > c:/Users/mheller/AppData/Roaming/.emacs.d/elpa/org-20170210/). > > I've been using Bernt Hansen's clock setup for over a year now, wi

[O] Clock setup stopped working after update

2017-03-02 Thread Markus Heller
Hello, I just updated emacs to GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-21 and orgmode to Org mode version 9.0.5 (9.0.5-elpa @ c:/Users/mheller/AppData/Roaming/.emacs.d/elpa/org-20170210/). I've been using Bernt Hansen's clock setup for over a year now, without issues. I realize that thi