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.
This commit is contained in:
parent
04df30a7b5
commit
2947d7632d
13 changed files with 150 additions and 26 deletions
3
Makefile
3
Makefile
|
@ -22,6 +22,9 @@ case=example
|
|||
render:
|
||||
go run main.go org/testdata/$(case).org html | html2text
|
||||
|
||||
.PHONY: generate
|
||||
generate: generate-gh-pages generate-html-fixtures
|
||||
|
||||
.PHONY: generate-gh-pages
|
||||
generate-gh-pages: build
|
||||
./etc/generate-gh-pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue