PoiScript / orgize

A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
MIT License
277 stars 34 forks source link

Add repeater and delay to timestamp parsing #32

Closed calmofthestorm closed 7 months ago

calmofthestorm commented 4 years ago

Please review after #30 , as this is rebased on top of it.

Rework timestamp parsing in a few ways:

calmofthestorm commented 4 years ago

I believe I addressed the requested changes.

jobnbackpack commented 1 year ago

hey there, just wondering if this PR will finish any time soon ^^

calmofthestorm commented 1 year ago

@PoiScript Do you remember what the blocker here was? It's been awhile.

@jobnbackpack FWIW, these days I use starsector to parse the document, then use orgize to parse specific sections as needed. It supports parsing planning timestamps including repeats.

jobnbackpack commented 1 year ago

Okay, I will look into it! Right now I just patched your PR branch with Cargo. That works for now I guess ^^

PoiScript commented 7 months ago

@jobnbackpack @calmofthestorm sorry for the late reply, repeater and delay in timestmap are supported in v0.10.0-alpha.4.