go-org-orgwiki/org
Niklas Fasching 2afd11581c Use document.ReadFile to read #+SETUPFILE
Now that we allow providing a custom ReadFile implementation we should use it
everywhere we read files.
2019-10-08 22:25:35 +02:00
..
testdata Remove superfluous latex test case and fix description 2019-09-28 15:22:59 +02:00
block.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
document.go Allow customizing reading of #+INCLUDE files 2019-10-06 19:27:42 +02:00
drawer.go Handle malformed :PROPERTY: drawers 2019-09-28 15:12:19 +02:00
footnote.go Refactor footnote handling 2019-07-07 10:01:43 +02:00
fuzz.go Fix fuzz 2019-01-02 21:22:13 +01:00
headline.go Fix AST headline nesting 2019-01-07 20:26:27 +01:00
html_entity.go Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00
html_writer.go Add support for latex fragments 2019-09-28 15:04:04 +02:00
html_writer_test.go Add some documentation & split Document into Configuration+Document 2019-01-02 19:17:17 +01:00
inline.go Add support for latex fragments 2019-09-28 15:04:04 +02:00
keyword.go Use document.ReadFile to read #+SETUPFILE 2019-10-08 22:25:35 +02:00
list.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
org_writer.go Add support for latex fragments 2019-09-28 15:04:04 +02:00
org_writer_test.go Add some documentation & split Document into Configuration+Document 2019-01-02 19:17:17 +01:00
paragraph.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
table.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
util.go Improve footnote handling 2018-12-26 15:42:12 +01:00
writer.go Add support for latex fragments 2019-09-28 15:04:04 +02:00