emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Unable to select source code blocks


From: Eric S Fraga
Subject: Re: [Orgmode] Unable to select source code blocks
Date: Mon, 21 Feb 2011 11:51:17 +0000
User-agent: Gnus/5.110012 (No Gnus v0.12) Emacs/24.0.50 (gnu/linux)

Giorgio Valoti <address@hidden> writes:

> Hi,

> I don’t know if I’m missing something but I can’t 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’m 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

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 =org-babel-goto-named-src-block=.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.509.g99aa5)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]