Add support for EXCLUDE_TAGS and :noexport:

This commit is contained in:
Niklas Fasching 2018-12-26 15:25:38 +01:00
parent c3d635eacb
commit beff0c0d8a
7 changed files with 24 additions and 1 deletions

View file

@ -80,7 +80,8 @@ func NewDocument() *Document {
MaxEmphasisNewLines: 1,
BufferSettings: map[string]string{},
DefaultSettings: map[string]string{
"TODO": "TODO | DONE",
"TODO": "TODO | DONE",
"EXCLUDE_TAGS": "noexport",
},
Log: log.New(os.Stderr, "go-org: ", 0),
}