From 9202d6d179686f527a5b50d03ef7fd5abfb3bd65 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 17 Apr 2011 20:59:57 +0200 Subject: osx things --- org/jao-org-utils.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'org/jao-org-utils.el') diff --git a/org/jao-org-utils.el b/org/jao-org-utils.el index 535e8f4..ea87ec5 100644 --- a/org/jao-org-utils.el +++ b/org/jao-org-utils.el @@ -9,6 +9,9 @@ (interactive) (message "%s" (or (jao-org-link-at-point) "No link at point"))) +(defun jao-org-insert-link (url title) + (insert (format "[[%s][%s]]" url title))) + ;;; eldoc (defun jao-org-eldoc--hook () (set (make-local-variable 'eldoc-documentation-function) -- cgit v1.2.3