go-org-orgwiki/org
Niklas Fasching bd33e8885e Add String() method to Node interface
Being able to very easily get the original [1] Org mode content seems like
something that will come up quite often and is very little code.

[1] it's not really the original content, but rather the pretty printed version
of that - as the semantics don't change it shouldn't matter.
2019-01-06 20:50:02 +01:00
..
testdata Improve document.GetOption: Merge default and buffer local options 2019-01-02 18:52:03 +01:00
block.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
document.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
drawer.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
footnote.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
fuzz.go Fix fuzz 2019-01-02 21:22:13 +01:00
headline.go Add String() method to Node interface 2019-01-06 20:50:02 +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 Remove unnecessary type alias for strings.Builder 2019-01-05 13:04:21 +01:00
html_writer_test.go Add some documentation & split Document into Configuration+Document 2019-01-02 19:17:17 +01:00
inline.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
keyword.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
list.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
org_writer.go Remove unnecessary type alias for strings.Builder 2019-01-05 13:04:21 +01: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 Refactor Writer Interface 2019-01-04 20:13:42 +01:00