GNU bug report logs - #12702
24.2; Orgmode Refile complains "Not bookmark format"

Previous Next

Packages: emacs, org-mode;

Reported by: Jonathan Schaeffer <jonathan.schaeffer <at> univ-brest.fr>

Date: Mon, 22 Oct 2012 15:57:02 UTC

Severity: minor

Found in version 24.2

Done: Bastien <bzg <at> altern.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Philipp Kroos <philipp.kroos <at> t-online.de>
To: Bastien <bzg <at> altern.org>
Cc: Glenn Morris <rgm <at> gnu.org>, 12702 <at> debbugs.gnu.org, Jonathan Schaeffer <jonathan.schaeffer <at> univ-brest.fr>
Subject: bug#12702: [O] bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"
Date: Tue, 23 Oct 2012 22:52:49 +0200
Hi,

Bastien <bzg <at> altern.org> writes:

> Hi Jonathan,
>
> Jonathan Schaeffer <jonathan.schaeffer <at> univ-brest.fr> writes:
>
>> I'll submit a post on Archlinux forum to see if someone can reproduce
>> this.
>
> You can also try reporting your problem to the emacs-orgmode mailing
> list: https://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> There are some ArchLinux Org-mode users there.

I'm on Arch so I checked it with my emacs from the repositories.
I can  reproduce it, but I think it's unrelated to Archlinux.
If I enter the org-buffer with C-x b, M-x org-mode,
M-x toggle-debug-on-error shows that the error (wrong-type-argument
arryp nil) goes back to org-refile-check-position in org.el.
The let-form sets `file` to (nth 1 refile-pointer), which is `nil` *if*
the buffer was loaded like mentioned. This value is given to
find-buffer-visiting, from where file-truename eventually throws the error.

If the file is visited with C-x f, `file` is set to the correct value
(current directory + filename) and the refiling is correct.

Best, Philipp




This bug report was last modified 12 years and 214 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.