```rust use orgize::{Org, ast::AffiliatedKeyword}; let keyword = Org::parse("#+CAPTION: VALUE\nabc").first_node:: ().unwrap(); assert_eq!(keyword.key(), "CAPTION"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected