karlicoss / orgparse

Python module for reading Emacs org-mode files
https://orgparse.readthedocs.org
BSD 2-Clause "Simplified" License
372 stars 43 forks source link

Support properties in OrgRootNode #46

Closed arumugamramaswamy closed 2 years ago

arumugamramaswamy commented 2 years ago

I would like to extract properties from the OrgRootNode, a use case of this could be to find the ID of an Org Roam Article

karlicoss commented 2 years ago

Hi, you refer to this right? https://www.orgroam.com/manual.html#The-Org_002droam-Node-1 I think once this is merged https://github.com/karlicoss/orgparse/pull/42, this would resolve it?

arumugamramaswamy commented 2 years ago

Hi, you refer to this right? https://www.orgroam.com/manual.html#The-Org_002droam-Node-1 I think once this is merged https://github.com/karlicoss/orgparse/pull/42, this would resolve it?

Yes! I will close this issue.