emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Could a .bib file be edited and organized in an "org-mode" way and s


From: Ihor Radchenko
Subject: Re: Could a .bib file be edited and organized in an "org-mode" way and still work as a .bib file?
Date: Tue, 23 Aug 2022 20:38:39 +0800

"Bruce D'Arcus" <bdarcus@gmail.com> writes:

> Yes, but there are some tricky performance issues with large org files
> that change a lot, since currently citar will reload the file(s)
> whenever they change, but an org file that mixes notes and bib data
> may change a lot even if the bib data doesn't. If you have everything
> in one file, that becomes a problem.
>
> https://github.com/emacs-citar/citar/issues/397#issuecomment-1221604952

I suggest org-element-cache-map with :next-re ":BTYPE:". It is good
enough even for real-time queries. You can even attach data to Org
headline element. The data will be attached to the relevant Org
headlines as long as buffer edits do not alter those headlines.

-- 
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92



reply via email to

[Prev in Thread] Current Thread [Next in Thread]