pub fn palm_to_todotxt(conduit: &WithinConduit) -> Result<(), Report>
Expand description

Perform a one-way conversion from the Palm OS ToDoDB to the todo.txt format

If conduit.config.environment["SINGLE_FILE"] is set to "1", this method will store both incomplete and complete tasks in the same file (named todo.txt). If it is set to any other value (the default is "0"), this method will store incomplete tasks in todo.txt, and complete tasks in done.txt.