go-org-orgwiki/org
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
..
testdata Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
block.go Support html export blocks 2018-12-11 16:05:36 +01:00
document.go Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
document_test.go Convert panics to errors for public interface 2018-12-14 16:37:32 +01:00
footnote.go Fix footnotes starting with empty line 2018-12-03 00:35:12 +01:00
headline.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
html.go Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
html_entity.go Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00
html_test.go Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
inline.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00
keyword.go Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
list.go Fix list parsing & ensure line breaks inside lists are handled correctly 2018-12-03 19:30:21 +01:00
org.go Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
org_test.go Support basic #+INCLUDE (src/example/export block only) 2018-12-14 17:09:00 +01:00
paragraph.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00
table.go Add table pretty printing & alignment 2018-12-14 15:49:40 +01:00
util.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00