plugins.orgmode.settings
Options provided to the require('orgmode').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
org_agenda_files = "~/orgfiles/**/*";
org_default_notes_file = "~/orgfiles/refile.org";
}
Declared by:
plugins.orgmode.settings.org_agenda_files
A path for Org agenda files.
Type: null or string or list of string
Default:
null
Plugin default: ""
Declared by:
plugins.orgmode.settings.org_default_notes_file
A path to the default notes file.
Type: null or string or raw lua code
Default:
null
Plugin default: ""
Declared by: