From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giorgio Valoti Subject: Unable to select source code blocks Date: Tue, 15 Feb 2011 08:11:41 +0100 Message-ID: <218C5BA7-3C6A-46DF-8D59-9C92EF3F3370@me.com> 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=34237 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpF4z-00015s-VO for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 02:12:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpF4y-0007fj-KR for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 02:12:09 -0500 Received: from asmtpout029.mac.com ([17.148.16.104]:63696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpF4y-0007du-Ck for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 02:12:08 -0500 Received: from alichino.refactor.it (93-62-99-244.ip22.fastwebnet.it [93.62.99.244]) by asmtp029.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LGN007DRDBIIV20@asmtp029.mac.com> for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 23:11:45 -0800 (PST) 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: emacs-orgmode@gnu.org Hi, 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. * 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