Add some documentation & split Document into Configuration+Document

This commit is contained in:
Niklas Fasching 2019-01-02 19:14:49 +01:00
parent c98cdea4f0
commit 56ecb2d401
9 changed files with 77 additions and 44 deletions

View file

@ -9,8 +9,9 @@ import (
type stringBuilder = strings.Builder
// OrgWriter export an org document into pretty printed org document.
type OrgWriter struct {
TagsColumn int // see org-tags-column
TagsColumn int
stringBuilder
indent string
}