indeed, you should only use that before parsing hook for non-latex exports.
See the documentation for org-export-before-parsing-hook. You need to
write a function that takes one argument and does nothing for latex, and
calls the csl processor otherwise.
perhaps something like this:
(defun org-re
Le 20/07/2022 à 16:20, Joseph Vidal-Rosset a écrit :
>
>
> Le 20/07/2022 à 15:38, John Kitchin a écrit :
>
>> (let ((org-export-with-broken-links t)
>> (org-latex-pdf-process
>> '("pdflatex -interaction nonstopmode -shell-escape
>> -output-directory %o %f"
>>
Le 20/07/2022 à 14:15, John Kitchin a écrit :
> I assume you are trying something new here?
Not really; my setup worked to export to pdf via latex with org-ref, but
it is no longer the case, and I do not know why.
> the problem is that block is executed and it should not be. That is a
> temporary
Hello John, (cc. list emacs-orgmode)
I have a problem with my emacs setup that is in relation with org-ref 3.
My emacs version is 29.0.50, via Prelude emacs, and my emacs is
launched with "emacs --daemon" .
Here is the error:
> Loading /home/joseph/.emacs.d/personal/myorgexport.el (source)..