emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Citations in tables are not exported
@ 2021-07-15  4:38 Timothy
  2021-07-18 23:28 ` John Kitchin
  0 siblings, 1 reply; 9+ messages in thread
From: Timothy @ 2021-07-15  4:38 UTC (permalink / raw)
  To: org-mode-email

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-07-30  0:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15  4:38 [BUG] Citations in tables are not exported Timothy
2021-07-18 23:28 ` John Kitchin
2021-07-27 11:52   ` Matt Price
2021-07-29 12:30     ` Nicolas Goaziou
2021-07-30  0:49       ` Matt Price
2021-07-29 12:26   ` Nicolas Goaziou
2021-07-29 15:34     ` John Kitchin
2021-07-29 19:26       ` Nicolas Goaziou
2021-07-29 22:04         ` John Kitchin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).