org-mode
org-mode copied to clipboard
Parser for Emacs org-mode files
I was interested in writing a tangler and this would be needed. I tried adding this a while back and got stuck with some recursion issue when trying to add...
Properties are just a special case of drawers. The following parses into `Map Text Text` ```org :PROPERTIES: :DESCRIPTION: hello world :END: ``` But the following does not, ``` :LOGBOOK: CLOCK:...
This is not critical for me, but I thought I'd offer a heads up that the `org-element.el` parser does allow [nesting of bold and italics text](https://raw.githubusercontent.com/gitonthescene/org-mode-samples/master/v0.0/text/42.org). The GitHub org parser...
Heya, Just trying out master and I have a couple of suggestions. 1. ~~Since a [priority](https://orgmode.org/manual/Priorities.html) can _only_ be assigned to Todo headings, it would make sense to move it...