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
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
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
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
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
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