From 0ed4cfd85520cf3e0472ca2726909e2cb2c2e474 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 20 Nov 2021 13:49:52 +0100 Subject: add initial value to interactive prompt of state for import-from-csv --- local/bibli-paris/bibli-paris.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'local') diff --git a/local/bibli-paris/bibli-paris.el b/local/bibli-paris/bibli-paris.el index d092365..d7a7e69 100644 --- a/local/bibli-paris/bibli-paris.el +++ b/local/bibli-paris/bibli-paris.el @@ -373,7 +373,8 @@ STATE (string)." nil bibli-paris/default-path-to-csv) (read-string "Tags : ") - (read-string "State (default : TODO) : "))) + (read-string "State : " + "TODO"))) (let* ((recnum-lines (make-hash-table :test 'equal :size (bibli-paris/number-of-entries) :weakness 'key-and-value)) -- cgit v1.2.3