diff --git a/utils.rkt b/utils.rkt index f7c11a4..ab5612d 100644 --- a/utils.rkt +++ b/utils.rkt @@ -143,16 +143,18 @@ [else '()])) -;;; ============================= -;;; Variable mapping and Org-mode -;;; ============================= +;;; ========================= +;;; Interaction with Org-mode +;;; ========================= ;;; Org-mode supports laying out the output of code blocks as tables, ;;; which is very practical for various variable mappings (e.g., ;;; 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 nicer interoperation with Org-mode tables. +;;; utilities for nicer interoperation with Org-mode tables. I also +;;; define some shortcuts to reduce the number of words to type when +;;; using dds with Org-mode. See example.org for examples of usage. ;;; Converts any value to string. (define (any->string x)