Hi,

I've just started playing with citations, but it seems that I've
stumbled across a bug where if the citation is in a table cell it will
be left "raw". See the following example

#+begin_org
,#+begin_src bibtex :tangle activedoc.bib
@article{SchulteActiveOrg,
         author={Schulte, Eric and Davison, Dan},
         journal={Computing in Science Engineering},
         title={Active Documents with Org-Mode},
         year={2011},
         volume={13},
         number={3},
         pages={66-73},
         doi={10.1109/MCSE.2011.41}}
,#+end_src

,#+bibliography: activedoc.bib
,#+print_bibliography:

[cite/a:@SchulteActiveOrg]

| [cite/a:@SchulteActiveOrg] |
#+end_org

When exporting to ASCII, I see this:

#+begin_example
Schulte, Eric, and Dan Davison. 2011. “Active Documents with Org-Mode.”
/Computing in Science Engineering/ 13 (3):66–73.

(Schulte and Davison 2011)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 [cite/a:@SchulteActiveOrg]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#+end_example

I hope that's enough to go off.

--
Timothy

Reply via email to