emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Mirko Vukovic <Mirko.vukovic@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org copied a few files to ~/.org-timestamps
Date: Fri, 17 Jun 2016 10:33:05 +0200	[thread overview]
Message-ID: <87wplow6ym.fsf@saiph.selenimh> (raw)
In-Reply-To: <loom.20160615T175548-521@post.gmane.org> (Mirko Vukovic's message of "Wed, 15 Jun 2016 15:58:49 +0000 (UTC)")

Hello,

Mirko Vukovic <Mirko.vukovic@gmail.com> writes:

> Mirko Vukovic <Mirko.vukovic <at> 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

      reply	other threads:[~2016-06-17  8:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-15 15:30 org copied a few files to ~/.org-timestamps Mirko Vukovic
2016-06-15 15:58 ` Mirko Vukovic
2016-06-17  8:33   ` Nicolas Goaziou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wplow6ym.fsf@saiph.selenimh \
    --to=mail@nicolasgoaziou.fr \
    --cc=Mirko.vukovic@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).