We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649f632 commit 3d3783cCopy full SHA for 3d3783c
citar-file.el
@@ -50,7 +50,8 @@
50
:type '(boolean))
51
52
(defcustom citar-file-parser-functions
53
- '(citar-file-parser-default)
+ '(citar-file-parser-default
54
+ citar-file-parser-triplet)
55
"List of functions to parse file field."
56
:group 'citar
57
:type '(repeat function))
citar.el
@@ -463,7 +463,7 @@ key associated with each one."
463
(notes
464
(when (citar-file--files-for-entry
465
citekey
466
- nil ; don't want to check file file
+ nil ; don't want to check file field
467
citar-notes-paths
468
citar-file-extensions)
469
" has:notes"))
0 commit comments