Kyle Meyer <k...@kyleam.com> writes: > Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > >> The we may not need `call-interactively' at all. >> >> WDYT? > > Yeah, I agree that there's no need for call-interactively here because > the interactive forms of org-table-sort-lines, org-sort-list, > org-sort-entries are covered by org-sort's. > > Switched call-interactively to funcall in c1addc825.
Ehh, I should have looked more closely at org-table-sort-lines. Unlike org-sort-entries and org-sort-list, it uses called-interactively-p to determine whether it should prompt the user. I've put the org-call-with-arg back, at least for now. -- Kyle