Okay, this one only tries to fix, what seems broken ... Could someone please check ?
best regards
Marc
diff --git a/lisp/org.el b/lisp/org.el
index 24b3a69..8a00847 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10515,8 +10515,7 @@ from."
completing-read-function)
'completing-read)))
(concat (car args))
- (if (and (consp (nth 1 args))
- (consp (car (nth 1 args))))
+ (if (consp (car (nth 1 args)))
(mapcar 'car (nth 1 args))
(nth 1 args))
(cddr args)))))
