From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: org-clock-persistence-insinuate not working anymore (25.0.5) Date: Sat, 23 May 2015 16:08:44 -0400 Message-ID: <87h9r33vlf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwFix-0004Zv-DM for emacs-orgmode@gnu.org; Sat, 23 May 2015 16:08:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwFiw-00078p-Ib for emacs-orgmode@gnu.org; Sat, 23 May 2015 16:08:47 -0400 Received: from mail-qk0-x22d.google.com ([2607:f8b0:400d:c09::22d]:35578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwFiw-00078l-Dw for emacs-orgmode@gnu.org; Sat, 23 May 2015 16:08:46 -0400 Received: by qkdn188 with SMTP id n188so37815601qkd.2 for ; Sat, 23 May 2015 13:08:45 -0700 (PDT) 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 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---------------end--------------->8--- 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?