branch: externals/embark
commit 503fc31f68204e7ffcd2e4eadaf607eb197c2ae3
Author: Omar Antolín Camarena <omar.anto...@gmail.com>
Commit: Omar Antolín Camarena <omar.anto...@gmail.com>

    Whoops, org-refile should definitely ignore the target
---
 embark-org.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/embark-org.el b/embark-org.el
index 06cb9a2c61..8ac22345ce 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -372,7 +372,8 @@ bound to i."
                org-shiftmetaleft org-shiftmetaright org-cycle org-shifttab))
   (cl-pushnew cmd embark-repeat-actions))
 
-(dolist (cmd '(org-set-tags-command org-set-property org-delete-property))
+(dolist (cmd '(org-set-tags-command org-set-property
+               org-delete-property org-refile))
   (cl-pushnew 'embark--ignore-target
               (alist-get cmd embark-target-injection-hooks)))
 

Reply via email to