Returns title raw string ```rust use orgize::{Org, ast::Headline}; let hdl = Org::parse("*** abc *abc* /abc/ :tag:").first_node:: ().unwrap(); let title = hdl.title_raw(); assert_eq!(title, "abc *abc* /abc/ "); ```
(&self)
source not stored for this graph (policy: none)