Hi, 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? -- Kind regards, Kristoffer