Kevin Foley writes:
> I'd like to use an `org-ql' query in order to get eligible targets when
> calling `org-refile'.
>
I actually also wanted to do that a couple of weeks ago. I ended up
using org-ql and completing-read to select a target. The last optional
argument to org-refile lets you specif
oops, i meant org-refile-target-verify-function variable.
On 1/29/21, Samuel Wales wrote:
> alpha-org-refile-target-verify-function is all i know of.
>
> On 1/29/21, Kevin Foley wrote:
>> I'd like to use an `org-ql' query in order to get eligible targets when
>> calling `org-refile'.
>>
>> It do
alpha-org-refile-target-verify-function is all i know of.
On 1/29/21, Kevin Foley wrote:
> I'd like to use an `org-ql' query in order to get eligible targets when
> calling `org-refile'.
>
> It doesn't seem `org-refile-targets' supports something like passing a
> function that returns the desired
I'd like to use an `org-ql' query in order to get eligible targets when
calling `org-refile'.
It doesn't seem `org-refile-targets' supports something like passing a
function that returns the desired targets. Is it possible through some
other means?
If not, would a patch to `org-refile-get-target