andras-simonyi / citeproc-el

A CSL 1.0.2 Citation Processor for Emacs.
GNU General Public License v3.0
85 stars 9 forks source link

CSL export not using local #+bibliography: #132

Closed brittAnderson closed 1 year ago

brittAnderson commented 1 year ago

I have set org-cite-global-biography in my init.el.

I then write a file for export with org-publish to html and where the org file has in the header #+bibliography: "path-to-different-bib-file.bib" I can C-c C-c and am told that the local environment has been updated, but when I export with org-publish-project the bib file being used is still the global one. If I manually do a setq and redefine I can use the other file.

However I notice that if I try to insert a cite with C-c C-x @ it lists for me entries from the locally defined bibliography so this seems to relate to the use of the org-publish exporter

andras-simonyi commented 1 year ago

Thanks for the report! Unfortunately, this seems to be more of an Org (specifically, Org-publish) problem than a citeproc-el one, so could you submit a bug report to the Org mailing list? Thanks in advance!

andras-simonyi commented 1 year ago

I'm closing this issue here since the problem has been reported to the Org mailing list (see https://list.orgmode.org/87o7qmn7so.fsf@localhost).