- Mail original -
> De: "Thomas Stenhaug"
> À: "Frederic Santos"
> Cc: "Kyle Meyer" , "Colin Baxter" ,
> "emacs-orgmode"
> Envoyé: Mardi 15 Septembre 2020 15:43:29
> Objet: Re: Bug: =C-c C-e l o= does not open the pdf
- Mail original -
> De: "Ihor Radchenko"
> À: "William Denton"
> Cc: "Frederic Santos" , "emacs-orgmode"
>
> Envoyé: Jeudi 1 Décembre 2022 02:48:22
> Objet: Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6
Hi everyone,
It looks like the PDF manual for Org mode is no longer available
(https://www.gnu.org/software/emacs/manual/org.html): only the html version is
online now.
Do you know why? And will the PDF version be back someday?
Thanks!
Frédéric
Hi,
I noted that, roughly since the first updates of the Org 9.7.x series,
ob-R.el produces outputs that have alignment issues in the first line of
the output, if and only if the code block includes several lines of
code.
For instance, here is a code block including two lines of R code. As you
ca
github.com/frederic-santos/mwe-citeproc, I'm getting:
```
citeproc-proc--parse-csl-var-val: Wrong type argument: listp, "A robust tangent
"
```
(given that "A robust tangent" is the title of the first ref mentioned in the
document, but I have a similar behavior with all other O
Marvin Gülker writes:
> I have experienced a similar error recently. The culprit is in the
> .bib file, namely this line:
>
> title = {A Robust Tangent {{PCA}} via Shape Restoration [...]
>
>
> The error happens when you force capitalisation with braces {}. Try
> this instead:
>
> title
- Mail original -
> De: "Ihor Radchenko"
> À: "András Simonyi"
> Cc: "Frederic Santos" , "emacs-orgmode"
>
> Envoyé: Jeudi 19 Juin 2025 18:04:38
> Objet: Re: [BUG] Getting an error with org-cite when exporting to PDF usi