From mboxrd@z Thu Jan 1 00:00:00 1970 From: mwnn Subject: Re: Unable to quit emacs after enabling Clocking Date: Sun, 24 Oct 2010 08:54:48 +0530 Message-ID: <4CC3A700.6050606@gmail.com> References: <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=40318 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9rQ6-0004wz-15 for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 23:38:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9rLk-0004gL-SL for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 23:34:25 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:59699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9rLk-0004gH-LE for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 23:34:24 -0400 Received: by qyk34 with SMTP id 34so506268qyk.0 for ; Sat, 23 Oct 2010 20:34:24 -0700 (PDT) In-Reply-To: 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: Noorul Islam Cc: "emacs-orgmode@gnu.org" The call trace is as shown below: Debugger entered--Lisp error: (wrong-type-argument stringp (".~")) expand-file-name((".~") "/home/mwnn/.emacs.d/") make-backup-file-name-1("/home/mwnn/.emacs.d/org-clock-save.el") find-backup-file-name("/home/mwnn/.emacs.d/org-clock-save.el") backup-buffer() basic-save-buffer-2() basic-save-buffer-1() basic-save-buffer() save-buffer() org-clock-save() run-hooks(kill-emacs-hook) kill-emacs() save-buffers-kill-emacs(nil) save-buffers-kill-terminal(nil) call-interactively(save-buffers-kill-terminal nil nil) Regards, mwnn On 10/24/2010 08:51 AM, Noorul Islam wrote: > On Saturday, October 23, 2010, mwnn wrote: >> 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, (".~") >> > > 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 >