Hmm, maybe this function would help? :-)

(defun org-hide-age ()
  "Queries urbandictionary.com"
  (interactive)
  (browse-url
   (concat
    "http://www.urbandictionary.com/define.php?term=";
    (if mark-active
 (buffer-substring (region-beginning) (region-end))
      (read-string "Urban Dictionary: ")))))


---
Jay Dixit
jaydixit.com
(646) 355-8001
[image: Facebook] <http://facebook.com/jaydixit> [image:
Twitter]<https://twitter.com/jaydixit>
 [image: The New York Writers'
Intensive]<http://www.newyorkwritersintensive.com>

Jay Dixit

Reply via email to