doc(TODO): remove source block header args

This commit is contained in:
contrapunctus 2021-07-08 14:38:02 +05:30
parent 23b0376161
commit c6301107cd
1 changed files with 2 additions and 2 deletions

View File

@ -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 #<subr min> 0)
min()
apply(min nil)