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 03:50:06 -0400 Message-ID: References: <50855D96.9000302@univ-brest.fr> <508641DE.9080101@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]:57346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQZGo-0006Z4-Cb for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 03:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQZGc-0001Ei-Ch for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 03:51:26 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: <508641DE.9080101@univ-brest.fr> (Jonathan Schaeffer's message of "Tue, 23 Oct 2012 09:06:06 +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: > (I made a reply all, is that alright ?) Yes, that's the right thing to do. > with emacs -Q, I can not reproduce the bug. But refile does not work > at all, (Complains : wrong type argument arrayp,nil). > I do : > 1. emacs -Q > 2. C-x C-f refiletest.org > 3. Fill the buffer with : > * Entry One > * Entry Two > ** Refile Me > > 4. Hit C-c C-w > 5. The entry is duplicated and I can read the error message "Not > bookmark format) Sorry, this works fine for me with Emacs 24.2. Maybe someone who actually uses Org will step in and help... > If, instead of visiting a file, I open just a new buffer with "C-x b > test.org", the behaviour is different : > On refile (C-c C-w) nothing happens but the error message shows: > wrong type argument: arrayp, nil This doesn't make sense to me; because just doing `C-x b test.org' creates a buffer in fundamental mode, where C-c C-w is not bound to any key. It seems like your Emacs must be customized in some way, even with `emacs -Q'... > I hope this helps. I have the archlinux build of emacs, so maybe the > error is on the packaging side ?