patched https://github.com/niklasfasching/go-org for orgwiki
etc/githooks | ||
org | ||
.travis.yml | ||
main.go | ||
Makefile | ||
README.org |
A basic org-mode parser in go
motivation
- have a org-mode AST to play around with building an org-mode language server
- hopefully add reasonable org-mode support to hugo - sadly goorgeous is broken & abandoned
next
- handle #+RESULTS: raw and stuff
- hugo frontmatter - see https://gohugo.io/content-management/front-matter/
- captions: images, tables & blocks
TODO #72: Support for #+ATTR_HTML
TODO #46: Support for symbols like ndash and mdash
- see org-entities replacement: see org-entities-help
TODO #10: Support noexport
TODO #19: Support #+HTML
TODO #31: Support #+INCLUDE
TODO #33: Wrong output when mixing html with org-mode
later
- affiliated keywords: see org-element.el - org-element-affiliated-keywords
- keywords: support both multi (e.g. LINK, TODO) & normal (e.g. AUTHOR, TITLE) keywords
- links based on #+LINK
- table colgroups https://orgmode.org/worg/org-tutorials/tables.html
- table pretty printing