From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glenn Morris Subject: bug#12702: 24.2; Orgmode Refile complains "Not bookmark format" Date: Tue, 23 Oct 2012 12:06:31 -0400 Message-ID: <4fr4opxjeg.fsf@fencepost.gnu.org> References: <50855D96.9000302@univ-brest.fr> <508641DE.9080101@univ-brest.fr> <50865081.5030303@univ-brest.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQh0Y-0005P8-9i for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 12:07:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQh0X-0002Uy-6h for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 12:07:10 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: <50865081.5030303@univ-brest.fr> (Jonathan Schaeffer's message of "Tue, 23 Oct 2012 10:08:33 +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: Jonathan Schaeffer Cc: 12702@debbugs.gnu.org Jonathan Schaeffer wrote: > Sorry, I missed a step : I manualy load the org-mode mode (Alt-x > org-mode) before doing anything in the buffer. > This might be an orgmode bug, from what I read on the internet. I can reproduce that in Emacs 24.2 and current trunk. Debugger entered--Lisp error: (wrong-type-argument arrayp nil) file-truename(nil) find-buffer-visiting(nil) org-refile-check-position((#("Entry One" 0 9 (face org-level-1 fontified t)) org-refile-get-location("Refile subtree \"Refile Me\" to" nil nil nil) org-refile(nil) call-interactively(org-refile nil nil) org-refile-check-position does not handle being called from a buffer not visiting a file. (Still no idea about the original issue.)