Add some documentation & split Document into Configuration+Document
This commit is contained in:
parent
c98cdea4f0
commit
56ecb2d401
9 changed files with 77 additions and 44 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue