[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: re-scanning bibliography for org-cite
From: |
Nicolas Goaziou |
Subject: |
Re: re-scanning bibliography for org-cite |
Date: |
Wed, 03 Nov 2021 17:21:36 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
"Bruce D'Arcus" <bdarcus@gmail.com> writes:
> On Thu, Oct 21, 2021 at 10:12 AM Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
>>
>> Dear all,
>>
>> simple question: how can I get org-cite to rescan my bibliography (.bib)
>> file when it changes? When I'm writing a paper, as I'm doing now, I add
>> entries to my bibliography as I write but org-cite is not aware of any
>> new entries.
>
> Do you mean for org-cite-insert?
>
> Which insert processor?
>
> If it's bibtex-actions, you have to configure the filenotify support
> mentioned on the README.
>
> I'm not sure how the oc-basic one handles this.
oc-basic relies on a cache. The cache key contains a hash of the
contents of the bib file. So whenever the bib file is modified, the
cache is invalidated, and oc-basic parses again the file.
IOW, rescanning happens automatically in oc-basic.
Regards,
--
Nicolas Goaziou
- Re: re-scanning bibliography for org-cite,
Nicolas Goaziou <=