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

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

[elpa] externals/org-real 59236092f7 097/188: Show all containers while


From: ELPA Syncer
Subject: [elpa] externals/org-real 59236092f7 097/188: Show all containers while completing
Date: Sun, 5 May 2024 22:55:57 -0400 (EDT)

branch: externals/org-real
commit 59236092f755e86251a88406d4c805ef0cfd96f5
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@gmail.com>

    Show all containers while completing
---
 org-real.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-real.el b/org-real.el
index 7980f24965..698b401c49 100644
--- a/org-real.el
+++ b/org-real.el
@@ -479,7 +479,7 @@ visibility."
                        (org-real--complete-thing "Thing: " container-matrix 
'()))))
     (catch 'confirm
       (while t
-        (org-real--pp (org-real--make-instance 'org-real-box containers) 
containers)
+        (org-real--pp (org-real--make-instance 'org-real-box containers) 
containers nil nil 0)
         (let ((response (read-event "RETURN    - Confirm\nBACKSPACE - Remove 
context\n+         - Add context")))
           (cond
            ((or (eq response 'return) (eq response 13))



reply via email to

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