Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-27 Thread Ihor Radchenko
Lockywolf writes: > Subject: [PATCH] lisp/org.el: generalise org-yank-image-save-method to be a > function Applied, onto main, with amendments. I changed the commit message, manual, and the news entry to follow the expected formatting. I also clarified that the function is called with no argume

Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-27 Thread Lockywolf
Ihor Radchenko writes: > Lockywolf writes: > >> Fixed all of the corrections. > > Thanks! Could you also attach the new version of the patch? > >>> This progn is redundant. >> >> I know, but I put it there intentionally, because seeing an `if' with >> more than three subforms (condtition, left,

Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-27 Thread Ihor Radchenko
Lockywolf writes: > Fixed all of the corrections. Thanks! Could you also attach the new version of the patch? >> This progn is redundant. > > I know, but I put it there intentionally, because seeing an `if' with > more than three subforms (condtition, left, right), seems to me > extremely ugly.

Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-24 Thread Lockywolf
Ihor Radchenko writes: > Lockywolf writes: > >> At the moment, `org-yank-image-save-method' can only save an image >> into a single location, or query "org-attach". >> >> This change allows customising its behaviour, allowing >> `org-yank-image-save-method' to be a function returning a place to

Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-16 Thread Ihor Radchenko
Lockywolf writes: > At the moment, `org-yank-image-save-method' can only save an image > into a single location, or query "org-attach". > > This change allows customising its behaviour, allowing > `org-yank-image-save-method' to be a function returning a place to > save the file. > > Patch attach