Set Document path and category based on file path.

This commit is contained in:
Tom Alexander
2023-09-29 21:46:52 -04:00
parent f1e35e317b
commit fc7d4bd949
5 changed files with 61 additions and 10 deletions

View File

@@ -45,5 +45,7 @@ mod text_markup;
mod timestamp;
mod util;
pub use document::parse;
pub use document::parse_file;
pub use document::parse_file_with_settings;
pub use document::parse_with_settings;
pub(crate) use org_source::OrgSource;