-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Dear orgmunge team,
I was quite happy to discover orgmunge because I need exactly this functionality, so I installed it and started to try it out.
Thanks a lot for providing it!
However, I quickly ran into two behaviors where I don't know they are bugs or features, so any hint on the expected behavior would be welcome.
Firstly, I had a file where the initial section is not under any header but starts with plain text. The parser fails to accept this input while reading the first line.
Secondly, I had a line that reads as follows:
**** TODO 30 XYZ (10 DONE)
which also makes the parser fail. It works however if DONE is written (partly) in lowercase. Alas, even a longer word that starts with DONE leads to parsing failure.
Clearly, I can work around these problems by starting the file with a header and avoiding keywords as part of my text.
I just wanted to know whether maybe I installed a partly obsolete version and I would obtain different behavior from a more recent version or perhaps a cleaner setup.
In case it matters: my setup uses ply version 3.11, while the orgmunge does not seem to contain any version information.
Thanks a lot in advance for any insights on this matter!
Best regards, Andreas