[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-clock-persistence-insinuate not working anymore (25.0.5)
From: |
Tory S. Anderson |
Subject: |
Re: [O] org-clock-persistence-insinuate not working anymore (25.0.5) |
Date: |
Mon, 25 May 2015 10:18:45 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
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)
address@hidden (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?