emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug? Encoding trouble in org-id-locations-load
@ 2017-11-03 14:11 Anders Johansson
  2017-11-03 21:05 ` Jorge Morais Neto
  2017-11-04 21:41 ` Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Anders Johansson @ 2017-11-03 14:11 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi,
I use org-id and got some surprising reports of duplicate IDs. It 
seems that the issue is that one of my files containing IDs has a 
filename consisting of some non-ascii characters (a Swedish ä). 
When this filename is read in from ~org-id-locations-file~ in 
~org-id-locations-load~ the ä is interpreted as “\303\244”.
But ~org-id-files~ and ~org-id-locations~ is also populated from 
currently open files, so I usually get that file represented twice 
as two different files in ~org-id-files~. So I get both 
“j-allmänt.org” and j-allm\303\244nt.org“. Both seem to be scanned 
correctly by ~org-id-update-id-locations~ and this results in 
duplicate IDs.

I tried changing the call to ~insert-file-contents-literally~ in 
~org-id-locations-load~ to just ~insert-file-contents~ and this 
seemed to fix the behaviour (as correct decoding is done then?). I 
don’t know if there are other unwanted effects from using 
~insert-file-contents~, but otherwise this seems to me to be a 
more correct solution.

Cheers,
Anders Johansson

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-04 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-03 14:11 Bug? Encoding trouble in org-id-locations-load Anders Johansson
2017-11-03 21:05 ` Jorge Morais Neto
2017-11-04 21:41 ` Nicolas Goaziou

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).