mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 15:26:28 -04:00
Fix alias to denote-link-dired-marked-notes
Otherwise, this was making the alias and the alised function do nothing. Thanks to Olver Epper for reporting a problem with this command in issue 503: <https://github.com/protesilaos/denote/issues/503>.
This commit is contained in:
parent
a87d0c86e3
commit
d9bf8db87c
18
README.org
18
README.org
|
|
@ -6918,15 +6918,15 @@ Denote is meant to be a collective effort. Every bit of help matters.
|
|||
Friesen, Jonathan Sahar, Johan Bolmsjö, Jonas Großekathöfer,
|
||||
Jousimies, Juanjo Presa, Julian Hoch, Kai von Fintel, Kaushal Modi,
|
||||
Kolmas, Lukas C. Bossert, M. Hadi Timachi, Maikol Solis, Mark Olson,
|
||||
Mirko Hernandez, Niall Dooley, Nick Bell, Paul van Gelder, Peter
|
||||
Prevos, Peter Smith, Riccardo Giannitrapani, Samuel W. Flint, Sergio
|
||||
Rey, Suhail Singh, Shreyas Ragavan, Stefan Thesing, Summer Emacs,
|
||||
Sven Seebeck, Taoufik, TJ Stankus, Vick (VicZz), Viktor Haag, Vineet
|
||||
C. Kulkarni, Wade Mealing, Wilf, Yi Liu, Ypot, atanasj, azegas,
|
||||
babusri, coherentstate, doolio, duli, drcxd, elge70, fingerknight,
|
||||
hpgisler, hyperfocus1337, jtpavlock, juh, mentalisttraceur,
|
||||
pRot0ta1p, rbenit68, relict007, sarcom-sar, sienic, skissue, sundar
|
||||
bp, yetanotherfossman, zadca123
|
||||
Mirko Hernandez, Niall Dooley, Nick Bell, Oliver Epper, Paul van
|
||||
Gelder, Peter Prevos, Peter Smith, Riccardo Giannitrapani, Samuel W.
|
||||
Flint, Sergio Rey, Suhail Singh, Shreyas Ragavan, Stefan Thesing,
|
||||
Summer Emacs, Sven Seebeck, Taoufik, TJ Stankus, Vick (VicZz),
|
||||
Viktor Haag, Vineet C. Kulkarni, Wade Mealing, Wilf, Yi Liu, Ypot,
|
||||
atanasj, azegas, babusri, coherentstate, doolio, duli, drcxd,
|
||||
elge70, fingerknight, hpgisler, hyperfocus1337, jtpavlock, juh,
|
||||
mentalisttraceur, pRot0ta1p, rbenit68, relict007, sarcom-sar,
|
||||
sienic, skissue, sundar bp, yetanotherfossman, zadca123
|
||||
|
||||
Special thanks to Peter Povinec who helped refine the file-naming
|
||||
scheme, which is the cornerstone of this project.
|
||||
|
|
|
|||
|
|
@ -5211,7 +5211,7 @@ This command is meant to be used from a Dired buffer."
|
|||
(denote-filetype-heuristics (buffer-file-name))
|
||||
id-only))))
|
||||
|
||||
(defalias 'denote-link-dired-marked-notes 'denote-dired-link-marked-notes
|
||||
(defalias 'denote-dired-link-marked-notes 'denote-link-dired-marked-notes
|
||||
"Alias for `denote-link-dired-marked-notes' command.")
|
||||
|
||||
;;;;; Define menu
|
||||
|
|
|
|||
Loading…
Reference in a new issue