Re:Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-09 Thread Pedro Andres Aranda Gutierrez
Jürgen writes: >Am 03.04.25 um 09:37 Uhr schrieb Ihor Radchenko: >>> I don't agree. Users who are apparently happy with LuaLaTeX should >>> have no problems with pdflatex and UTF8. >> If you know an easy and universal way to support UTF8 is pdflatex, >> please do share. > > I am sorry I could not

Re: [PATCH]: add BEAMER_CLASS_OPTIONS

2025-04-09 Thread David Masterson
Pedro Andres Aranda Gutierrez writes: > Hi, > > That's a tough question ;-) With LaTeX and Beamer we are in a 'ish' > situation, because beamer is a latex document class used to create > presentations. So, when exporting to beamer, you are using a backed > derived from the latex backend. The sep

Re: Feedback on the new "feature" system in org-export (was: [Pre-PATCH] Overhaul of the LaTeX preview system)

2025-04-09 Thread Ihor Radchenko
Karthik Chikmagalur writes: > I would like to submit the org-latex-preview patchset for review and > merging now. I will be losing my FSF copyright assignment soon, so I'm > hoping to see it merged before then even if there are some minor issues > remaining to be addressed. Sure. Let's get star

Re: org-babel-execute:latex behavior (was: [Pre-PATCH] Feedback on the new "feature" system in org-export)

2025-04-09 Thread Ihor Radchenko
Karthik Chikmagalur writes: > One more question about `org-babel-execute:latex': > > The default value of `org-babel-default-header-args:latex' is > > '((:results . "latex") (:exports . "results")) > > This means that the result will be wrapped in a `begin_export latex' > block. This is fine whe

Re: [PATCH] Turn org-mouse features into minor-modes

2025-04-09 Thread Ihor Radchenko
Visuwesh writes: >> Although I believe that using conditional menu entries in the keymap >> will make the code even simpler. Or do I miss some problem with using menus? > > You didn't miss anything. It simply didn't occur to me to use > menu-items in the above example when I wrote it. It has be

(changed link) #17 [[bbb:OrgMeetup]] on Wed, Apr 9, 19:00 UTC+3

2025-04-09 Thread Ihor Radchenko
Ihor Radchenko writes: > URL: https://bbb.emacsverse.org/rooms/orgmeetup/join > Time & Date: <2025-04-09 Wed 19:00-21:00 @+03,Europe/Istanbul> Looks like BBB is not going to be up today. Let's use Jitsi as a backup: https://meet.jit.si/OrgMeetup -- Ihor Radchenko // yantar92, Org mode maintain

Re: [PATCH] Turn org-mouse features into minor-modes

2025-04-09 Thread Visuwesh
[புதன் ஏப்ரல் 09, 2025] Ihor Radchenko wrote: > Visuwesh writes: > >>> Although I believe that using conditional menu entries in the keymap >>> will make the code even simpler. Or do I miss some problem with using menus? >> >> You didn't miss anything. It simply didn't occur to me to use >> menu

Re: org-babel-execute:latex behavior (was: [Pre-PATCH] Feedback on the new "feature" system in org-export)

2025-04-09 Thread Ihor Radchenko
Karthik Chikmagalur writes: > Following up on my previous email about updating > `org-babel-execute:latex' for the org-latex-preview patchset: > > I'm having trouble understanding what header options this function > supports. Here is a list of relevant header args from the let-bindings > inside

Re: org-babel-execute:latex behavior (was: [Pre-PATCH] Feedback on the new "feature" system in org-export)

2025-04-09 Thread Ihor Radchenko
Karthik Chikmagalur writes: > The user options `org-babel-latex-preamble', `org-babel-latex-begin-env' > and `org-babel-latex-end-env' are only respected when the file type is > .svg, and this is not documented anywhere. I am planning to deprecate > these options as creating svgs will be handled

[PATCH] org-clock: insert lexical binding cookie into persisted files

2025-04-09 Thread Arsen Arsenović
* lisp/org/org-clock.el (org-clock-save): Insert a lexical-binding cookie into org-clock-persist files. --- Emacs recently started warning about loading files without a lexical-binding cookie. This was getting triggered on my org-clock persistence file. This should fix it. lisp/org/org-clock.el

Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-09 Thread Dr. Arne Babenhauserheide
Pedro Andres Aranda Gutierrez writes: > And what about the speed of xelatex? I have not used it, because when I tried > some time ago, it didn't handle fonts as nicely as lualatex, but I'd > be willing to learn if that means a speedy UTF.8 sound latex. From what I read a few weeks back while se

Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-09 Thread Dr. Arne Babenhauserheide
Juergen Fenn writes: > Am 03.04.25 um 09:37 Uhr schrieb Ihor Radchenko: >>> I don't agree. Users who are apparently happy with LuaLaTeX should >>> have no problems with pdflatex and UTF8. >> If you know an easy and universal way to support UTF8 is pdflatex, >> please do share. > > I am sorry I co

Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-09 Thread Pedro Andres Aranda Gutierrez
Thanks for confirming my understanding. /PA On Wed, 9 Apr 2025 at 09:00, Dr. Arne Babenhauserheide wrote: > Pedro Andres Aranda Gutierrez writes: > > > And what about the speed of xelatex? I have not used it, because when I > tried some time ago, it didn't handle fonts as nicely as lualatex, b

Re: [PATCH]: add BEAMER_CLASS_OPTIONS

2025-04-09 Thread Pedro Andres Aranda Gutierrez
Hi, That's a tough question ;-) With LaTeX and Beamer we are in a 'ish' situation, because beamer is a latex document class used to create presentations. So, when exporting to beamer, you are using a backed derived from the latex backend. The separation is not as clear as laTeX vs, HTML, which you