branch: externals/org-real
commit a30638aed10797ac73c3dbbd9e45e7621f5901af
Author: Tyler Grinn <[email protected]>
Commit: Tyler Grinn <[email protected]>
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))