emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Rasmus
Subject: [O] [bug?, ob] finding tables with captions
Date: Mon, 16 Feb 2015 22:09:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

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

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