Module Tdl_export (.ml)


module Tdl_export: sig .. end

Splitting Todo list by day



val rss_item_of_tdl_item : Tdl.item -> Rss.item option
val rss_items_of_tdl : Tdl.group -> (string list * Rss.item) list
val rss_channel_of_tdl : string -> Tdl.group -> Rss.channel

Splitting Todo list by day


val split_by_day : string -> Tdl.group -> unit

Options and main



type output_type =
| Rss
| Tdl
| Tdl_by_day of string
val output_type : output_type Pervasives.ref
val filter : Tdl.filter option Pervasives.ref
val remaining : string list Pervasives.ref
val options : (string * Arg.spec * string) list
val tdl_of_file : string -> Tdl.group
val main : unit -> unit