From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: Unable to quit emacs after enabling Clocking Date: Sun, 24 Oct 2010 08:51:31 +0530 Message-ID: References: <4CC30877.1080704@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=40371 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9r9J-0003I6-Mm for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 23:21:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9r9I-0002qI-Rh for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 23:21:33 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:55253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9r9I-0002qE-NR for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 23:21:32 -0400 Received: by yxm34 with SMTP id 34so965253yxm.0 for ; Sat, 23 Oct 2010 20:21:32 -0700 (PDT) In-Reply-To: <4CC30877.1080704@gmail.com> 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: mwnn Cc: "emacs-orgmode@gnu.org" On Saturday, October 23, 2010, mwnn wrote: > Hi all, > =A0 =A0I added the following lines to my .emacs file to enable task cloc= king across emacs sessions: > > =A0 =A0(setq org-clock-persist 'history) > =A0 =A0(org-clock-persistence-insinuate) > > Now i am unable to quit Emacs with C-x C-c command. I get the following e= rror message: > > =A0 =A0Saving file /home/mwnn/.emacs.d/org-clock-save.el... > =A0 =A0make-backup-file-name-1: Wrong type argument: stringp, (".~") > Can you get us a traceback of this? (setq debug-on-error t) and then try to quit emacs. It should show some traceback information. Post it here. Thanks and Regards Noorul