mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Refine how identifier is retrieved from file names
This commit is contained in:
parent
91090d42c6
commit
2338ee4698
|
|
@ -190,7 +190,7 @@ PROOF-OF-CONCEPT."
|
|||
(interactive)
|
||||
(let* ((default-directory (denote-directory))
|
||||
(file (file-name-nondirectory (buffer-file-name)))
|
||||
(id (denote-retrieve--value file denote-retrieve--identifier-regexp))
|
||||
(id (denote-retrieve--filename-identifier file))
|
||||
(buf (format "*denote-backlinks to %s*" id)))
|
||||
(compilation-start
|
||||
(format "find * -type f -exec %s --color=auto -l -m 1 -e %s %s %s"
|
||||
|
|
|
|||
Loading…
Reference in a new issue