From ea1460023607f008aff53511711a56fca0331bca Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 19 Nov 2021 22:11:36 +0100 Subject: add prompt for state in interactive mode of import-from-csv --- local/bibli-paris/bibli-paris.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bibli-paris/bibli-paris.el b/local/bibli-paris/bibli-paris.el index 3d5e25e..61326e4 100644 --- a/local/bibli-paris/bibli-paris.el +++ b/local/bibli-paris/bibli-paris.el @@ -360,7 +360,7 @@ being encoded as a list of strings." https://bibliotheques.paris.fr/ whose path is given by CSV-FILE (string). All the imported entries are set with the tag TAGS (string) and in the state STATE (string)." - (interactive "fImport from : \nsTags : ") + (interactive "fImport from : \nsTags : \nsState (default : TODO) : ") (let ((recnum-lines (make-hash-table :test 'equal :size (bibli-paris/number-of-entries) :weakness 'key-and-value)) -- cgit v1.2.3