Formulas associated to the table ```rust use orgize::{Org, ast::OrgTable}; let table = Org::parse("| a |").first_node:: ().unwrap(); assert_eq!(table.tblfm().count(), 0); let table = Org::parse("| a |\n#+tblfm: test").first_node:: ().unwrap(); let tblfm = table.tblfm().collect:: >(); assert_eq!(tblfm.len(), 1); assert_eq!(tblfm[0], " test"); let table = Org::parse("| a
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected