emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org 21eb69c: org-agenda-files: Work with relati


From: ELPA Syncer
Subject: [elpa] externals-release/org 21eb69c: org-agenda-files: Work with relative file paths
Date: Fri, 21 May 2021 12:57:12 -0400 (EDT)

branch: externals-release/org
commit 21eb69c413681f7a3ef5d512685ade706045bd02
Author: Sun Lin <sunlin7@yahoo.com>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    org-agenda-files: Work with relative file paths
    
    * lisp/org.el (org-agenda-files): Make sure org-agenda-files work with 
relative
    file paths.
    
    TINYCHANGE
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 25dce46..a8b584e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15355,7 +15355,7 @@ used by the agenda files.  If ARCHIVE is `ifmode', do 
this only if
                                 (if (file-directory-p f)
                                     (directory-files
                                      f t org-agenda-file-regexp)
-                                  (list f)))
+                                  (list (expand-file-name f org-directory))))
                               files)))
     (when org-agenda-skip-unavailable-files
       (setq files (delq nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]