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

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

[elpa] externals/org-real a30638a 097/160: Show all containers while com


From: ELPA Syncer
Subject: [elpa] externals/org-real a30638a 097/160: Show all containers while completing
Date: Wed, 6 Oct 2021 16:58:24 -0400 (EDT)

branch: externals/org-real
commit a30638aed10797ac73c3dbbd9e45e7621f5901af
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@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 7980f24..698b401 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]