commit
3082cbe04e
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ func (d *Document) Get(key string) string {
|
||||||
// - pri (export headline priority)
|
// - pri (export headline priority)
|
||||||
// - tags (export headline tags)
|
// - tags (export headline tags)
|
||||||
// - ealb (non-standard) (export with east asian line breaks / ignore line breaks between multi-byte characters)
|
// - ealb (non-standard) (export with east asian line breaks / ignore line breaks between multi-byte characters)
|
||||||
// see https://orgmode.org/manual/Export-settings.html for more information
|
// see https://orgmode.org/manual/Export-Settings.html for more information
|
||||||
func (d *Document) GetOption(key string) string {
|
func (d *Document) GetOption(key string) string {
|
||||||
get := func(settings map[string]string) string {
|
get := func(settings map[string]string) string {
|
||||||
for _, field := range strings.Fields(settings["OPTIONS"]) {
|
for _, field := range strings.Fields(settings["OPTIONS"]) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue