org_archive_location = "archive/%s_archive::",
org_log_done = 'time',
org_log_into_drawer = "LOGBOOK",
- org_indent_mode = "noindent",
+ org_startup_indented = "noindent",
org_tags_column = -80, -- flushright
org_todo_keywords = { "TODO(t)", "NEXT(n)", "WAITING(w)", "|", "DONE", "CANCELLED" },
org_todo_keyword_faces = {
end,
},
},
- init = function()
- require("orgmode").setup_ts_grammar()
- end,
},
}