Re: [Orgmode] Unable to select source code blocks

2011-02-27 Thread Eric Schulte
Giorgio Valoti writes: > Il giorno 26/feb/2011, alle ore 17:05, Eric Schulte ha scritto: > >> […] >> >> You could also try executing the function directly by calling >> `eval-expression' M-: (org-babel-src-block-names) within the Org-mode >> buffer. > > I get the same results. > as I understan

Re: [Orgmode] Unable to select source code blocks

2011-02-26 Thread Giorgio Valoti
Il giorno 26/feb/2011, alle ore 17:05, Eric Schulte ha scritto: > […] > > You could also try executing the function directly by calling > `eval-expression' M-: (org-babel-src-block-names) within the Org-mode > buffer. I get the same results. > > also, make sure you have the latest version of

Re: [Orgmode] Unable to select source code blocks

2011-02-26 Thread Eric Schulte
Giorgio Valoti writes: > Il giorno 26/feb/2011, alle ore 01.08, Eric Schulte ha scritto: > […] >>> >>> The problem doesn’t seem related to the autocomplete system, it’s the >>> org-babel-src-block-names function that returns an empty list. I don’t >>> know why, the org-babel-src-name-w-name

Re: [Orgmode] Unable to select source code blocks

2011-02-26 Thread Giorgio Valoti
Il giorno 26/feb/2011, alle ore 01.08, Eric Schulte ha scritto: >>> […] >> >> The problem doesn’t seem related to the autocomplete system, it’s the >> org-babel-src-block-names function that returns an empty list. I don’t >> know why, the org-babel-src-name-w-name-regexp used by that function >>

Re: [Orgmode] Unable to select source code blocks

2011-02-25 Thread Eric Schulte
Giorgio Valoti writes: > Il giorno 23/feb/2011, alle ore 08.19, Eric S Fraga ha scritto: > […] > 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 autocompletio

Re: [Orgmode] Unable to select source code blocks

2011-02-25 Thread Giorgio Valoti
Il giorno 23/feb/2011, alle ore 08.19, Eric S Fraga ha scritto: >>> […] >>> 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 i

Re: [Orgmode] Unable to select source code blocks

2011-02-22 Thread Giorgio Valoti
Il giorno 21/feb/2011, alle ore 12.51, Eric S Fraga ha scritto: > Giorgio Valoti 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

Re: [Orgmode] Unable to select source code blocks

2011-02-21 Thread Eric S Fraga
Giorgio Valoti 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

[Orgmode] Unable to select source code blocks

2011-02-14 Thread Giorgio Valoti
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 co