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: Rasmus
Subject: Re: [O] Error when using org-ctrl-c-ctrl-c to add tags
Date: Mon, 20 Apr 2015 10:19:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi,

Marc Ihm <address@hidden> writes:

> Okay, this one only tries to fix, what seems broken ...
> Could someone please check ?

Please run pull the latest version and create your patch using git am.

I still don't know how to reproduce the error.  I have tried with Emacs
24.4 and the git version.

Combining your two diffs I get:

diff --git a/lisp/org.el b/lisp/org.el
index 8a00847..f440382 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10512,11 +10512,11 @@ from."
                  (listp (second args)))
             'org-iswitchb-completing-read)
            (t (or (and (boundp 'completing-read-function)
-                       completing-read-function)
-                  'completing-read)))
+                       completing-read-function))
+              'completing-read))
       (concat (car args))

which seems wrong (notice that the or becomes irrelevant).

What is completing-read-function?

Thanks,
Rasmus

-- 
You people at the NSA are becoming my new best friends!



reply via email to

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