From mboxrd@z Thu Jan 1 00:00:00 1970 From: mwnn Subject: Unable to quit emacs after enabling Clocking Date: Sat, 23 Oct 2010 21:38:23 +0530 Message-ID: <4CC30877.1080704@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46232 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9gn9-0007eX-8p for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 12:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9gn7-0004OH-4z for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 12:17:58 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:47986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9gn7-0004Nv-0a for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 12:17:57 -0400 Received: by pwj2 with SMTP id 2so427191pwj.0 for ; Sat, 23 Oct 2010 09:17:55 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I added the following lines to my .emacs file to enable task clocking across emacs sessions: (setq org-clock-persist 'history) (org-clock-persistence-insinuate) Now i am unable to quit Emacs with C-x C-c command. I get the following error message: Saving file /home/mwnn/.emacs.d/org-clock-save.el... make-backup-file-name-1: Wrong type argument: stringp, (".~") Regards, mwnn