mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Use denote-directory rather than hardcoded path
This commit is contained in:
parent
69e35281da
commit
dfc3a8fc60
|
|
@ -297,7 +297,7 @@ TITLE, DATE, KEYWORDS, FILENAME, ID are all strings which are
|
|||
"#+identifier: " id "\n"
|
||||
"#+filename: " (string-remove-prefix denote-directory filename) "\n"
|
||||
"#+path: " filename "\n"
|
||||
"#+link: " "denote /home/prot/Documents/notes/%s"
|
||||
"#+link: " "denote " denote-directory "%s"
|
||||
"\n\n")))
|
||||
|
||||
(defun denote--path (title keywords)
|
||||
|
|
|
|||
Loading…
Reference in a new issue