Find a file
Niklas Fasching 2947d7632d Support basic #+INCLUDE (src/example/export block only)
including org files is more complex - e.g. footnotes need to be namespaced to
their source file. org does this by prefixing each included files footnotes
with a number - but even that is not enough as it doesn't guarantee
uniqueness.

As I don't have a usecase for it, I'll avoid the additional complexity for
now.
2018-12-14 17:09:00 +01:00
etc Add table pretty printing & alignment 2018-12-14 15:49:40 +01:00
org Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
.gitignore Set up github pages 2018-12-11 15:42:41 +01:00
.travis.yml Set up github pages 2018-12-11 15:42:41 +01:00
main.go Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
Makefile Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
README.org Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00

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