Hi,

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?

—Rasmus

-- 
There are known knowns; there are things we know that we know


Reply via email to