branch: externals/embark commit fc23a527853403a85bda7f1df0c0ac8ed6b1cc9e Author: Omar Antolín <omar.anto...@gmail.com> Commit: Omar Antolín <omar.anto...@gmail.com>
org-set-tags-command should ignore the target! --- embark-org.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/embark-org.el b/embark-org.el index a219bac8de..0636dbee35 100644 --- a/embark-org.el +++ b/embark-org.el @@ -367,6 +367,9 @@ bound to i." org-shiftmetaleft org-shiftmetaright org-cycle org-shifttab)) (cl-pushnew cmd embark-repeat-actions)) +(cl-pushnew 'embark--ignore-target + (alist-get 'org-set-tags-command embark-target-injection-hooks)) + (cl-pushnew '(org-heading . embark-org-heading-map) embark-keymap-alist) ;;; Source blocks and babel calls