Implement a function to get the additional properties on a headline.

This commit is contained in:
Tom Alexander
2023-10-10 15:54:44 -04:00
parent fb412bc2cd
commit b385270d7b
2 changed files with 24 additions and 0 deletions

View File

@@ -542,6 +542,10 @@ fn new_compare_heading<'b, 's>(
let mut child_status = Vec::new();
let mut message = None;
let additional_property_names = rust
.get_additional_properties()
.map(|node_property| EmacsField::Required(node_property.property_name));
// TODO: This needs to support additional properties from the property drawer
compare_children(