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

2025-02-21 Thread Sébastien Gendre
Ok, I tested it with success. I apply the patch on top of the following commits: - Emacs: 4ece0e2e46b - Org-mode: ff33d9ec2 And I have followed your instruction. Ihor Radchenko writes: > Sébastien Gendre writes: > >> Can someone regroup the patch I need to apply ? >> >> I'm a bit lost betwe

Re: Publish and file exclude

2025-02-21 Thread Sébastien Gendre
Yes, you are right. Ihor Radchenko writes: > Sébastien Gendre writes: > >> I have checked the source code, but I didn't find when the generation of >> the site map also publish it. > > `org-publish-get-base-files' signature.asc Description: PGP signature

Re: Question regarding org-publish-find-title cache

2025-02-21 Thread Ihor Radchenko
"Thomas Ingram" writes: >> The API in this area is not ideal, unfortunately. > > Since the caching requirement is not noted in the docstring, would you be > interested in a patch to allow these functions to work regardless of if the > cache is present? Maybe. I'd like to hear more details abou

Re: PATCH: ox-latex table of contents patch consolidated (was: [BUG] Latex exporter should consider export settings [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)])

2025-02-21 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > Thanks for spotting the alt-title handling ;-) Apply this on top of my last > patch. Thanks! > - (let ((need-alternative (string-match "\\`\\(.+?\\){" > section-fmt)) > + (let ((need-alternative (not (null (string-match > "\\`\

Re: [PATCH] cosmetic of begin/end lines

2025-02-21 Thread Ihor Radchenko
Phil Estival writes: >> Does the attached diff fix the problem you are encountering? > > Yes it does. Thank you! > > But we are losing that previous possibility we had of a > bi-color display of meta lines, with the second part (past > the text of a meta line) being of the color of the block. Th

Re: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark?

2025-02-21 Thread Tor-björn Claesson
Thanks! I have some questions. Den tis 28 jan. 2025 kl 20:18 skrev Ihor Radchenko : > > Thanks! > Here are more comments: > > 1. I am looking at C-- C-u prefix, and I am not sure if it is ideal >What I think might be better is: >- make a short C-- ('- argument) the switch >- make the

Re: [PATCH] lisp/org-collector.el: Add support for TBLFM

2025-02-21 Thread Slava Barinov
Hello, Oh! Sorry, it seems I missed the last email. Okay, in that case bounded re-search-forward up to the next paragraph should work. And as for maintenance, I think I can allocate some time for that. What activities are expected from a script maintainer? Best Regards, Slava Barinov Ihor Radc

Re: PATCH: ox-latex table of contents patch consolidated (was: [BUG] Latex exporter should consider export settings [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)])

2025-02-21 Thread Pedro Andres Aranda Gutierrez
Thanks for spotting the alt-title handling ;-) Apply this on top of my last patch. Best, /PA On Thu, 20 Feb 2025 at 19:13, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > Final version... got the wrong file... sorry /PA > > Thanks! > You still did not address all the earlie