[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] About org-sort -> org-sort-list with custom sort function
From: |
Kyle Meyer |
Subject: |
Re: [O] About org-sort -> org-sort-list with custom sort function |
Date: |
Tue, 09 May 2017 00:10:54 -0400 |
Kyle Meyer <address@hidden> writes:
> Nicolas Goaziou <address@hidden> 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
- [O] [PATCH] org-sort: Read compare-func in interactive calls, (continued)
- [O] [PATCH] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/09
- Re: [O] [PATCH] org-sort: Read compare-func in interactive calls, Nicolas Goaziou, 2017/05/11
- Re: [O] [PATCH] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/11
- Re: [O] [PATCH] org-sort: Read compare-func in interactive calls, Nicolas Goaziou, 2017/05/12
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/13
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Nicolas Goaziou, 2017/05/14
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/14
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Nicolas Goaziou, 2017/05/14
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/14
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Nicolas Goaziou, 2017/05/17
- Re: [O] About org-sort -> org-sort-list with custom sort function,
Kyle Meyer <=