Kristoffer Balintona <krisbalint...@gmail.com> writes: > I’ve recently tried testing out org-publish but ran into a hiccup that > I’ve isolated to my using the #+CITE_EXPORT keyword in some of my files. > (I can be sure since when I remove these lines, the export proceeds as > expected.) More specifically, although org-publish doesn’t error during > the export, it stops once it reaches that file (i.e. the remaining files > that should be exported are not), not exporting that file either. > > I have something like the following like in several of my files: > #+cite_export: csl chicago-author-date.csl > When I export to other formats, this suffices since > chicago-author-date.csl is inside the directory denoted by > `org-cite-csl-styles-dir’. But not with `org-html-publish-to-html` for > some reason. I’ve also tried putting this .csl file in both the > :base-directory and :publishing-directory and still no luck. Although > #+cite_export: basic > works fine. > > Am I missing something?
What you describe ought to work, and I cannot reproduce the error. It works with `org-html-publish-to-html' for my website under Org 9.7 on Emacs 29.4, both with an old citeproc version and the newest from Melpa. Does it work if you provide the full path to the .csl file on the #+CITE_EXPORT line? The exact style `chicago-author-date.csl' should in fact work by default if you don't specify any style in #+CITE_EXPORT. Does it? Yours, Christian