orgize
orgize copied to clipboard
A Rust library for parsing org-mode files.
Please review after #30 , as this is rebased on top of it. Rework timestamp parsing in a few ways: * Add repeaters and delays as their own types. *...
This adds a multithreaded fuzz test that will include all Unicode scalar values, along with some basic structural formatting like headlines. I ran it for an hour or so on...
Hello, I found your project from the [worg tools list](https://orgmode.org/worg/org-tools/index.html). First, sorry for the semi-spam nature of this issue. I had a notion for a project that the org community...
Hi, I use [Firn](https://github.com/theiceshelf/firn), a static site generator, that depends on Orgize. I want to use [org-mode's special symbols](https://orgmode.org/manual/Special-Symbols.html) in my org files, and produce the expected HTML ( with...
This is a ticket to track progress on LaTeX fragments and environments, to be added per - https://github.com/PoiScript/orgize/blob/e009e1c199d78e2531bed1913a6e40a0f167c2d5/docs/STATUS.md#L43 - https://github.com/PoiScript/orgize/blob/e009e1c199d78e2531bed1913a6e40a0f167c2d5/docs/STATUS.md#L36 https://github.com/PoiScript/orgize/blob/e009e1c199d78e2531bed1913a6e40a0f167c2d5/src/parsers.rs#L291 looks like the start of a handler for `\`...
Good evening! Thank you for writing and maintaining this library. I think it's great to have a Rust library that can render Org-mode to html. Some unexpected behaviour I've run...
A correct implementation requires a precise specifications. However, neither [org syntax](https://orgmode.org/worg/dev/org-syntax.html) draft nor [org elements api](https://orgmode.org/worg/dev/org-element-api.html) can really serves as a good specifications: Org syntax doesn't specify syntax unambiguously, meanwhile,...
Found another weird case. Strange line endings prevent Orgize from parsing anything after them. If this occurs early in the org file, it can lead to substantial data loss. ```...
The Org spec requires the order be DAYNAME, then repeater-or-delay up to twice, but org-mode and org-element are robust, and will parse them in any order. So for example, these...
Org allows you to have a range with a different repeater for start and end. I've actually found this useful on occasion, when you want the interval to grow every...