From c6301107cdda34499ae241b3ad8e6f8404a6422a Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Thu, 8 Jul 2021 14:38:02 +0530 Subject: [PATCH] doc(TODO): remove source block header args --- TODO.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.org b/TODO.org index 0b7e4c4..050f015 100644 --- a/TODO.org +++ b/TODO.org @@ -537,7 +537,7 @@ A simpler but less flexible solution would be to ditch the format string and let 5. whether to use ISO format ** Examples -#+BEGIN_SRC emacs-lisp :tangle no :load no +#+BEGIN_SRC emacs-lisp ;; ISO duration format (chronometrist-format-duration "P~YY~MM~WW~DDT~hH~mM~sS" (+ (* 365 24 3600) @@ -555,7 +555,7 @@ A simpler but less flexible solution would be to ditch the format string and let 2. change =:start= of active interval to another time on the same date 3. error -#+BEGIN_SRC emacs-lisp :tangle no :load no +#+BEGIN_SRC emacs-lisp Debugger entered--Lisp error: (wrong-number-of-arguments # 0) min() apply(min nil)