Re: How to debug a CSL problem

2022-06-06 Thread Alan Tyree
Hi Andras, I will do that. Thanks to all of you for your help and for the great system. I cannot believe that I once wrote using word processors!! Cheers, Alan On Mon, 6 Jun 2022 at 15:34, András Simonyi wrote: > Dear All, > > On Mon, 6 Jun 2022 at 03:45, Alan Tyree wrote: > > > A short random

Re: How to debug a CSL problem

2022-06-05 Thread András Simonyi
Dear All, On Mon, 6 Jun 2022 at 03:45, Alan Tyree wrote: > A short random test shows that the export chokes when there is a single name > for an author. Again an example: > author = {{Wolfsberg Group}} works fine; > author = {{Wolfsberg}} chokes. Alan, could you open an issue in the

Re: How to debug a CSL problem

2022-06-05 Thread Alan Tyree
Thanks, Ihor. That found it. The bibtex entry had: author = {BIS}, Change to: author = {{Bank for International Settlements}}, and it all works a treat. A short random test shows that the export chokes when there is a single name for an author. Again an example: author = {{Wolfsberg Group}}

Re: How to debug a CSL problem

2022-06-05 Thread Ihor Radchenko
Alan Tyree writes: > I guess the bad news is that the csl file validates. I also should have > mentioned that everything parses properly with pandoc, so I guess it is a > cireproc-el glitch. > > From the brief error report, it must just be choking on a specific bibtex > entry, so it would still

Re: How to debug a CSL problem

2022-06-05 Thread Alan Tyree
Thanks for the prompt reply, Bruce. I guess the bad news is that the csl file validates. I also should have mentioned that everything parses properly with pandoc, so I guess it is a cireproc-el glitch. >From the brief error report, it must just be choking on a specific bibtex entry, so it would

Re: How to debug a CSL problem

2022-06-05 Thread Bruce D'Arcus
On Sun, Jun 5, 2022 at 6:48 PM Alan Tyree wrote: > I need some help with a debugging problem: > > I'm using > > #+cite_export: csl ~/Templates/csl/AGLC-intext.csl > > where AGLC-intext.csl is a custom csl file. I'm not sure if citeproc-el checks validity before running, but have you confirmed

How to debug a CSL problem

2022-06-05 Thread Alan Tyree
I need some help with a debugging problem: I'm using #+cite_export: csl ~/Templates/csl/AGLC-intext.csl where AGLC-intext.csl is a custom csl file. Exporting to html gives this error in *Messages*: citeproc-s-slice-by-matches: Wrong type argument: stringp, nil The error does not occur with