Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-08-02 Thread András Simonyi
Dear All, On Sun, 31 Jul 2022 at 04:32, Ihor Radchenko wrote: > Can we then change the oc-biblatex et al defaults to output > \printbibliography[heading=none] > ? > > Best, > Ihor unfortunately, IUC, for bibtex suppressing the heading requires the (possibly local) redefinition of some

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-30 Thread Ihor Radchenko
András Simonyi writes: >> This is an important point. I think that we should describe this gotcha >> in the "Bibliography printing". oc-basic and oc-csl just print the list >> of bibliography entries, while oc-bibtex/oc-natbib/oc-biblatex insert a >> separate section. It is a very important

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-30 Thread Ihor Radchenko
András Simonyi writes: > the attached patch adds support for filter-based sub-bibliographies in the > "csl" > org-cite export processor. It supports the same syntax for specifying > filters as the biblatex processor and supports some of the biblatex > filter types, concretely, entry-type and

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-29 Thread András Simonyi
Dear All, On Fri, 29 Jul 2022 at 03:32, Ihor Radchenko wrote: > This is an important point. I think that we should describe this gotcha > in the "Bibliography printing". oc-basic and oc-csl just print the list > of bibliography entries, while oc-bibtex/oc-natbib/oc-biblatex insert a > separate

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-28 Thread Ihor Radchenko
András Simonyi writes: > I've attached a new version of the patch with > - "Bibliography printing" as the subsection title, > - an added "the" in the subsubsection title "Bibliography options in > the "biblatex" and "csl" export processors", > - an improved example. Thanks! LGTM in general. >>

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-28 Thread András Simonyi
Dear All, On Tue, 26 Jul 2022 at 07:37, Ihor Radchenko wrote: > I am also a non-native speaker, so lets obey the Bruce's judgment. ... > > yes :title is not supported by the "csl" processor. Should we perhaps > > replace the example with another one using a multi-word keyword, like I've

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-26 Thread Fraga, Eric
"Printing a bibliography" would also work. -- : Eric S Fraga, with org release_9.5.4-648-gdf1814 in Emacs 29.0.50

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-25 Thread Ihor Radchenko
András Simonyi writes: >> See the attached. > > Thanks a lot for the improvements! The only suggested change which I'm > not sure about is the renaming of the section "Bibliography printing" > to "Printing bibliography" Neither of them are ideal but it's > difficult to find a formulation which

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-25 Thread Bruce D'Arcus
On Mon, Jul 25, 2022 at 2:26 PM András Simonyi wrote: > > Dear All, > > On Sun, 24 Jul 2022 at 09:41, Ihor Radchenko wrote: > > > > Thanks! > > > > I have made some changes to the patch, mostly fixing grammar issues (the > > ones I can notice). I also changed the sub-section from "Bibliography >

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-25 Thread András Simonyi
Dear All, On Sun, 24 Jul 2022 at 09:41, Ihor Radchenko wrote: > > Thanks! > > I have made some changes to the patch, mostly fixing grammar issues (the > ones I can notice). I also changed the sub-section from "Bibliography > options" to "Bibliography options in "biblatex" and "csl" export

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-24 Thread Ihor Radchenko
András Simonyi writes: > Dear Ihor, thanks a lot for your comments, I've attached a new version > in which I tried to implement your suggestions. Thanks! I have made some changes to the patch, mostly fixing grammar issues (the ones I can notice). I also changed the sub-section from

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-23 Thread András Simonyi
Dear All, On Sat, 23 Jul 2022 at 05:59, Ihor Radchenko wrote: > Could you please create a dedicated subsection under "15 Citation> handling" > instead of documenting PRINT_BIBLIOGRAPHY together with export > processors? The section should contain a general overview of what > PRINT_BIBLIOGRAPHY

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-22 Thread Ihor Radchenko
András Simonyi writes: > ...of course, I managed to leave a typo in the manual patch, please > ignore the earlier version and consider the attached one. Thanks! Could you please create a dedicated subsection under "15 Citation handling" instead of documenting PRINT_BIBLIOGRAPHY together with

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-21 Thread András Simonyi
...of course, I managed to leave a typo in the manual patch, please ignore the earlier version and consider the attached one. best wishes, András On Thu, 21 Jul 2022 at 00:03, András Simonyi wrote: > > Dear All, > > On Sat, 16 Jul 2022 at 10:43, Ihor Radchenko wrote: > any Lisp predicate as a

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-20 Thread András Simonyi
Dear All, On Sat, 16 Jul 2022 at 10:43, Ihor Radchenko wrote: any Lisp predicate as a filter. > Thanks! LGTM! > > Can you please also document the new feature in the manual? Especially, > the CLS-specific filter options. It is not clear what are they. many thanks for looking into the patch!

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-16 Thread Ihor Radchenko
András Simonyi writes: > the attached patch adds support for filter-based sub-bibliographies in the > "csl" > org-cite export processor. It supports the same syntax for specifying > filters as the biblatex processor and supports some of the biblatex > filter types, concretely, entry-type and

[PATCH] oc-csl: Add support for sub-bibliographies

2022-07-11 Thread András Simonyi
Dear All, the attached patch adds support for filter-based sub-bibliographies in the "csl" org-cite export processor. It supports the same syntax for specifying filters as the biblatex processor and supports some of the biblatex filter types, concretely, entry-type and keyword based filtering. It