-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requested
Description
According to the worg spec, the (transformed) parse tree should look like this:
(document
(section)
(headline
(section)
(headline)
(headline
(headline))))
As for as I remember, this is different from the Organice parser:
- The Organice parser keeps a flat list of headlines
- The Organice parser does not allow a section (aka "content") above the first headline
I suggest that stick to the orgmode spec, i.e. allowing a section above the first headline and keeping a hierarchical structure of headlines. document
would then be our S
symbol.
That could be implemented in the transformers in PR #27 .
It will be more work later, to implement org-parser in Organice, but we get a general orgmode parser :-)
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requested