From: Matt Price <moptop99@gmail.com>
To: John Kitchin <jkitchin@andrew.cmu.edu>
Cc: Org Mode <emacs-orgmode@gnu.org>, Timothy <tecosaur@gmail.com>
Subject: Re: [BUG] Citations in tables are not exported
Date: Tue, 27 Jul 2021 07:52:32 -0400 [thread overview]
Message-ID: <CAN_Dec9oGvYQWpCmM+GdN6VXX1SBXXDiovd2x=P+Fr3DCiS1-A@mail.gmail.com> (raw)
In-Reply-To: <m2im17i4mi.fsf@andrew.cmu.edu>
[-- Attachment #1: Type: text/plain, Size: 2663 bytes --]
re: captions, a quick hack is to change line 1373 of oc.el to
((memq type '(nil paragraph keyword)))
This makes my life quite a bit easier.
No doubt this is a bit too broad, though I am not entirely clear on why
there are any restrictions at all on inserting cites.
On Sun, Jul 18, 2021 at 7:29 PM John Kitchin <jkitchin@andrew.cmu.edu>
wrote:
> I also see this behavior. I think this should be considered a bug, it is
> pretty common to see citations in a table cell.
>
> Additionally, I cannot insert a citation in a caption that is above a
> table (or a figure), I get
> "user-error: Cannot insert a citation here". That should be considered a
> bug in org-cite--allowed-p I think. It fails because in the caption the
> context is a table, and it has :post-affiliated item which causes
> org-cite--allowed-p to return nil.
>
> If I put a citation in the caption anyway, it does seem to get exported
> correctly.
>
> I am not sure why the cites don't export inside the table cell though.
>
> Thanks,
>
> Timothy <tecosaur@gmail.com> writes:
>
> > 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.
>
>
> --
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
> Pronouns: he/him/his
>
>
[-- Attachment #2: Type: text/html, Size: 3547 bytes --]
next prev parent reply other threads:[~2021-07-27 11:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
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='CAN_Dec9oGvYQWpCmM+GdN6VXX1SBXXDiovd2x=P+Fr3DCiS1-A@mail.gmail.com' \
--to=moptop99@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jkitchin@andrew.cmu.edu \
--cc=tecosaur@gmail.com \
/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.