go-org-orgwiki/org
Niklas Fasching a0e87057d6 Fix BufferSettings append & add ParseFrontMatter
until now buffersettings were always appended using \n which means the first
value would already be written as "\nVALUE". Not anymore.

Also we finally add an option to parse just the front matter. Still not
efficient as we tokenize the whole org file but i don't think saving a few
milliseconds would be worth making the code uglier.
2018-12-13 17:44:26 +01:00
..
testdata Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00
block.go Support html export blocks 2018-12-11 16:05:36 +01:00
document.go Fix BufferSettings append & add ParseFrontMatter 2018-12-13 17:44:26 +01:00
document_test.go Fix BufferSettings append & add ParseFrontMatter 2018-12-13 17:44:26 +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 Improve html entities replacement 2018-12-13 17:43:31 +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 Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
inline.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00
keyword.go Fix BufferSettings append & add ParseFrontMatter 2018-12-13 17:44:26 +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 Fix HTML_ATTR rendering (naive) 2018-12-11 20:38:24 +01:00
org_test.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
paragraph.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00
table.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
util.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00