Mikhail Skorzhinskii <mskorzhins...@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