karlicoss / orgparse

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

parsing of multiline properties #52

Open MorphicResonance opened 2 years ago

MorphicResonance commented 2 years ago

Now orgparse unable parse multiline properties. Properties where new values/new lines for same items presented as

:PROPERTIES:
:item: value 1
:item+: same item value 2 
:another_item: another value

orgparse thinks that they are different items because it works with just single line properties. Is it possible to add such thing?

karlicoss commented 1 year ago

Yep, can't see why it won't be possible. I don't have a usecase for myself though, and time right now, but will be happy to accept a contribution with tests :)