Find a file
Niklas Fasching 6637e63892 Fix multiline emphasis
I didn't have a test case for this and broke it when i introduced Line nodes to
support printing back to org mode. Oops
2018-12-10 17:53:12 +01:00
etc/githooks Setup basic development environment: make, git hooks & CI 2018-12-02 16:49:44 +01:00
org Fix multiline emphasis 2018-12-10 17:53:12 +01:00
.travis.yml Setup basic development environment: make, git hooks & CI 2018-12-02 16:49:44 +01:00
main.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
Makefile Fix make test: also get test packages 2018-12-02 18:59:03 +01:00
README.org Add minimal affiliated keyword support. Just captions for now 2018-12-03 19:18:25 +01:00

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

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 #33: Wrong output when mixing html with org-mode

later