Thank you, Laurent. That's a cool package; I think it would work well to generate tables suitable for org-mode spreadsheets. I could even pull data from a sqlite DB, giving me power and portability without needing an internet connection or a full heavyweight spreadsheet app.
On Thu, Sep 9, 2021 at 5:26 PM Laurent <[email protected]> wrote: > Maybe take a look at the text-table package. > > On Wed, 8 Sep 2021, 14:41 David Storrs, <[email protected]> wrote: > >> raise-arguments-errors produces neatly stacked key/value pairs with >> whitespace arranged such that values line up even when keys are of >> different lengths. Is there an easy way to get that for something that is >> not an error? I've been through both The Printer and the >> raise-arguments-error sections in the Reference and can't find anything. >> >> For example: >> >> (doit "x" 1 "foo" 2 "super" 3) >> >> Returns the string "x 1\nfoo 2\super 3" >> >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Racket Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/racket-users/CAE8gKod_s8EhQPW9uG7P02%3D8Kmpqf2Uw%3DKLORWD%3DwmFrxnGkWA%40mail.gmail.com >> <https://groups.google.com/d/msgid/racket-users/CAE8gKod_s8EhQPW9uG7P02%3D8Kmpqf2Uw%3DKLORWD%3DwmFrxnGkWA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAE8gKodAzS2-FCt_KxoP-StFvxQpHBnYd1VCwb6sh9n0rPKS-g%40mail.gmail.com.

