Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-18 Thread Pedro Andres Aranda Gutierrez
Hi Max, Answers inline. On Fri, 18 Apr 2025 at 19:05, Max Nikulin wrote: > On 18/04/2025 15:13, Pedro Andres Aranda Gutierrez wrote: > > > > I think that trying to address all mappings out-of-the-box is not very > > realistic and would add too much noise. > > Just necessary mappings (for specif

[BUG] Org-num-mode and org-column-mode conflict [9.7.11 (release_9.7.11 @ /private/var/folders/14/nlrmz7ln2pq2ysldc0g68c980000gn/T/AppTranslocation/16963ABB-6395-45CD-87FD-BE8DF8AA89EB/d/Emacs.app/C

2025-04-18 Thread Sean Devlin
Hi folks, I’m using Org mode, and org-num-mode seems to interfere with org-column-mode’s appearance. Recipe: 1. emacs -Q 2. C-x b test RET 3. M-x org-mode RET 4. M-x org-num-mode RET 5. Insert the contents between the lines in the buffer:

vsum in tables with a lot of hlines

2025-04-18 Thread Uwe Brauer
Hi all It is often very comfortable for tables that possess hlines to use the following syntax #+Name: TODO | | Name | Amount | |---++| | # | start | 23.97 | | || 41.97 | | || 46.06 | | # | end| 32.00 | |---++| | || 436.69

Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-18 Thread Max Nikulin
On 18/04/2025 15:13, Pedro Andres Aranda Gutierrez wrote: I think that trying to address all mappings out-of-the-box is not very realistic and would add too much noise. Just necessary mappings (for specific document) instead of all ones should not be perceived as noise. luaotfload.add_f

[PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-04-18 Thread Sébastien Gendre
Hello, Attached to this e-mail you could find a small patch for the HTML export backend. This patch add an in-file option for enabling headlines self link. # Motivation Until now, to add a self link on each headline in the HTML export, user needed to set the variable `org-html-self-link-headli

Re: [PATCH] org-manual and cdlatex url (was Re: org-latex-preview and font-locking)

2025-04-18 Thread Leo Butler
On Thu, Apr 17 2025, Ihor Radchenko wrote: > Leo Butler writes: > >>> Better https://elpa.nongnu.org/nongnu/cdlatex.html >> >> Take 2. >> -from [[https://elpa.nongnu.org/][NonGNU ELPA]] with the >> [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Installation.html][Emacs >> pa

Re: ox-publish: remove all :base-extension from output file name?

2025-04-18 Thread SW - Giovanni Biscuolo
Hello Thomas, thank you for your help. On 2025-04-17, Thomas Ingram wrote: > I think the easiest solution would be to use a :completion-function to rename > all the filenames to remove the lang identifier. > > (defun my/rename-files (project-alist) yes I was considering this but > > >

Re: Error 502 when trying to pull from Org-mode git

2025-04-18 Thread Sébastien Gendre
Thank you. I will use the mirror. Ihor Radchenko writes: > Sébastien Gendre writes: > >> I wanted to pull the latest commit of the branch main in the Org-mode >> repository. On "https://git.savannah.gnu.org/git/emacs/org-mode.git";. >> >> And I got an error 502. >> >> This is the full Magit lo

[BUG] wrong iCalendar export with diary-float [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-04-18 Thread Timo E.
with M-x org-export-dispatch, c (Export to iCalendar), f (Current file) contains the event BEGIN:VEVENT UID:DS1-ddf9e720-3c8a-4b2a-93d8-62dde9cdf5a8 DTSTART;VALUE=DATE:20250418 EXDATE;VALUE=DATE:20250418 RRULE:FREQ=MONTHLY;BYDAY=1SA SUMMARY:1st Sat/month END:VEVENT DSTART and EXDATE are set to

Re: [BUG] Unable to use dvisvgm to preview LaTeX fragments when using dark theme

2025-04-18 Thread Billy Lei
在 2025/4/16 11:24, Karthik Chikmagalur 写道: After debugging, I found that it is because dvisvgm omitts the default #000 color value when generating SVG file, and emacs has a unique way of displaying the SVG, which caused foreground color to be applied to it. Just a note: this has been addressed

Re: The Zen of Task Management with Org

2025-04-18 Thread Rudolf Adamkovič
Bastien Guerry writes: > And I'm curious to see how it compares to other workflows. My keywords are similar to yours, but slightly more readable: - ONGO instead of STRT - SKIP instead of CANX :) Rudy -- "Logic is a science of the necessary laws of thought, without which no employment of the

Re: ox-publish: remove all :base-extension from output file name?

2025-04-18 Thread Christian Moe
What about link integrity? With relative Org links, you'd need an export filter for links as well, to remove the language infix and to add the language directory, so links would match the location and names of the targets. Unless you sacrifice the affordance of having working Org links that expor

ox-publish: remove all :base-extension from output file name?

2025-04-18 Thread SW - Giovanni Biscuolo
Hello, Please is there a way to remove all the :base-extension of the sourge file name in the exported file name? For example when publishing a project to HTML I would like to get this output file name: index.en.org -> index.html instead of index.en.org -> index.en.html Honestly I conside

Re: Small Bug in ODT export

2025-04-18 Thread Christian Moe
Same in HTML export as Guillaume reports for ODT: A {{{title}}} macro in DESCRIPTION and KEYWORDS keywords is unexpanded in the exported meta tags. However, macros in the text that reference those keywords, in turn, *do* expand to the contents of those keywords *with* the title macro expanded. I

Code evaluation security and diary-sexps [9.7.27]

2025-04-18 Thread Henrik Ahlgren
The info node "(org) Code Evaluation Security" fails to mention diary-style (%%) sexps at all. Furthermore, it appears that the `org-diary-sexp-entry` function will readily evaluate any Lisp function; it does not necessarily need to be related to dates or considered safe. For example the following

Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-18 Thread Pedro Andres Aranda Gutierrez
And the file ;-) /PA On Fri, 18 Apr 2025 at 10:12, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > HI again > > I've attached an example .tex (lualatex) file, with bits and pieces from > many discussions at tex.stackexchange and elsewhere. > The structure would allow us to create two

Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-18 Thread Pedro Andres Aranda Gutierrez
HI again I've attached an example .tex (lualatex) file, with bits and pieces from many discussions at tex.stackexchange and elsewhere. The structure would allow us to create two custom variables to generate the code: one for the direct lua fallback list and another for the \set...font mappings I

Re: The Zen of Task Management with Org

2025-04-18 Thread Bastien Guerry
Hi Russell, Russell Adams writes: > In comparison, I often use a file per project and I focus more on TODO > trees than scheduled items. I do maintain a few standard files that I > only update via "remember", and access via agenda. Thanks for sharing. > Everyone finds their own workflow. Yes,