Customising LaTeX packages in org-latex-default-packages-alist

2024-09-06 Thread Joost Kremers
Hi all, I've long had this snippet in my Org config: ``` ;; Add "colorlinks=true" to hyperref: (setq org-latex-default-packages-alist '(("AUTO" "inputenc" t ("pdflatex")) ("T1" "fontenc" t

Re: strange behaviour with $PROP_r1 value in a table

2024-09-06 Thread Rens Oliemans
Confirmed, this is indeed strange behaviour, I think a bug. It happens because Org supports both letter/number references to cells (like A7, or in your case r1) and also Org's default representation, something like @7$1 (equivalent to A7) or @1$18 (equivalent to r1). Wherever appropriate, it con

Re: strange behaviour with $PROP_r1 value in a table

2024-09-06 Thread Fraga, Eric
Response below/inline for email Rens Oliemans wrote: > (original email sent 6 Sep 2024 at 11:40) > > Confirmed, this is indeed strange behaviour, I think a bug. > > It happens because Org supports both letter/number references to cells (like > A7, or in > your case r1) Ah, this makes sense and

Org Babel says 1 + 1 in Python is None

2024-09-06 Thread Rudolf Adamkovič
Today, I decided to start using Python in Org. (1) I read in "WORG": :results {output, value}: [...] Value results are the value of the last expression evaluated in the code block. Value mode is the default (as with other languages). (2) So, I try it, and get: src_python{1 + 1} {{{resul

[BUG] Speed command for rot13-region

2024-09-06 Thread Kepa
Hi, Something strange happens when trying to set the following as a speed command: ("c" . rot13-region) In my customized Emacs, a warning appears. In Emacs -q, first it doesn't do anything if no region is active. Then, it affects a headline where there is not the point, and this happens without

[BUG] org-element--cache empty parent [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)]

2024-09-06 Thread Dr. Arne Babenhauserheide
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Inconsistent org-sort numeric

2024-09-06 Thread Kepa
Hi It seems inconsistent, org-sort numeric. If org-sort numeric is applied to each of these one level headlines, the order is different in both (tested with emacs -q): * Inconsistent org-sort. M-x org-sort numeric ** !Cuatro ** ~Cinco ** Tres ** 1 ** 2 * Inconsistent org-sort. M-x org-sort num

[BUG] yank caused org error in org-columns [9.7.10 (release_9.7.10 @ /usr/share/emacs/31.0.50/lisp/org/)]

2024-09-06 Thread Panayotis Manganaris
I am sending this report at the request of org's built in monitor. org mode recovered gracefully and did not inconvenience me. I have attached my configuration state report. I was able to reproduce the bug twice by repeating the steps I outline below, but when I went to capture a backtrace I r

Re: Customising LaTeX packages in org-latex-default-packages-alist

2024-09-06 Thread Pedro Andres Aranda Gutierrez
Hi I' m on Emacs 30.0.90 and using use-package for org (9.7) and other emacs stock packages. I add the following in my :custom section (org-latex-hyperref-template "\\hypersetup{ colorlinks=true,linkcolor=black,citecolor=black,pagecolor=black,urlcolor=blue, pdfborder={0 0 0}, pdfauthor={%a},

[DISCUSSION]: LaTeX - include the xcolor package in the packages list

2024-09-06 Thread Pedro Andres Aranda Gutierrez
Hi list, before I create a storm, I would like to poll if there would be too much of a resistance to include the xcolor package in the default packages list. It is used in most examples in the docs and provides all functionality of the color package and doesn't produce clashes with other packages A