Add support for EXCLUDE_TAGS and :noexport:
This commit is contained in:
parent
c3d635eacb
commit
beff0c0d8a
7 changed files with 24 additions and 1 deletions
|
@ -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),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue