Patch by Christopher Suckling.
@@ -1,3 +1,8 @@
+2008-11-22 Carsten Dominik <carsten.dominik@gmail.com>
+
+ * org.el (org-open-at-point): Fix mixup about interactive and
+ non-interactive elisp links.
2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-preprocess-string): Allow one comment
@@ -6877,8 +6877,8 @@ application the system uses for this file type."
'face 'org-warning))))
(message "%s => %s" cmd
(if (equal (string-to-char cmd) ?\()
- (call-interactively (read cmd))
- (eval (read cmd))))
+ (eval (read cmd))
+ (call-interactively (read cmd))))
(error "Abort"))))
(t