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

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

[elpa] externals/gnorb bb44a8c 174/449: Don't force id creation!


From: Stefan Monnier
Subject: [elpa] externals/gnorb bb44a8c 174/449: Don't force id creation!
Date: Fri, 27 Nov 2020 23:15:33 -0500 (EST)

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

    Don't force id creation!
    
    * lisp/gnorb-org.el (gnorb-org-view): Was calling org-id-get-create with
      the force argument, I have no idea why, which was screwing up tracking.
---
 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 9e8c7e0..e064fc2 100644
--- a/lisp/gnorb-org.el
+++ b/lisp/gnorb-org.el
@@ -854,7 +854,7 @@ your gnus select methods."
   (let (id)
     (save-excursion
       (org-back-to-heading)
-      (setq id (concat "id+" (org-id-get-create t))))
+      (setq id (concat "id+" (org-id-get-create))))
     (gnorb-gnus-search-messages
      id
      `(when (and (window-configuration-p gnorb-window-conf)



reply via email to

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