changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > org > meta / babel.org

revision 6: f747ffac7f40
parent 5: 6538a100c792
child 7: 4728f14839e4
     1.1--- a/babel.org	Sun Aug 18 22:16:12 2024 -0400
     1.2+++ b/babel.org	Sun Aug 25 00:15:40 2024 -0400
     1.3@@ -2,7 +2,7 @@
     1.4 #+author: Richard Westhaver
     1.5 #+description: Core Library of Babel
     1.6 #+setupfile: ../clean.theme
     1.7-#+property: header-args :exports both
     1.8+#+property: header-args :exports both :eval no-export
     1.9 Welcome to the CC [[https://www.gnu.org/software/emacs/manual/html_node/org/Library-of-Babel.html][Library of Babel]]. This file contains a collection of
    1.10 code blocks which may be used by authors throughout our public
    1.11 documentation.
    1.12@@ -67,7 +67,7 @@
    1.13 :ID:       d3c4ac69-337f-430b-a4db-760504f099ea
    1.14 :END:
    1.15 #+name: sum-str-nums
    1.16-#+begin_src emacs-lisp :var s=tokei-dir-lines
    1.17+#+begin_src emacs-lisp :var s=tokei-dir-lines()
    1.18   (let ((tot 0))
    1.19     (cl-loop
    1.20      with tot = 0