From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: bug#12702: 24.2; Orgmode Refile complains "Not bookmark format" Date: Wed, 24 Oct 2012 17:12:35 +0200 Message-ID: <87d30729b0.fsf__11024.1467053585$1351091635$gmane$org@bzg.ath.cx> References: <50855D96.9000302@univ-brest.fr> <03liexyx5m.fsf@fencepost.gnu.org> <5087B1AB.3030404@univ-brest.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR2e0-00037J-Lg for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 11:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR2dk-00016G-G6 for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 11:13:20 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: (Stefan Monnier's message of "Wed, 24 Oct 2012 10:54:38 -0400") 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: Stefan Monnier Cc: 12702@debbugs.gnu.org, Jonathan Schaeffer Hi Stefan, Stefan Monnier writes: >> The error message makes sense ... as soon as you know where the problem >> comes from :) > > Also, while it's good to signal to the user that his bookmark file is > corrupted (and to make sure we don't overwrite it with something else), > I don't see why that should prevent Org's Refile from working. By default, org-refile and org-capture store bookmarks to the last refiled/captured Org headline. (There is org-capture-bookmark in case users want to deactivate this for captured headlines.) We could skip this step in Org in case the bookmark format is corrupted, or have a more informative message that makes clear to the user that Org tries to store a bookmark. What do you think? -- Bastien