From 0417fda9107234ff9aa04e3394403a0b0612638b Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 14 Feb 2020 08:51:14 +0000 Subject: [PATCH] Added TODO note, only. --- src/smeagol/formatting.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/smeagol/formatting.clj b/src/smeagol/formatting.clj index fa4f2f6..750cf02 100644 --- a/src/smeagol/formatting.clj +++ b/src/smeagol/formatting.clj @@ -43,6 +43,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Error to show if text to be rendered is nil. +;; TODO: should go through i18n (def no-text-error "No text: does the file exist?") @@ -187,3 +188,4 @@ (reintegrate-inclusions (process-text md-src))) +