Re: org-cite: how to force a reparsing of the .bib file

2023-08-24 Thread Leo Butler
On Thu, Aug 24 2023, Ihor Radchenko wrote: > Leo Butler writes: > >>> Does the attached patch fix the problem? >> >> ... >> To avoid an unneeded setq, I applied the patch: >> >> (dolist (file (mapcar #'file-truename >> (org-cite-list-bibliography-files))) > > This would create an extra li

Re: org-cite: how to force a reparsing of the .bib file

2023-08-24 Thread Ihor Radchenko
Leo Butler writes: >> Does the attached patch fix the problem? > > ... > To avoid an unneeded setq, I applied the patch: > > (dolist (file (mapcar #'file-truename > (org-cite-list-bibliography-files))) This would create an extra list and increase GC pressure. So, I prefer setq. > This ca

Re: org-cite: how to force a reparsing of the .bib file

2023-08-23 Thread Leo Butler
On Wed, Aug 23 2023, Ihor Radchenko wrote: > Leo Butler writes: > >> Does org-cite monitor contents or the timestamp? >> I am using a symlink to the bib file. > > Timestamp. > > Does the attached patch fix the problem? Thanks, Ihor. To avoid an unneeded setq, I applied the patch: (dolis

Re: org-cite: how to force a reparsing of the .bib file

2023-08-23 Thread Ihor Radchenko
Leo Butler writes: > Does org-cite monitor contents or the timestamp? > I am using a symlink to the bib file. Timestamp. Does the attached patch fix the problem? >From 39b503301fc7a3ea68733dfd9e4391e3f84efec8 Mon Sep 17 00:00:00 2001 Message-ID: <39b503301fc7a3ea68733dfd9e4391e3f84efec8.169278

Re: org-cite: how to force a reparsing of the .bib file

2023-08-22 Thread Leo Butler
On Tue, Aug 22 2023, Ihor Radchenko wrote: > Leo Butler writes: > >> I am struggling with org-cite at the moment. One problem: it is not >> re-parsing my .bib file, so it is not picking up changes. How can I >> force it to pick up changes? > > Please, provide more details. > org-cite should alre

Re: org-cite: how to force a reparsing of the .bib file

2023-08-22 Thread Ihor Radchenko
Leo Butler writes: > I am struggling with org-cite at the moment. One problem: it is not > re-parsing my .bib file, so it is not picking up changes. How can I > force it to pick up changes? Please, provide more details. org-cite should already monitor .bib file contents and re-parse it as necess