utils: Generalise the comment to the section on interaction with Org-mode.
This commit is contained in:
parent
e8af2055e6
commit
8357f70304
1 changed files with 6 additions and 4 deletions
10
utils.rkt
10
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)
|
||||
|
|
Loading…
Reference in a new issue