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:24:05 -0400 Message-ID: <03liexyx5m.fsf@fencepost.gnu.org> References: <50855D96.9000302@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]:35665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQhHz-0002dd-FG for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 12:25:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQhHy-0003kc-AF for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 12:25:11 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: <50855D96.9000302@univ-brest.fr> (Jonathan Schaeffer's message of "Mon, 22 Oct 2012 16:52: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: > To reproduce : > > Create a .org file, create 2 level-1 entries. Create one level-2 entry > and hit C-c C-w to refile it into the other level-1 entry. > > Like this : > > * Entry One > * Entry Two > ** Refile Me > > The level-2 entry is copied in the correct location but is not removed > from original location. > Minibuffer shows message "Not Bookmark Format". And the file looks like : > > * Entry One > ** Refile Me > * Entry Two > ** Refile Me I found a way to reproduce this: have a corrupt bookmarks file. Check the contents of your bookmark-default-file. Try (re)moving it. Perhaps Org could trap and report such errors more gracefully.