[PATCH] org-capture.el: Add new capture template option :refile-to

2021-04-24 Thread Richard Garner
rom 829c1ba4805327645fcb75b35b73ecb3a1700b2f Mon Sep 17 00:00:00 2001 From: Richard Garner Date: Tue, 13 Apr 2021 13:53:49 +1000 Subject: [PATCH] org-capture.el: Add new capture template option :refile-to * lisp/org-capture.el (org-capture-refile): bind `org-refile-targets' to value of local capture template

Re: [PATCH] org-capture.el: Add new capture template option :refile-to

2021-04-24 Thread Richard Garner
Sorry, messed up the patch attachment, will resend in a new thread. Richard Richard Garner writes: > Hi all, > > The included patch adds a new property :refile-to to org capture > templates, allowing each template to have its own set of refile targets. > I find this r

[PATCH] org-capture.el: Add new capture template option :refile-to

2021-04-24 Thread Richard Garner
:00 2001 From: Richard Garner Subject: * lisp/org-capture.el (org-capture-refile): bind `org-refile-targets' to value of local capture template property :refile-to around call to `org-refile'. (org-capture-templates): document new capture template property :refile-to. TINYCHANGE