Am 06. März 2026 um 08:22 Uhr +0100 schrieb Christian Moe:
Oops, sorry, I should have said

(let ((bibfiles (list org-cite-global-bibliography)) ...)
                ^^^^^

I do think your original suggestion was correct and this one is not. The docstring for `org-cite-global-bibliography' says:

List of bibliography files available in all documents. File names must be absolute.

Note it demands that `org-cite-global-bibliography' is a /list/, and not a string with a single filename that would need to be list-ified by calling the `list' function as you seem to imply.

If it is unset, it is `nil', and `nil' is the same as an empty list '() in Elisp’s syntax, so there is nothing necessary to list-ify here neither.

Best Regards,

--
Dipl.-Jur. M. Gülker | https://mg.guelker.eu | PGP: Siehe Webseite
Stade, Deutschland   | [email protected]    | O<

Reply via email to