emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Unable to quit emacs after enabling Clocking


From: mwnn
Subject: Re: [Orgmode] Unable to quit emacs after enabling Clocking
Date: Sun, 24 Oct 2010 17:46:25 +0530
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101019 Lightning/1.0b2 Lanikai/3.1.5

Changed the line to

(setq backup-directory-alist '((".*" . "./.emacs.d/")))

Regards,
mwnn

On 10/24/2010 03:46 PM, Eric S Fraga wrote:
On Sun, 24 Oct 2010 15:15:55 +0530, mwnn <address@hidden> wrote:

I fixed the issue by setting the value of backup-directory-alist as
shown below:

(setq backup-directory-alist '((".~" . "./.emacs.d/")))

I'm not sure I understand this correctly but shouldn't the first entry
be a regex file pattern? This would only appear to match files with
a single character followed by ~?

According to the documentation for that variable, if you want all
files going to the specified directory (which in your case will be
relative to the original file's location), maybe you want ".*" as the
file regex?

eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]