* Citation glitch
@ 2022-05-05 0:19 Alan Tyree
2022-05-05 0:34 ` Bruce D'Arcus
0 siblings, 1 reply; 5+ messages in thread
From: Alan Tyree @ 2022-05-05 0:19 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 578 bytes --]
G'day,
I have a citation problem. The bibtex entry is:
@TechReport{name32:_some,
author = {{Some Company Name}},
title = {Some silly internal document},
institution = {Some Company Name Ltd},
year = 1832}
The exporter is: #+cite_export: csl ~/Templates/csl/AGLC-intext.csl
Org exports to html: Name, Some Company, *Some Silly Internal Document*
(Some Company Name Ltd, 1832).
I thought it was a CSL problem, but pandoc exports it correctly as Some
Company Name, etc.
Any help appreciated,
Alan
--
Alan L Tyree http://www2.austlii.edu.au/~alan
[-- Attachment #2: Type: text/html, Size: 1064 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Citation glitch
2022-05-05 0:19 Citation glitch Alan Tyree
@ 2022-05-05 0:34 ` Bruce D'Arcus
2022-05-05 0:44 ` Alan Tyree
0 siblings, 1 reply; 5+ messages in thread
From: Bruce D'Arcus @ 2022-05-05 0:34 UTC (permalink / raw)
To: Alan Tyree; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 854 bytes --]
It seems this should have been fixed late in citeproc-el in 2021:
https://github.com/andras-simonyi/citeproc-el/issues/72
Are you using the most up-to-date code?
On Wed, May 4, 2022, 8:19 PM Alan Tyree <alantyree@gmail.com> wrote:
> G'day,
> I have a citation problem. The bibtex entry is:
> @TechReport{name32:_some,
> author = {{Some Company Name}},
> title = {Some silly internal document},
> institution = {Some Company Name Ltd},
> year = 1832}
>
> The exporter is: #+cite_export: csl ~/Templates/csl/AGLC-intext.csl
>
> Org exports to html: Name, Some Company, *Some Silly Internal Document*
> (Some Company Name Ltd, 1832).
>
> I thought it was a CSL problem, but pandoc exports it correctly as Some
> Company Name, etc.
>
> Any help appreciated,
> Alan
>
>
> --
> Alan L Tyree http://www2.austlii.edu.au/~alan
>
>
[-- Attachment #2: Type: text/html, Size: 1736 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Citation glitch
2022-05-05 0:34 ` Bruce D'Arcus
@ 2022-05-05 0:44 ` Alan Tyree
2022-05-05 13:32 ` Bruce D'Arcus
0 siblings, 1 reply; 5+ messages in thread
From: Alan Tyree @ 2022-05-05 0:44 UTC (permalink / raw)
To: Bruce D'Arcus; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]
I'm not sure.
citeproc-0.9
citeproc-org-0.2.4
On Thu, 5 May 2022 at 10:34, Bruce D'Arcus <bdarcus@gmail.com> wrote:
> It seems this should have been fixed late in citeproc-el in 2021:
>
> https://github.com/andras-simonyi/citeproc-el/issues/72
>
> Are you using the most up-to-date code?
>
> On Wed, May 4, 2022, 8:19 PM Alan Tyree <alantyree@gmail.com> wrote:
>
>> G'day,
>> I have a citation problem. The bibtex entry is:
>> @TechReport{name32:_some,
>> author = {{Some Company Name}},
>> title = {Some silly internal document},
>> institution = {Some Company Name Ltd},
>> year = 1832}
>>
>> The exporter is: #+cite_export: csl ~/Templates/csl/AGLC-intext.csl
>>
>> Org exports to html: Name, Some Company, *Some Silly Internal Document*
>> (Some Company Name Ltd, 1832).
>>
>> I thought it was a CSL problem, but pandoc exports it correctly as Some
>> Company Name, etc.
>>
>> Any help appreciated,
>> Alan
>>
>>
>> --
>> Alan L Tyree http://www2.austlii.edu.au/~alan
>>
>>
--
Alan L Tyree http://www2.austlii.edu.au/~alan
[-- Attachment #2: Type: text/html, Size: 2509 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Citation glitch
2022-05-05 0:44 ` Alan Tyree
@ 2022-05-05 13:32 ` Bruce D'Arcus
2022-05-05 20:36 ` Alan Tyree
0 siblings, 1 reply; 5+ messages in thread
From: Bruce D'Arcus @ 2022-05-05 13:32 UTC (permalink / raw)
To: Alan Tyree; +Cc: emacs-orgmode
You don't need citeproc-org, which is deprecated AFAIK.
Do update citeproc-el. I'm not sure when he tagged v0.9, but this is
the commit that should have fixed it.
https://github.com/andras-simonyi/citeproc-el/commit/a702e73dcbd34cbda3a7465cf0cace7529f41dcd
If you still have problems, you might report it to that project?
On Wed, May 4, 2022 at 8:45 PM Alan Tyree <alantyree@gmail.com> wrote:
>
> I'm not sure.
>
> citeproc-0.9
> citeproc-org-0.2.4
>
> On Thu, 5 May 2022 at 10:34, Bruce D'Arcus <bdarcus@gmail.com> wrote:
>>
>> It seems this should have been fixed late in citeproc-el in 2021:
>>
>> https://github.com/andras-simonyi/citeproc-el/issues/72
>>
>> Are you using the most up-to-date code?
>>
>> On Wed, May 4, 2022, 8:19 PM Alan Tyree <alantyree@gmail.com> wrote:
>>>
>>> G'day,
>>> I have a citation problem. The bibtex entry is:
>>> @TechReport{name32:_some,
>>> author = {{Some Company Name}},
>>> title = {Some silly internal document},
>>> institution = {Some Company Name Ltd},
>>> year = 1832}
>>>
>>> The exporter is: #+cite_export: csl ~/Templates/csl/AGLC-intext.csl
>>>
>>> Org exports to html: Name, Some Company, Some Silly Internal Document (Some Company Name Ltd, 1832).
>>>
>>> I thought it was a CSL problem, but pandoc exports it correctly as Some Company Name, etc.
>>>
>>> Any help appreciated,
>>> Alan
>>>
>>>
>>> --
>>> Alan L Tyree http://www2.austlii.edu.au/~alan
>>>
>
>
> --
> Alan L Tyree http://www2.austlii.edu.au/~alan
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Citation glitch
2022-05-05 13:32 ` Bruce D'Arcus
@ 2022-05-05 20:36 ` Alan Tyree
0 siblings, 0 replies; 5+ messages in thread
From: Alan Tyree @ 2022-05-05 20:36 UTC (permalink / raw)
To: Bruce D'Arcus; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1917 bytes --]
Thanks, Bruce. 0.9 is the current version from Melpa-stable and appears to
have been released last August.
I'll update as you suggest.
Cheers,
Alan
On Thu, 5 May 2022 at 23:32, Bruce D'Arcus <bdarcus@gmail.com> wrote:
> You don't need citeproc-org, which is deprecated AFAIK.
>
> Do update citeproc-el. I'm not sure when he tagged v0.9, but this is
> the commit that should have fixed it.
>
>
> https://github.com/andras-simonyi/citeproc-el/commit/a702e73dcbd34cbda3a7465cf0cace7529f41dcd
>
> If you still have problems, you might report it to that project?
>
> On Wed, May 4, 2022 at 8:45 PM Alan Tyree <alantyree@gmail.com> wrote:
> >
> > I'm not sure.
> >
> > citeproc-0.9
> > citeproc-org-0.2.4
> >
> > On Thu, 5 May 2022 at 10:34, Bruce D'Arcus <bdarcus@gmail.com> wrote:
> >>
> >> It seems this should have been fixed late in citeproc-el in 2021:
> >>
> >> https://github.com/andras-simonyi/citeproc-el/issues/72
> >>
> >> Are you using the most up-to-date code?
> >>
> >> On Wed, May 4, 2022, 8:19 PM Alan Tyree <alantyree@gmail.com> wrote:
> >>>
> >>> G'day,
> >>> I have a citation problem. The bibtex entry is:
> >>> @TechReport{name32:_some,
> >>> author = {{Some Company Name}},
> >>> title = {Some silly internal document},
> >>> institution = {Some Company Name Ltd},
> >>> year = 1832}
> >>>
> >>> The exporter is: #+cite_export: csl ~/Templates/csl/AGLC-intext.csl
> >>>
> >>> Org exports to html: Name, Some Company, Some Silly Internal Document
> (Some Company Name Ltd, 1832).
> >>>
> >>> I thought it was a CSL problem, but pandoc exports it correctly as
> Some Company Name, etc.
> >>>
> >>> Any help appreciated,
> >>> Alan
> >>>
> >>>
> >>> --
> >>> Alan L Tyree http://www2.austlii.edu.au/~alan
> >>>
> >
> >
> > --
> > Alan L Tyree http://www2.austlii.edu.au/~alan
> >
>
--
Alan L Tyree http://www2.austlii.edu.au/~alan
[-- Attachment #2: Type: text/html, Size: 3566 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-05-05 20:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-05 0:19 Citation glitch Alan Tyree
2022-05-05 0:34 ` Bruce D'Arcus
2022-05-05 0:44 ` Alan Tyree
2022-05-05 13:32 ` Bruce D'Arcus
2022-05-05 20:36 ` Alan Tyree
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).