Re: [O] org-clock-persistence-insinuate not working anymore (25.0.5)

2015-05-25 Thread Kyle Meyer
torys.ander...@gmail.com (Tory S. Anderson) wrote: > I've been using the following code for several months to make it easy > to clock back in to my frequent tasks as I track my time usage: > > (org-clock-persistence-insinuate) > (setq org-clock-persist t) > > A few days ago I updated emacs to the d

Re: [O] org-clock-persistence-insinuate not working anymore (25.0.5)

2015-05-25 Thread Tory S. Anderson
How about any suggestions on how to debug this, since it isn't actually throwing any errors (and I'm a novice emacs-debugger)? The tasks list will contain "interrupted task" and "recent task" but none of the actual task names. (this comes from passing a single arg to org-clock-in) torys.ander.

[O] org-clock-persistence-insinuate not working anymore (25.0.5)

2015-05-23 Thread Tory S. Anderson
I've been using the following code for several months to make it easy to clock back in to my frequent tasks as I track my time usage: --8<---cut here---start->8--- (org-clock-persistence-insinuate) (setq org-clock-persist t) --8<---cut here-