From 6b5fceafc58b82d490f38214c2612e67e0d02f0a Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Fri, 12 May 2023 18:18:30 +0200 Subject: [PATCH] Only export the result, not the code that generates it --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d273e99..0b313ab 100644 --- a/README.org +++ b/README.org @@ -29,7 +29,7 @@ Then, add functions to =persist-state-functions= which should be executed, e.g. * Configuration -#+begin_src emacs-lisp :results table :colnames '("Custom variable" "Description") +#+begin_src emacs-lisp :exports results :results table :colnames '("Custom variable" "Description") (let ((rows)) (mapatoms (lambda (symbol)