From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org copied a few files to ~/.org-timestamps Date: Fri, 17 Jun 2016 10:33:05 +0200 Message-ID: <87wplow6ym.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDpDR-000739-Hx for emacs-orgmode@gnu.org; Fri, 17 Jun 2016 04:33:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDpDK-0001NB-Qe for emacs-orgmode@gnu.org; Fri, 17 Jun 2016 04:33:23 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:45879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDpDK-0001Mv-Kw for emacs-orgmode@gnu.org; Fri, 17 Jun 2016 04:33:18 -0400 In-Reply-To: (Mirko Vukovic's message of "Wed, 15 Jun 2016 15:58:49 +0000 (UTC)") 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" To: Mirko Vukovic Cc: emacs-orgmode@gnu.org Hello, Mirko Vukovic writes: > Mirko Vukovic gmail.com> writes: > >> >> Hello, >> >> (org 8.3.4 on Emacs 24.4.1 on Windows 7) >> >> Some of my org-files are ending up in ~/.org-timestamps. >> >> For example, the file ~/org/general.org also has a copy on ~/.org- >> timestamps. This copy was generated a few days ago. >> >> Any thoughts on why that would happen? >> >> Thanks, >> >> Mirko >> >> > I did a bit of digging: > > Only files that reside in ~/org and that are loaded via the agenda are > then reassigned to the ~/.org-timestamps directory. If I manually load > the file, then it is not reassigned to that directory. > > I used this code snippet to identify them: > (save-excursion > (let (matches) > (dolist (buffer (buffer-list)) > (let ((file-name (buffer-file-name buffer))) > (when (and file-name > (string-match "org-timestamps" file-name)) > (push file-name matches)))) > (reverse matches))) No idea about what is going on. Did you try with Emacs -q (or a variation including stable Org)? Regards, -- Nicolas Goaziou