Re: Bug: =C-c C-e l o= does not open the pdf anymore [9.3.7 (9.3.7-55-gba2405-elpa @ /home/fsantos/.emacs.d/elpa/org-20200907/)]

2020-09-15 Thread Frederic Santos
- 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

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Frederic Santos
- 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

PDF manual

2021-03-11 Thread Frederic Santos
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

[BUG] Alignment issues with ob-R outputs [9.7.15 (9.7.15-a1df10 @ /home/fsantos/.emacs.d/elpa/org-9.7.15/)]

2024-11-05 Thread Frederic Santos
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

[BUG] Getting an error with org-cite when exporting to PDF using CSL backend [9.7.30 (9.7.30-84f18c @ /home/fsantos/.emacs.d/elpa/org-9.7.30/)]

2025-05-20 Thread Frederic Santos
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

Re: [BUG] Getting an error with org-cite when exporting to PDF using CSL backend [9.7.30 (9.7.30-84f18c @ /home/fsantos/.emacs.d/elpa/org-9.7.30/)]

2025-05-22 Thread Frederic Santos
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

Re: [BUG] Getting an error with org-cite when exporting to PDF using CSL backend [9.7.30 (9.7.30-84f18c @ /home/fsantos/.emacs.d/elpa/org-9.7.30/)]

2025-06-19 Thread Frederic Santos
- 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