Returns top-level properties drawer ```rust use orgize::{Org, ast::Document}; let org = Org::parse(r#":PROPERTIES: :ID: 20220718T085035.042592 :END: #+TITLE: Complete Computing"#); let properties = org.document().properties().unwrap(); assert_eq!(properties.to_hash_map().len(), 1); assert_eq!(properties.get("ID").unwrap(), "20220718T085035.042592"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected