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

org file properties ignored #181

Open
stevium opened this issue May 13, 2022 · 1 comment
Open

org file properties ignored #181

stevium opened this issue May 13, 2022 · 1 comment

Comments

@stevium
Copy link

stevium commented May 13, 2022

It looks like properties from posts.org files:

#+ORGA_PUBLISH_KEYWORD: PUBLISHED
#+TODO: TODO NEXT | DONE
#+TODO: DRAFT | PUBLISHED
#+SELECT_TAGS: apple export

Are being ignored by orga.parse, and they cant be used for filtering sections like:

** Here is a headline with the tag apple :apple:
Hey
** you are not supposed to see this
Hey
** Here is another apple :apple:
Hey

Thus resulting in second heading being visible due to section.properties['select_tags'] being empty:

image

@stevium
Copy link
Author

stevium commented May 14, 2022

I have narrowed down the change to this commit: 3a4ccf4
@xiaoxinghu could you please tell if this is expected behavior or maybe an issue introduced with the new parsing logic?

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

No branches or pull requests

1 participant