From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giorgio Valoti Subject: Re: Unable to select source code blocks Date: Tue, 22 Feb 2011 10:52:43 +0100 Message-ID: <34FD3967-0A59-4C66-A35D-4171D77E0A07@me.com> References: <218C5BA7-3C6A-46DF-8D59-9C92EF3F3370@me.com> <87aahpzjuy.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38206 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Provm-0001Dx-Kx for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 04:53:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Provl-00014t-DL for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 04:53:18 -0500 Received: from asmtpout030.mac.com ([17.148.16.105]:37367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Provl-00014b-9T for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 04:53:17 -0500 Received: from alichino.refactor.it (93-33-204-116.ip46.fastwebnet.it [93.33.204.116]) by asmtp030.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LH000JHDJFWLL20@asmtp030.mac.com> for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 01:52:47 -0800 (PST) In-reply-to: <87aahpzjuy.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org Il giorno 21/feb/2011, alle ore 12.51, Eric S Fraga ha scritto: > Giorgio Valoti writes: >=20 >> Hi, >=20 >> I don=92t know if I=92m missing something but I can=92t 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=92m using org 7.4 with >> Emacs 23.2. >>=20 >> * Source code navigation test >> #+srcname: test >> #+begin_src sh >> echo 'hello world' >> #+end_src >>=20 >> #+results: test >> : hello world >> * Another item, another source code block >> #+srcname: test2 >> #+begin_src sh >> echo 'ciao mondo' >> #+end_src >>=20 >> #+results: test2 >> : ciao mondo >> * and so on >>=20 >> Thank you in advance >> -- >> Giorgio Valoti >=20 > Giorgio, >=20 > 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. Hi Eric, I don=92t use ido-mode (maybe I should? Seems cool!). By autocomplete I = meant tab completion.=20 -- Giorgio Valoti