Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-07 Thread Ihor Radchenko
"Bruce D'Arcus" writes: > On Mon, Jul 4, 2022 at 7:54 AM Ihor Radchenko wrote: > >> Since the fontification part appears to be unrelated to this particular >> patch, I'd like to ask people who use CSL to test the patch. > > I just tested it, and it works as expected. Thanks! Applied onto main v

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-05 Thread Bruce D'Arcus
On Tue, Jul 5, 2022 at 3:28 PM Bruce D'Arcus wrote: > > Except, and I'm not sure if I'm misunderstanding some org detail, but > > this doesn't suppress the global bibliography. Should it? > > Yes, and it does in oc-biblatex. Sorry for the noise; disregard. It was something with my testing setup

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-05 Thread Bruce D'Arcus
On Tue, Jul 5, 2022 at 3:17 PM Bruce D'Arcus wrote: > > On Mon, Jul 4, 2022 at 7:54 AM Ihor Radchenko wrote: > > > Since the fontification part appears to be unrelated to this particular > > patch, I'd like to ask people who use CSL to test the patch. > > I just tested it, and it works as expecte

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-05 Thread Bruce D'Arcus
On Mon, Jul 4, 2022 at 7:54 AM Ihor Radchenko wrote: > Since the fontification part appears to be unrelated to this particular > patch, I'd like to ask people who use CSL to test the patch. I just tested it, and it works as expected. Except, and I'm not sure if I'm misunderstanding some org det

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-04 Thread Ihor Radchenko
András Simonyi writes: > Thanks, I have tried to address your comments in the attached new > version of the patch. > Note that the quotes around "csl" follow the manual's "Citation > handling" chapter. Since the fontification part appears to be unrelated to this particular patch, I'd like to ask

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-03 Thread John Kitchin
It is a special command. See https://texfaq.org/FAQ-nocitestar It is used to put all entries in a bibtex file in the bibliography. Here is a minimal example Tex file that should list all the entries in mybibliography.bib \documentstyle{article} \begin{document} \nocite{*} \bibliographystyle{uns

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-03 Thread Bruce D'Arcus
I don't know the internals, I just know it works from org, though I'm not near a computer ATM. On Sun, Jul 3, 2022, 8:34 AM Ihor Radchenko wrote: > "Bruce D'Arcus" writes: > > > Ihor - on *, he is bringing oc-csl in line with the oc-natbib and > > oc-biblatex processors. > > I am sorry, but I s

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-03 Thread Ihor Radchenko
"Bruce D'Arcus" writes: > Ihor - on *, he is bringing oc-csl in line with the oc-natbib and > oc-biblatex processors. I am sorry, but I still do not understand. AFAIK, \nocite{*} is not a valid LaTeX command. Best, Ihor

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-03 Thread Bruce D'Arcus
Ihor - on *, he is bringing oc-csl in line with the oc-natbib and oc-biblatex processors. On Sun, Jul 3, 2022, 7:57 AM Ihor Radchenko wrote: > András Simonyi writes: > > >> By "*", do you mean something like [cite/n:@*]? > >> If so, will it be correctly fontified as an existing citation? > > >

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-03 Thread Ihor Radchenko
András Simonyi writes: >> By "*", do you mean something like [cite/n:@*]? >> If so, will it be correctly fontified as an existing citation? > > ... As for fontification, this is a very good > question! I've checked it now with the built-in "basic" > activation processor and it shows the "*" with

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-02 Thread András Simonyi
Dear Ihor, thanks a lot for your reply! On Sat, 2 Jul 2022 at 06:37, Ihor Radchenko wrote: > By "*", do you mean something like [cite/n:@*]? > If so, will it be correctly fontified as an existing citation? Yes I meant exactly that. As for fontification, this is a very good question! I've check

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-01 Thread Ihor Radchenko
András Simonyi writes: > the attached patch adds support for nocite citations in the csl > org-cite export processor, including support for using the special key > "*" to include all entries in the bibliography. Thanks! By "*", do you mean something like [cite/n:@*]? If so, will it be correctly