Re: [BUG] Latex exporter should consider export settings [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2025-02-16 Thread Pedro Andres Aranda Gutierrez
OK, great. But there's also the patch for the table of contents waiting... and we wanted to give this idea another approach to code once and use it both to export latex and beamer. I'd appreciate we do this after we have sorted out the table of contents. Thx, /PA On Mon, 17 Feb 2025 at 05:29, Ant

Re: [BUG] Latex exporter should consider export settings [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2025-02-16 Thread Antero Mejr
Ihor Radchenko writes: > I agree that obeying :with-creator in hyperref template makes sense. Great, can Pedro's and my patches be merged then? I re-attached them here. >From adbd4d4d14659fd8930ed9947ffb97696c4289da Mon Sep 17 00:00:00 2001 From: "Pedro A. Aranda" Date: Tue, 28 Jan 2025 10:16:

[PATCH] Sanitize links in headings to avoid broken Texinfo menus

2025-02-16 Thread Rudolf Adamkovič
Howdy, fellow Org hackers! This is a follow-up to my Git patch 4247798db, where I added support for links in Org headings exported via Texinfo. I found that links in node-level constructs break Texinfo HTML menus: the inner (user-specific) link works but the outer (menu-specific) link does not, r

Re: org-babel: Cannot get `:pp' to work

2025-02-16 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Duplicate of > https://list.orgmode.org/orgmode/87r04guyq9@gmail.com/ > > Fixed yesterday. What a coincidence. :) Thank you! Rudy -- "I would prefer an intelligent hell to a stupid paradise." --- Blaise Pascal Rudolf Adamkovič [he/him] http://adamkovic.org

[BUG] Imenu, problem at first pass [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/)]

2025-02-16 Thread Christoph
Short description: When called first imenu does not correctly process an org-mode file. With the file's buffer killed and reloaded or with any other org-mode-file after the first take, imenu works correctly. How to reproduce: Start emacs -q and load an org-mode file (example file below but any

Re: Org is using obsolete function `lisp-complete-symbol`

2025-02-16 Thread Stefan Kangas
Ihor Radchenko writes: > Stefan Kangas writes: > >> Org mode is still using the obsolete function `lisp-complete-symbol`, >> but that function has been obsoleted in favor of `completion-at-point` >> in version 24.4. The attached diff is not meant to be installed, but to >> show where the proble

Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?

2025-02-16 Thread Sébastien Gendre
Can someone regroup the patch I need to apply ? I'm a bit lost between them. Ihor Radchenko writes: > Sébastien Gendre writes: > >> Ihor Radchenko writes: >> >>> Sebastien, would you be interested to test this? I can add a >>> complementary patch for Org that will work in tandem with this p