Worked for me.

2015-04-19 13:05 GMT-03:00 Marc Ihm <m...@ihm.name>:
>
> 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)))))

Reply via email to