Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2021-05-15 Thread Samuel Wales
sounds good to decouple those, but i interpret org-refile-reverse to mean "refile in reverse". from a to b -> from b to a. fwiw. thus, you could be on a and goto b and then do a reverse refile. that would be a useful operation. so i suggest org-refile-reverse-order or so. On 5/15/21, Bastien

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2021-05-15 Thread Bastien
Hi Adam, Adam Spiers writes: > This is useful for prepending to the start of the target headline > instead of appending to the end, or vice-versa depending on > org-reverse-note-order. Applied in master as 9e127a720, thanks. -- Bastien

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2021-04-27 Thread Bastien
Hi Adam, Kyle Meyer writes: > Thanks for the patch. > > Adam Spiers writes: > >> This is useful for prepending to the start of the target headline >> instead of appending to the end, or vice-versa depending on >> org-reverse-note-order. > > It sounds like Bastien and Amin would also find this us

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2020-12-09 Thread Kyle Meyer
Thanks for the patch. Adam Spiers writes: > This is useful for prepending to the start of the target headline > instead of appending to the end, or vice-versa depending on > org-reverse-note-order. It sounds like Bastien and Amin would also find this useful. I would have liked to see a few mo

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2020-11-09 Thread Adam Spiers
On Sun, Sep 06, 2020 at 02:10:09AM -0400, Amin Bandali wrote: Bastien writes: Hi Adam, Adam Spiers writes: This is useful for prepending to the start of the target headline instead of appending to the end, or vice-versa depending on org-reverse-note-order. I think this would be useful. W

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2020-09-05 Thread Amin Bandali
Bastien writes: > Hi Adam, > > Adam Spiers writes: > >> This is useful for prepending to the start of the target headline >> instead of appending to the end, or vice-versa depending on >> org-reverse-note-order. > > I think this would be useful. What others think? > [...] +1; sounds quite usefu

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2020-09-04 Thread Bastien
Hi Adam, Adam Spiers writes: > This is useful for prepending to the start of the target headline > instead of appending to the end, or vice-versa depending on > org-reverse-note-order. I think this would be useful. What others think? I'm storing this for after 9.4 since we are in feature free

[PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2020-08-29 Thread Adam Spiers
This is useful for prepending to the start of the target headline instead of appending to the end, or vice-versa depending on org-reverse-note-order. --- doc/org-manual.org | 10 ++ etc/ORG-NEWS | 9 + lisp/org-keys.el | 1 + lisp/org-refile.el | 11 +++ 4 files c