Take into account the source directory when parsing org-mode in Organic.

Previously only the emacs code was doing this.
This commit is contained in:
Tom Alexander
2023-09-04 21:46:40 -04:00
parent 275b4b53d1
commit d3c733c5ad
6 changed files with 61 additions and 15 deletions

View File

@@ -46,4 +46,5 @@ mod token;
mod util;
pub use document::document;
pub use document::parse;
pub use document::parse_with_settings;
pub use org_source::OrgSource;