orgize
orgize copied to clipboard
A Rust library for parsing org-mode files.
I'm going to start filing feature requests related to some of the work-in-progress code around timestamps, if that's all right, to help break down what is yet to be implemented...
This one is interesting, and from what I remember of parser generators, may be tricky to resolve. Currently, it seems that Orgize will fail to parse headlines "inside" a :PROPERTIES:...
In general I expect weird unicode values to get "interesting" results, but I'm going to report this since it results in a panic when debug_assertions are enabled. Each of these...
One thing that would be useful for a project I'm working on would be the ability to get the exact start and end of a given element in the original...
Hello everyone. After leaving this crate for almost unmaintained for over three years, I finally had some time to pick up what we left off. :) Three years has passed,...
When building this package with a crate using a Nix Flake, the symlink introduced in 4cc1130a175121fda2136ede9bccefd7e228388b appears to break the build - why specifically I'm not sure, but it's likely...
as of [org 9.5](https://orgmode.org/worg/org-release-notes.html#org6576637), properties drawers are allowed before the first-level heading > Org mode is moving more towards making things before the first headline behave just as if it...
it would be nice if `impl ExportBlock` had a `value()` like `SourceBlock`, and if that was included in the html exporter: ``` Event::Enter(Container::ExportBlock(the_block)) => { let val = the_block .syntax()...
I use https://github.com/l3kn/org-fc, an anki-style flashcarding system that has a few ["card types"](https://www.leonrische.me/fc/card_types.html); most of them are based on the shape of a heading (one side of the card is...