emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Citations using org-ref export to LaTeX incorrectly
@ 2022-05-11  0:35 Daniel Fleming
  2022-05-11  1:06 ` John Kitchin
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Fleming @ 2022-05-11  0:35 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I initially posted this to the Emacs StackExchange, but it was suggested
I might get more traction on the mailing list.

I am writing my dissertation in org-mode with org-ref to handle
citations. I can not get a multi-source multi-note citation to export
correctly.

Following the documentation for org-ref provided here:
https://github.com/jkitchin/org-ref/blob/master/org-ref.org#2021-version-2-vs-version-3
I am using the new `&' syntax with semi-colon separated sources. However
the pre and post notes do not come through to LaTeX as you can see in
the second code block below.

Here is the org-mode code:

```
[[cite:On Van Tillian apologetics see &frame15_apolog; and
&frame95_cornel_van_til; One example in systematic theology is
&frame13:-system-theol; Finally on christian worship see
&frame97_contem_worsh_music; and &frame96_worsh_spirit_truth]]
```

Which exports to:

```
\cite[On Van Tillian apologetics see][]{frame15_apolog,frame95_cornel_van_til,frame13:-system-theol,frame97_contem_worsh_music,frame96_worsh_spirit_truth}}
```

Notice that only the first note is exported and then it is just the sources.

I do have the fallback of using multiple [[cite:source][text::text]]
blocks, but I'd rather use the new syntax if it works.

Thank you much!

-- 
Daniel Fleming


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

* Re: Citations using org-ref export to LaTeX incorrectly
  2022-05-11  0:35 Citations using org-ref export to LaTeX incorrectly Daniel Fleming
@ 2022-05-11  1:06 ` John Kitchin
  2022-05-11  1:37   ` Daniel Fleming
  0 siblings, 1 reply; 3+ messages in thread
From: John Kitchin @ 2022-05-11  1:06 UTC (permalink / raw)
  To: Daniel Fleming; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]

Can you post this as an issue at
https://github.com/jkitchin/org-ref/issues?

Thanks.

On Tue, May 10, 2022 at 8:36 PM Daniel Fleming <daniel@flemng.org> wrote:

> Hello,
>
> I initially posted this to the Emacs StackExchange, but it was suggested
> I might get more traction on the mailing list.
>
> I am writing my dissertation in org-mode with org-ref to handle
> citations. I can not get a multi-source multi-note citation to export
> correctly.
>
> Following the documentation for org-ref provided here:
>
> https://github.com/jkitchin/org-ref/blob/master/org-ref.org#2021-version-2-vs-version-3
> I am using the new `&' syntax with semi-colon separated sources. However
> the pre and post notes do not come through to LaTeX as you can see in
> the second code block below.
>
> Here is the org-mode code:
>
> ```
> [[cite:On Van Tillian apologetics see &frame15_apolog; and
> &frame95_cornel_van_til; One example in systematic theology is
> &frame13:-system-theol; Finally on christian worship see
> &frame97_contem_worsh_music; and &frame96_worsh_spirit_truth]]
> ```
>
> Which exports to:
>
> ```
> \cite[On Van Tillian apologetics
> see][]{frame15_apolog,frame95_cornel_van_til,frame13:-system-theol,frame97_contem_worsh_music,frame96_worsh_spirit_truth}}
> ```
>
> Notice that only the first note is exported and then it is just the
> sources.
>
> I do have the fallback of using multiple [[cite:source][text::text]]
> blocks, but I'd rather use the new syntax if it works.
>
> Thank you much!
>
> --
> Daniel Fleming
>
> --
John

-----------------------------------
Professor John Kitchin (he/him/his)
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

[-- Attachment #2: Type: text/html, Size: 2778 bytes --]

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

* Re: Citations using org-ref export to LaTeX incorrectly
  2022-05-11  1:06 ` John Kitchin
@ 2022-05-11  1:37   ` Daniel Fleming
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Fleming @ 2022-05-11  1:37 UTC (permalink / raw)
  To: John Kitchin; +Cc: emacs-orgmode

Professor Kitchin,

I have submitted it here:
https://github.com/jkitchin/org-ref/issues/1010

Thank you!

Dan



John Kitchin <jkitchin@andrew.cmu.edu> writes:

> Can you post this as an issue at
> https://github.com/jkitchin/org-ref/issues?
>
> Thanks.
>
> On Tue, May 10, 2022 at 8:36 PM Daniel Fleming <daniel@flemng.org> wrote:
>
>> Hello,
>>
>> I initially posted this to the Emacs StackExchange, but it was suggested
>> I might get more traction on the mailing list.
>>
>> I am writing my dissertation in org-mode with org-ref to handle
>> citations. I can not get a multi-source multi-note citation to export
>> correctly.
>>
>> Following the documentation for org-ref provided here:
>>
>> https://github.com/jkitchin/org-ref/blob/master/org-ref.org#2021-version-2-vs-version-3
>> I am using the new `&' syntax with semi-colon separated sources. However
>> the pre and post notes do not come through to LaTeX as you can see in
>> the second code block below.
>>
>> Here is the org-mode code:
>>
>> ```
>> [[cite:On Van Tillian apologetics see &frame15_apolog; and
>> &frame95_cornel_van_til; One example in systematic theology is
>> &frame13:-system-theol; Finally on christian worship see
>> &frame97_contem_worsh_music; and &frame96_worsh_spirit_truth]]
>> ```
>>
>> Which exports to:
>>
>> ```
>> \cite[On Van Tillian apologetics
>> see][]{frame15_apolog,frame95_cornel_van_til,frame13:-system-theol,frame97_contem_worsh_music,frame96_worsh_spirit_truth}}
>> ```
>>
>> Notice that only the first note is exported and then it is just the
>> sources.
>>
>> I do have the fallback of using multiple [[cite:source][text::text]]
>> blocks, but I'd rather use the new syntax if it works.
>>
>> Thank you much!
>>
>> --
>> Daniel Fleming
>>
>> --
> John
>
> -----------------------------------
> Professor John Kitchin (he/him/his)
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
-- 
Daniel Fleming


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

end of thread, other threads:[~2022-05-11  1:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11  0:35 Citations using org-ref export to LaTeX incorrectly Daniel Fleming
2022-05-11  1:06 ` John Kitchin
2022-05-11  1:37   ` Daniel Fleming

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).