Fix basic links not returning correct paths
A silly typo by a silly goose.
This commit is contained in:
parent
8c1525e3d8
commit
2d1a2ed8b3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ exist, and `org-link' otherwise."
|
|||
(let ((requires (plist-get plist :requires))
|
||||
(dir-fn (if (functionp dir-var)
|
||||
dir-var
|
||||
(lambda () (symbol-value 'dir-var)))))
|
||||
(lambda () (symbol-value dir-var)))))
|
||||
(apply #'org-link-set-parameters
|
||||
key
|
||||
:complete (lambda ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue