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

@@ -19,3 +19,6 @@ mod context;
mod error;
pub mod parser;
pub mod types;
pub use context::GlobalSettings;
pub use context::LocalFileAccessInterface;