summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
Diffstat (limited to 'local')
-rw-r--r--local/bibli-paris/bibli-paris.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/local/bibli-paris/bibli-paris.el b/local/bibli-paris/bibli-paris.el
index 5083885..d092365 100644
--- a/local/bibli-paris/bibli-paris.el
+++ b/local/bibli-paris/bibli-paris.el
@@ -84,7 +84,9 @@
(defun bibli-paris/number-of-entries ()
"Return the number library entries in the current buffer."
(interactive)
- (message (length (org-map-entries (lambda () t)))))
+ (let ((result (length (org-map-entries (lambda () t)))))
+ (message "%d" result)
+ result))
;; sort entries