From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Unable to select source code blocks Date: Mon, 21 Feb 2011 11:51:17 +0000 Message-ID: <87aahpzjuy.fsf@ucl.ac.uk> References: <218C5BA7-3C6A-46DF-8D59-9C92EF3F3370@me.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=44019 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrYlL-0005JM-2v for emacs-orgmode@gnu.org; Mon, 21 Feb 2011 11:37:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrYlK-00054t-3W for emacs-orgmode@gnu.org; Mon, 21 Feb 2011 11:37:26 -0500 Received: from vscane-a2.ucl.ac.uk ([144.82.108.42]:63170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrYlJ-000548-Vb for emacs-orgmode@gnu.org; Mon, 21 Feb 2011 11:37:26 -0500 In-Reply-To: <218C5BA7-3C6A-46DF-8D59-9C92EF3F3370@me.com> (Giorgio Valoti's message of "Tue, 15 Feb 2011 08:11:41 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Giorgio Valoti Cc: emacs-orgmode@gnu.org Giorgio Valoti writes: > Hi, > I don=E2=80=99t know if I=E2=80=99m missing something but I can=E2=80=99t= get the > org-babel-goto-named-src-block to work. When I invoke it on the sample > file below the autocompletion shows nil and nothing else and if insert > the source code block name I get a no match. I=E2=80=99m using org 7.4 wi= th > Emacs 23.2. > > * Source code navigation test > #+srcname: test > #+begin_src sh > echo 'hello world' > #+end_src > > #+results: test > : hello world > * Another item, another source code block > #+srcname: test2 > #+begin_src sh > echo 'ciao mondo' > #+end_src > > #+results: test2 > : ciao mondo > * and so on > > Thank you in advance > -- > Giorgio Valoti Giorgio, this works just fine for me; I don't know what you mean by autocompletion but I use ido-everywhere and both test and test2 appear in the prompt for =3Dorg-babel-goto-named-src-block=3D. --=20 : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.509.g99aa5)