counsel-projectile-org-agenda: Use expand-file-name in predicate.
This commit is contained in:
parent
90d3792ab9
commit
fda7f0bad9
1 changed files with 1 additions and 1 deletions
|
|
@ -1148,7 +1148,7 @@ Optional arguments ARG, KEYS, and RESTRICTION are as in
|
||||||
(let* ((root (projectile-project-root))
|
(let* ((root (projectile-project-root))
|
||||||
(org-agenda-files
|
(org-agenda-files
|
||||||
(cl-remove-if-not (lambda (file)
|
(cl-remove-if-not (lambda (file)
|
||||||
(string-prefix-p root file))
|
(string-prefix-p root (expand-file-name file)))
|
||||||
(org-agenda-files t 'ifmode))))
|
(org-agenda-files t 'ifmode))))
|
||||||
(org-agenda arg keys restriction))))
|
(org-agenda arg keys restriction))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue