Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: retain direct tags even if they are excluded from inheritance #839

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

kpabijanskas
Copy link
Contributor

If a tag is excluded from inheritance, then it gets excluded even from headlines that have it assigned directly. This is most noticable when searching in agenda view. This PR fixes it - you can now search by tags that are excluded from inheritance.

Fixes #830

If a tag is excluded from inheritance, then it gets excluded even from
headlines that have it assigned directly. This is most noticable when
searching in agenda view. This PR fixes it - you can now search by tags
that are excluded from inheritance.

Fixes nvim-orgmode#830
@kpabijanskas kpabijanskas changed the title fix(tags); retain direct tags even if they are excluded from inheritance fix(tags): retain direct tags even if they are excluded from inheritance Dec 17, 2024
@kpabijanskas kpabijanskas changed the title fix(tags): retain direct tags even if they are excluded from inheritance fix: retain direct tags even if they are excluded from inheritance Dec 17, 2024
Copy link
Member

@kristijanhusak kristijanhusak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kristijanhusak kristijanhusak merged commit 92e8b51 into nvim-orgmode:master Dec 17, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

org_tags_exclude_from_inheritance not working as expected
2 participants