Read the odd startup option from org-mode files.

This commit is contained in:
Tom Alexander
2023-09-15 22:31:15 -04:00
parent 8450785186
commit a74ea730f4
3 changed files with 31 additions and 0 deletions

View File

@@ -25,5 +25,6 @@ pub(crate) use exiting::ExitClass;
pub use file_access_interface::FileAccessInterface;
pub use file_access_interface::LocalFileAccessInterface;
pub use global_settings::GlobalSettings;
pub use global_settings::HeadlineLevelFilter;
pub(crate) use list::List;
pub(crate) use parser_with_context::parser_with_context;