From 50ba0a5ed609f3600f2590f3ba22b8ab3ff3331c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 7 Jun 2015 00:38:58 +0200 Subject: [PATCH] Fix 1a7364177046b8a57ade0aeb9f52bacfc0b8b088 * lisp/org.el (org-icompleting-read): Let `completing-read' or equivalent sort out type of completion. (org-olpath-completing-read): Revert partially 1a7364177046b8a57ade0aeb9f52bacfc0b8b088. --- lisp/org.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index a05a17d50..82f1b22e2 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -10512,10 +10512,6 @@ Should be called like `completing-read'." (org-bound-and-true-p iswitchb-mode)) #'org-iswitchb-completing-read) (t #'completing-read)) - (pop args) - (if (org-some #'consp (car args)) - (mapcar #'car (pop args)) - (pop args)) args))))) (defun org-extract-attributes (s) @@ -12126,7 +12122,6 @@ this is used for the GOTO interface." (org-completion-use-iswitchb nil)) ; or iswitchb (apply #'org-icompleting-read prompt - collection (lambda (string predicate &optional flag) (cond ((eq flag nil) (try-completion string thetable)) -- 2.11.4.GIT