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...@gmail.com (Tory S. Anderson) writes: > 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 dev master and my clock is no longer > persisting; the list of recent tasks is perpetually "nil". Any ideas on how > to fix this, or what happened?