200ok-ch / org-parser

org-parser is a parser for the Org mode markup language for Emacs.
GNU Affero General Public License v3.0
316 stars 15 forks source link

latest release to clojars #65

Closed skovuri41 closed 1 year ago

skovuri41 commented 1 year ago

when is the next release planned to clojars? seems the latest version there does not support TODO and Priority parsing? thanks.

munen commented 1 year ago

Hi there, thanks for checking out org-parser!

We have automated releases to Clojars. 0.1.27 is the latest release. And of course it supports Org mode basics like TODO and priority parsing. Relevant test for priority parsing is here: https://github.com/200ok-ch/org-parser/blob/master/test/org_parser/parser_test.cljc#L79, for TODO is here: https://github.com/200ok-ch/org-parser/blob/master/test/org_parser/parser_test.cljc#L91

Hence, please reformulate your question.

skovuri41 commented 1 year ago

thanks for response. i confirm ver 0.1.27 is working as expected for TODO and priority. I had to clear cache files in my workspace after you confirmed and check again. I am excited about possibilities now for my personal projects , i use org extensively. thanks

munen commented 1 year ago

Good luck, have fun!