emacs-orgmode
[Top][All Lists]
Advanced

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

[BUG] Citations in tables are not exported


From: Timothy
Subject: [BUG] Citations in tables are not exported
Date: Thu, 15 Jul 2021 12:38:29 +0800
User-agent: mu4e 1.4.15; emacs 28.0.50

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

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