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

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

[elpa] externals/gnorb 46a8e6b 217/449: Assume creation of attachment di


From: Stefan Monnier
Subject: [elpa] externals/gnorb 46a8e6b 217/449: Assume creation of attachment dirs
Date: Fri, 27 Nov 2020 23:15:42 -0500 (EST)

branch: externals/gnorb
commit 46a8e6b24d74632553a6237d777917204482f4e2
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Assume creation of attachment dirs
    
    Amendment to 01645a4
    
    * lisp/gnorb-org.el (gnorb-org-attachment-list): There was a reason I
      was using the t argument to org-attach-dir.
---
 lisp/gnorb-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-org.el b/lisp/gnorb-org.el
index 9f7cb9c..650b4f2 100644
--- a/lisp/gnorb-org.el
+++ b/lisp/gnorb-org.el
@@ -354,7 +354,7 @@ current heading, or the heading indicated by optional 
argument ID."
     (let* ((attach-dir (save-excursion
                         (when id
                           (org-id-goto id))
-                        (org-attach-dir)))
+                        (org-attach-dir t)))
           (files
            (mapcar
             (lambda (f)



reply via email to

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