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