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

2025-02-18 Thread Pedro Andres Aranda Gutierrez
Mea culpa.. attached... /PA On Wed, 19 Feb 2025 at 07:22, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > Hi Ihor, > > I'll dive again in my Outbox to check, but I'm pretty sure I sent you what > I consider is now the last version, consolidated as a unified patch. > It has all comment

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

2025-02-18 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, I'll dive again in my Outbox to check, but I'm pretty sure I sent you what I consider is now the last version, consolidated as a unified patch. It has all comments regarding the documentation and a reworked LISP implementation which was prompted some comments of yours. It passes tests, et

org-return after citation fails with 'no link found'

2025-02-18 Thread Tyler Smith
Citation links appear to break the behaviour of org-return in some circumstances. Minimum working example: emacs 31.0.50 org 9.7.11 1. Starting from emacs -Q 2. open the file below (<1> and <2> shouldn't be included in the file) 3. evaluate the elisp block to set `org-return-follows-link` to `t

Re: [patch] new option `org-latex-default-class-options'

2025-02-18 Thread Ihor Radchenko
h...@heagren.com writes: >> I have no specific objections to adding a defcustom, but I am wondering >> why not using #+INCLUDE directive and adding all the export settings >> that way? > > I'm not sure what you mean by this? I tried a few workflows with > #+INCLUDE before settling on what I have

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

2025-02-18 Thread Stefan Kangas
Ihor Radchenko writes: > Applied, onto bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=50b33e2d55 Thanks! >>> -["Complete Lisp Symbol" lisp-complete-symbol t] >>> +["Complete Lisp Symbol" completion-at-point t] >> >> (The final `t' there is redundant and can be

Surprising behavior when org-table-get-remote-range returns a single value

2025-02-18 Thread Richard Sent
Hi all, When using org-table-get-remote-range to retrieve a field, I find that my return value changes depending on if I'm accessing the field via a row-column reference or a field-name reference. Here's an example: --8<---cut here---start->8--- #+NAME: tbl/fo

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

2025-02-18 Thread Ihor Radchenko
Stefan Kangas writes: > See further down: > > Alternatively, a menu item may have the form: > >[ NAME CALLBACK [ KEYWORD ARG ]... ] Yup, but it is not very clear what happens when :active keyword is not provided when using this variant of the value. For me, it would be more clear to

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

2025-02-18 Thread Sébastien Gendre
Thank you very much. These steps are perfectly understandable for me. I will make a teste in the next days. Ihor Radchenko writes: > Sébastien Gendre writes: > >> Can someone regroup the patch I need to apply ? >> >> I'm a bit lost between them. > > I am attaching two files here: > 1. displa

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

2025-02-18 Thread Ihor Radchenko
Sébastien Gendre writes: > Can someone regroup the patch I need to apply ? > > I'm a bit lost between them. I am attaching two files here: 1. display-indirect-buffer.diff 2. 0001-org-agenda-goto-Reuse-visible-indirect-buffer-window.patch You should 1. Download Emacs git repo 2. Apply display-in

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

2025-02-18 Thread Ihor Radchenko
Stefan Kangas writes: >> I am attaching tentative patch to make use of completion-at-point. >> Let me know if you see something obviously wrong. > > Thanks for looking into this. > > I can't see any problems with your patch, myself. Could we install it > on master in emacs.git separately, so tha

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

2025-02-18 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > 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 conten