From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: [bug?, ob] finding tables with captions
Date: Mon, 16 Feb 2015 22:09:38 +0100 [thread overview]
Message-ID: <8761b14l7x.fsf@gmx.us> (raw)
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
next reply other threads:[~2015-02-16 21:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-16 21:09 Rasmus [this message]
2015-02-16 21:38 ` [bug?, ob] finding tables with captions Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8761b14l7x.fsf@gmx.us \
--to=rasmus@gmx.us \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.