Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-12 Thread Tor-björn Claesson
Ihor Radchenko writes: > See my comments below. Thanks for taking the time to look at this! >> +*** Menu for choosing how to follow citations >> +If invoked with a prefix of C-- C-u, following citations with >> +the org-cite-basic citation backend will no present a transient menu, >> +offering ch

Re: [PATCH v2] org-id: allow using parent's existing id in links to headlines

2024-11-12 Thread Samuel Wales
the idea is that if this were possible to do, it would eliminate the need to use duplicate text given that paths can change. #+INCLUDE: [[id:5f433209-07a1-4cac-bd63-17ce49fd5c33][x]] On 2/3/24, Ihor Radchenko wrote: > Samuel Wales writes: > >>> May you please elaborate what you want to add to

Re: active region persistence

2024-11-12 Thread Samuel Wales
my q is actually why would a user want the region to remain active? e.g. select region and then m-w deactivates it. On Sat, Aug 10, 2024 at 8:43 AM Ihor Radchenko wrote: > > Samuel Wales writes: > > > when i select subtrees and m-s-right, they demote, and then i have no > > further use for the a

Re: Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-12 Thread Pedro Andres Aranda Gutierrez
Hi On Tue, 12 Nov 2024 at 18:20, Ihor Radchenko wrote: > "Pedro A. Aranda" writes: > > > >If you are a user of Emacs 27 + Org main branch, and have strong > > >objections, please chime in. > > > > Maybe we don't need to be so drastic ;-) transient is in elpa and melpa. > > Including a note in

Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-12 Thread Ihor Radchenko
Tor-björn Claesson writes: >> Could we make !prefix, and !citation work in lambdas? We should be able >> to. > > Sure! It took me some trial and error to get the list splicing right but > now it works in lambdas to. I added another helper to do let binding. I think that a simple (let ((!prefix

Re: Indirect follow mode in agenda: Display, edition and how to hide drawers

2024-11-12 Thread Ihor Radchenko
Sébastien Gendre writes: > It's value is set to `nil`. Well. I do not have the described problem on my side. Then, maybe try emacs -Q and see if the problem ends up somewhere in your config? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-12 Thread Ihor Radchenko
"Pedro A. Aranda" writes: > >If you are a user of Emacs 27 + Org main branch, and have strong > >objections, please chime in. > > Maybe we don't need to be so drastic ;-) transient is in elpa and melpa. > Including a note in the docs for emacs-27 to install it from either > (they are also ins

Re: [BUG] export blocks no longer fontifying [9.7.10 (release_9.7.10 @ /Users/ben/Scripts/emacs/lisp/org/)]

2024-11-12 Thread Ihor Radchenko
Benjamin McMillan writes: > The remaining unexpected fails are mostly maxima tests. > I do have some version of maxima installed, but never use it, so no idea if > it is integrated into emacs (and (featurep 'ob-maxima) returns nil). May you check the maxima version? -- Ihor Radchenko // yantar

[BUG] ob-shell async session does not work with multiple blocks running [9.7.16 (9.7.16-ba9734 @ /nix/store/6la93ywyb1h055phgyqba7h7qay60p0m-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.16/)

2024-11-12 Thread ParetoOptimal
Problem: Running two shell source blocks with the same session doesn't properly extract out results from the sentinel value relating to each respective source block. This could be a known issue which might make this an enhancement request rather than a bug report. Expected: Running two source b

Re: [PATCH] ob-comint,R,python: Options for more robust non-async session output

2024-11-12 Thread Jack Kamm
Ihor Radchenko writes: > I have no further comments. > Feel free to push. Applied. Thanks for your help and review!