From e37aeca9e7ff1460ffd5ecebb3ab0c75b4f1d0c5 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sat, 22 Feb 2020 12:08:39 +0100 Subject: [PATCH] Generalise the comment to Variable mapping and Org-mode. --- utils.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.rkt b/utils.rkt index 9e73bef..9c1cef4 100644 --- a/utils.rkt +++ b/utils.rkt @@ -146,7 +146,7 @@ ;;; states). However, when the hash table maps variables to lists, ;;; Org-mode will create a column per list element, which may or may ;;; not be the desired effect. In this section I define some -;;; utilities for handling such situations. +;;; utilities for nicer interoperation with Org-mode tables. ;;; Converts any value to string. (define (any->string x)