From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: org-clock-persistence-insinuate not working anymore (25.0.5) Date: Mon, 25 May 2015 10:18:45 -0400 Message-ID: <87pp5o91ve.fsf@gmail.com> References: <87h9r33vlf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwtDW-0003nj-OK for emacs-orgmode@gnu.org; Mon, 25 May 2015 10:18:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwtDT-0004eE-Uk for emacs-orgmode@gnu.org; Mon, 25 May 2015 10:18:58 -0400 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:34214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwtDT-0004e2-QT for emacs-orgmode@gnu.org; Mon, 25 May 2015 10:18:55 -0400 Received: by qgez61 with SMTP id z61so45735108qge.1 for ; Mon, 25 May 2015 07:18:54 -0700 (PDT) In-Reply-To: <87h9r33vlf.fsf@gmail.com> (Tory S. Anderson's message of "Sat, 23 May 2015 16:08:44 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode list 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.anderson@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?