Re: [PATCH] org-refile.el: show refile targets with doc. title

2022-08-30 Thread Mikhail Skorzhisnkii
I have signed the FSF papers. However for the simplicity I will send renewed patch in different thread. You may consider this thread to be closed.q E-Mail thread I am going to use is: Thanks, Mikhail Skorzhinsk

Re: [PATCH] org-refile.el: show refile targets with doc. title

2022-05-27 Thread Ihor Radchenko
Mikhail Skorzhinskii writes: > Thank you for reviewing the changes. Sorry for the sloppy patch, I've > retested everything and added a few additional fixes, there were more > problems. Thanks! And sorry for the slow review. Your email was lost near the tail of the todo list. > I've added a coup

Re: [PATCH] org-refile.el: show refile targets with doc. title

2021-12-28 Thread Mikhail Skorzhinskii
Hi Ihor, Thank you for reviewing the changes. Sorry for the sloppy patch, I've retested everything and added a few additional fixes, there were more problems. I've added a couple of test cases too. (BTW, test framework is awesome and really easy to use!) I've attached new patch to this email. Le

Re: [PATCH] org-refile.el: show refile targets with doc. title

2021-12-26 Thread Ihor Radchenko
Mikhail Skorzhinskii writes: > * lisp/org-refile.el (org-refile-use-outline-path): add an option > 'title This is an interesting idea. However, your patch may break things quite badly. Look at `org-refile-get-location'. It expects a very specific format for the refile targets and treats 'file/'f

[PATCH] org-refile.el: show refile targets with doc. title

2021-12-25 Thread Mikhail Skorzhinskii
* lisp/org-refile.el (org-refile-use-outline-path): add an option 'title * lisp/org-refile.el (org-refile-get-targets): start refile target outline with document title (#+title) instead of file name ---  lisp/org-refile.el | 5 -  1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/li