emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [bug?, ob] finding tables with captions


From: Nicolas Goaziou
Subject: Re: [O] [bug?, ob] finding tables with captions
Date: Mon, 16 Feb 2015 22:38:55 +0100

Hello,

Rasmus <address@hidden> writes:

> A caption seems to prevent Org from finding a table when using inline
> calls.  Consider this example:
>
> #+NAME: tbl0
> #+CAPTION: caption
> | a | b |
> |---+---|
> | 1 | 2 |
>
> src_emacs-lisp[:var val=tbl0[2,1]]{val} =nil= 
>
> #+CAPTION: caption
> #+NAME: tbl1
> | a | b |
> |---+---|
> | 1 | 2 |
>
> src_emacs-lisp[:var val=tbl1[2,1]]{val} =2=
>
> Is that a feature or a bug?  Or me misusing ob?

Babel sometimes assumes NAME is just before the element considered, e.g.
"ob-core.el", l. 1940.

The library would benefit from using the parser consistently, but there
is much work left to do in that area.


Regards,

-- 
Nicolas Goaziou



reply via email to

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