[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] org-refile.el: show refile targets with doc. title
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH] org-refile.el: show refile targets with doc. title |
Date: |
Sun, 26 Dec 2021 21:59:29 +0800 |
Mikhail Skorzhinskii <mskorzhinskiy@eml.cc> 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/'full-file-path values
specially.
Can you add tests for your new value of org-refile-use-outline-path and
make sure that they do not fail after applying your patch?
Best,
Ihor