summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-11-19 22:11:36 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-11-19 22:11:36 +0100
commitea1460023607f008aff53511711a56fca0331bca (patch)
treed7303f2f951e455f417540c90c4b69ee895d2a32
parent8085923dc28df276547a910ac7de12c73132bbba (diff)
add prompt for state in interactive mode of import-from-csv
-rw-r--r--local/bibli-paris/bibli-paris.el2
1 files changed, 1 insertions, 1 deletions
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))