From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: can't find src blocks Date: Tue, 19 May 2015 22:34:03 +0100 Message-ID: References: <87wq04uv53.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yup8x-0003sM-Aj for emacs-orgmode@gnu.org; Tue, 19 May 2015 17:33:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yup8t-0004yt-A2 for emacs-orgmode@gnu.org; Tue, 19 May 2015 17:33:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:38642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yup8t-0004yn-3L for emacs-orgmode@gnu.org; Tue, 19 May 2015 17:33:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yup8r-0005Gf-PK for emacs-orgmode@gnu.org; Tue, 19 May 2015 23:33:37 +0200 Received: from cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net ([81.102.136.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2015 23:33:37 +0200 Received: from andreas.leha by cpc33-cmbg15-2-0-cust4.5-4.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2015 23:33:37 +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: emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> Since some time (sorry, no bisect, I am afraid) I am having issues >> with `org-babel-goto-named-src-block'. >> >> I simply can not find any source block any more -- even with "emacs -Q" >> >> Here is the MWE: >> >> * Test code block names >> >> Try C-c C-v g t e s t RET >> >> I expect to be taken to the code block, but I get [no match]. > > Fixed in de8302c65a54b4c8bcdd313a64cf766a02ae3b79. Thank you. > Thanks for the quick fix! Which I can confirm. Regards, Andreas