From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-babel-ref-parse needs to set current buffer to the buffer of the marker [8.2.2 (release_8.2.2-188-gc57372 @ /home/wvxvw/Projects/org-mode/lisp/)] Date: Sat, 09 May 2015 00:08:58 +0200 Message-ID: <87r3qqyb5x.fsf@nicolasgoaziou.fr> References: <8761873tx7.fsf@gmail.com> <87a8xgi27p.fsf@nicolasgoaziou.fr> <87zj5g2idd.fsf@gmail.com> <87oalvh3y4.fsf@nicolasgoaziou.fr> <87pp6b2on1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqqQh-0005eV-EZ for emacs-orgmode@gnu.org; Fri, 08 May 2015 18:07:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqqQg-0004gP-Cn for emacs-orgmode@gnu.org; Fri, 08 May 2015 18:07:35 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:57130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqqQg-0004d8-6t for emacs-orgmode@gnu.org; Fri, 08 May 2015 18:07:34 -0400 In-Reply-To: <87pp6b2on1.fsf@gmail.com> (Oleg Sivokon's message of "Fri, 08 May 2015 16:18:58 +0300") 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: Oleg Sivokon Cc: emacs-orgmode@gnu.org Oleg Sivokon writes: > I've started working on the test as I realized that the behavior no > longer reproduces (since I've filed the bug, I've rebuilt my > Emacs...). Now even if the marker is initially in the wrong buffer, if > you call `marker-position', it still succeeds. I checked the history of > `marker-position' source and `CHECK_MARKER' source, but there was no > change there recent enough to suspect them to be the reason of the > behavior I've seen. Odd. Anyway, if you can't reproduce it, I guess there's nothing to fix at the moment. > I've tried going back to Emacs 24.5 (the one installed from > distribution package manager), but it's not compatible with the Org > version that I've build from the master yesterday. It should be. Development version currently tries to be compatible with both Emacs 23 and Emacs 24. How does this incompatibility manifest itself? > If this is important, it is incompatible in that ox-latex expects > there to be a `cl-struct-define' macro, but it probably didn't exist > yet in the 24.5 times. Do you mean `defstruct'? If so, it has been in cl.el for ages. I doubt this is related to the incompatibility you are experiencing. Regards,