diff --git a/src/context/global_settings.rs b/src/context/global_settings.rs index ad3640d..6299672 100644 --- a/src/context/global_settings.rs +++ b/src/context/global_settings.rs @@ -1,5 +1,7 @@ use crate::types::Object; +// TODO: Ultimately, I think we'll need most of this: https://orgmode.org/manual/In_002dbuffer-Settings.html + #[derive(Debug, Clone)] pub struct GlobalSettings<'g, 's> { pub radio_targets: Vec<&'g Vec>>,