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
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,
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.
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
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