utils: Generalise the comment to the section on interaction with Org-mode.

This commit is contained in:
Sergiu Ivanov 2020-02-22 20:51:32 +01:00
parent e8af2055e6
commit 8357f70304

View file

@ -143,16 +143,18 @@
[else '()])) [else '()]))
;;; ============================= ;;; =========================
;;; Variable mapping and Org-mode ;;; Interaction with Org-mode
;;; ============================= ;;; =========================
;;; Org-mode supports laying out the output of code blocks as tables, ;;; Org-mode supports laying out the output of code blocks as tables,
;;; which is very practical for various variable mappings (e.g., ;;; which is very practical for various variable mappings (e.g.,
;;; states). However, when the hash table maps variables to lists, ;;; states). However, when the hash table maps variables to lists,
;;; Org-mode will create a column per list element, which may or may ;;; Org-mode will create a column per list element, which may or may
;;; not be the desired effect. In this section I define some ;;; 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. ;;; Converts any value to string.
(define (any->string x) (define (any->string x)