pub fn parse_planning_line(line: &str) -> Vec<(String, String)>Expand description
Read an Org planning line into KEY -> timestamp pairs.
Org packs several onto one line. A line holding anything else is not a
planning line at all, so a body sentence that opens on DEADLINE: stays
body.