Re: [O] BUG org-babel-goto-named-src-block with indented block

2014-03-07 Thread Eric Schulte
>> The problem is with your example. You can not put a header line between >> a #+name and it's source block. >> > > If that is the case, then the manual should be fixed. As the manual > explicitly allows that: See the last example on here [fn:1]. > Oh, thanks for pointing this out. Given the

Re: [O] BUG org-babel-goto-named-src-block with indented block

2014-03-06 Thread Andreas Leha
Hi Eric, thanks for looking into this! Eric Schulte writes: > Hi Andreas, > > The problem is with your example. You can not put a header line between > a #+name and it's source block. > If that is the case, then the manual should be fixed. As the manual explicitly allows that: See the last

Re: [O] BUG org-babel-goto-named-src-block with indented block

2014-03-06 Thread Eric Schulte
Hi Andreas, The problem is with your example. You can not put a header line between a #+name and it's source block. Best, Andreas Leha writes: > Hi all, > > there seems to be a bug, where org-babel-goto-named-src-block does not > find an indented source block. > > Here is an example: > > --8<