From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Kroos Subject: bug#12702: bug#12702: 24.2; Orgmode Refile complains "Not bookmark format" Date: Tue, 23 Oct 2012 22:52:49 +0200 Message-ID: <871ugovrku.fsf__25412.6867781908$1351027238$gmane$org@t-online.de> References: <50855D96.9000302@univ-brest.fr> <508641DE.9080101@univ-brest.fr> <50865081.5030303@univ-brest.fr> <87haplw59h.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQltX-0000Vq-Gn for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 17:20:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQltR-0003sW-0m for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 17:20:14 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: <87haplw59h.fsf@bzg.ath.cx> (Bastien's message of "Tue, 23 Oct 2012 17:57:14 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Glenn Morris , Jonathan Schaeffer , 12702@debbugs.gnu.org Hi, Bastien writes: > Hi Jonathan, > > Jonathan Schaeffer 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