Changes in version 0.5-2 (2025-12-15) o there is now a public repository at https://sr.ht/~enricoschumann/orgutils/ Changes in version 0.5-1 (2025-07-29) o readOrg: new arguments 'strip.format', 'strip.horiz.rules' and 'collapse.header'. More variations of table headers (such as with/without separation lines) are now supported, thanks to Stephen Eglen's report at https://github.com/enricoschumann/orgutils/issues/1 o toOrg: in data.frames, 'POSIXt' columns are now converted to character Changes in version 0.5-0 (2024-01-31) o readOrg: new argument 'table.missing' Changes in version 0.4-2 o readOrg: new argument 'text', as in 'read.table', which allows to read (small) inline tables Changes in version 0.4-1 (2017-03-21) o First CRAN release. Changes in version 0.4-0 o A vignette is added, which summarises the package's functionality. Changes in version 0.2-3 o Updates to documentation. Changes in version 0.2-2 o Fixed -- argument 'dec' had been ignored by 'readOrg'. Changes in version 0.2-1 o New method 'toOrg.POSIXt', which works for both 'POSIXct' and 'POSIXlt'. Changes in version 0.2-0 o The package has been renamed to 'orgutils'. Changes in version 0.1-8 o toOrg.Date: new argument 'inactive' to support inactive timestamps Changes in version 0.1-7 o Fixed -- 'stringsAsFactors' could not be passed to 'readOrg'. Changes in version 0.1-6 o toOrg.data.frame: new argument 'row.names', which controls whether row.names are added to the Org table Changes in version 0.1-5 o readOrg: all horizontal separator lines in a table, i.e. those starting with '|-', are now skipped. Changes in version 0.1-4 o Fixed -- in 'toOrg.data.frame', data.frames with Date columns produced an error (thanks to Torsten von Bartenwerffer for reporting) Changes in version 0.1-3 o Fixed -- in 'toOrg.data.frame', column names of factor columns would come out as NA. Changes in version 0.1-2 o Initial version.