summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-08-21 14:07:26 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-08-21 14:07:26 +0200
commit183348cda52e8898c19487d2f86c1318605234bd (patch)
treeecc08b0d7f688932120e98f748b831d6063177be
parentdaa8e23175b5ac7d1ef2d6b67b04d6f4447fb490 (diff)
downloadorg-mode-183348cda52e8898c19487d2f86c1318605234bd.tar.gz
Fix typo
* lisp/org.el (org-open-at-point): Fix typo. Reported-by: Sergei Nosov <sergei.nosov@gmail.com>
-rwxr-xr-xlisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 4c2477b..a5f3598 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10834,7 +10834,7 @@ link in a property drawer line."
(call-interactively (read cmd))))
(user-error "Abort"))))
((equal type "id")
- (require 'ord-id)
+ (require 'org-id)
(funcall (nth 1 (assoc "id" org-link-protocols)) path))
((member type '("coderef" "custom-id" "fuzzy" "radio"))
(unless (run-hook-with-args-until-success