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: Marc Ihm
Subject: Re: [O] Error when using org-ctrl-c-ctrl-c to add tags
Date: Sun, 19 Apr 2015 18:05:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

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]