emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Error when using org-ctrl-c-ctrl-c to add tags


From: Vicente Vera
Subject: Re: [O] Error when using org-ctrl-c-ctrl-c to add tags
Date: Sun, 19 Apr 2015 23:06:48 -0300

Worked for me.

2015-04-19 13:05 GMT-03:00 Marc Ihm <address@hidden>:
>
> 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

[Prev in Thread] Current Thread [Next in Thread]