diff --git a/lisp/org.el b/lisp/org.el index afcd4cb30..04d02ac85 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12798,7 +12798,7 @@ ignore inherited ones." (or (org-up-heading-safe) (error nil)) (setq parent t))) (error nil))))) - (if local + (if local tags (append (org-remove-uniherited-tags org-file-tags) tags))))))