Stefan Monnier writes:
> The minor patch below clarifies what the computation is about and
> removes the assumption that point-min == 1, while arguably
> making the the code ever so slightly more efficient.
Thanks!
Applied, onto main, with minor amendments to the commit message.
https://git.sava
> I pushed this to the development branch 'main' of Org.
Perfect, thanks,
Stefan
Stefan Monnier writes:
> Here's a patch which cleans up some magic numbers in
> `org-attach.el` and gets rif of the use of the second arg of `commandp`,
> by making `org-attach-commands` accept any commands (including keyboard
> macros).
>
>
> Stefan
>
>
> diff --git a/lisp/org/org-attach