Re: [POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading?

2023-08-07 Thread Bastien Guerry
Ihor Radchenko writes: > Max Nikulin writes: > >>> Sure. This is not by itself a big deal. A number of Elisp libraries, >>> including built-in Emacs libraries are loaded with side effects. >> >> It is still violation of conventions: >> >> (info "(elisp) Coding Conventions") >>

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-08-07 Thread WANG Yicheng
Hi! I just tried that out. As I mentioned here:https://lists.gnu.org/archive/html/emacs-orgmode/2023-08/msg00092.html, I found that, when using the dvisvgm option for exporting TeX snippets to HTML, the displayed math enclosed by \[…\] is not rendered as equation block, while math

Re: org-agenda queries for absent properties

2023-08-07 Thread Jens Schmidt
On 2023-08-07 13:53, Ihor Radchenko wrote: Thanks for reviewing. - If the comparison value is a plain number, a numerical comparison is done, and the allowed operators are =<=, ===, =>=, =<==, =>==, and - =<>=. + =<>=. As synonym for the equality operator there is also , as +

Re: [patch] ox-latex.el: fix blank lines behavior in verse block

2023-08-07 Thread Juan Manuel Macías
Ihor Radchenko writes: >> Rationale for this patch: the treatment of blank lines in >> `org-latex-verse-block' is inconsistent with the syntax of the `verse' >> environment, both the one that includes LaTeX and the one provided by >> the `verse' package as a replacement for the former. >> ... >>

Re: Worg: issue with org-tools page

2023-08-07 Thread Bastien Guerry
Thanks for the fixes! Ihor Radchenko writes: > And I can see that it is not all yet. There is some major change in the > latest ESS that is causing ob-R to fail (see our latest R session test > failures in sr.ht CI). It is also preventing publishing because Org > attempts to evaluate some R

Re: Worg: issue with org-tools page

2023-08-07 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> May it be enough to drop --quick in Emacs call from publish.sh instead >> of manually adding system-installed Emacs packages? > > Indeed. Please go ahead: experimental commits won't hurt much. Done.

Re: [BUG] Geiser fails to start REPL on Emacs 26

2023-08-07 Thread Ihor Radchenko
"Jose A. Ortega Ruiz" writes: > Hi. Thanks for the heads up. I've upped the requirement in Geiser 0.29.1 > to Emacs 27.1. Thanks! I am thus disabling ob-scheme tests for Emacs <27.1. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=168ba7e6c Fixed, on bugfix. -- Ihor Radchenko

Re: kaobook tex template integration to a org file to make self-contained, portable?

2023-08-07 Thread Christian Moe
Hi, For starters, have you added the kaobook document class to the variable org-latex-classes? (If yes, ignore the rest of this message, if not, do so and see what happens.) This is needed to tell Org how to set the document class and what commands are used for sections. See the manual

Re: org-agenda queries for absent properties

2023-08-07 Thread Ihor Radchenko
Jens Schmidt writes: > Documented that in the Org manual, added tests, looks good. Please > check. Thanks! Two minor comments. > - If the comparison value is a plain number, a numerical comparison is >done, and the allowed operators are =<=, ===, =>=, =<==, =>==, and > - =<>=. > +

Re: [patch] ox-latex.el: fix blank lines behavior in verse block

2023-08-07 Thread Ihor Radchenko
Juan Manuel Macías writes: > Rationale for this patch: the treatment of blank lines in > `org-latex-verse-block' is inconsistent with the syntax of the `verse' > environment, both the one that includes LaTeX and the one provided by > the `verse' package as a replacement for the former. > ... >

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-07 Thread Jakob Schöttl
Am 01.08.23 um 13:27 Ihor Radchenko: Jakob Schöttl writes: The structure of the org file is attached. I tried for two hours to provide a minimal example org file but – like randomly – when I shorten the file radically or remove fields from the colmunview it works. I can't figure out what

kaobook tex template integration to a org file to make self-contained, portable?

2023-08-07 Thread Zenny
Hi, References of interest: 1. https://github.com/fmarotta/kaobook 2. https://github.com/asilata/emacsconf2021 Can anyone guide me how to get a self-contained and portable template that executes kaobook tex templates (see 1) to create an org-file that resembles with the instance in 2 above? I