From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Dixit Subject: Re: OrgCamp in Madrid Date: Thu, 27 Feb 2014 18:17:39 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f3bac59d2787604f36b88b6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJADU-00084z-6c for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 18:18:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJADT-00011R-5s for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 18:18:12 -0500 Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:33272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJADS-00011N-VS for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 18:18:11 -0500 Received: by mail-we0-f177.google.com with SMTP id t61so3495806wes.36 for ; Thu, 27 Feb 2014 15:18:09 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas Leha , org-mode --e89a8f3bac59d2787604f36b88b6 Content-Type: text/plain; charset=ISO-8859-1 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] [image: Twitter] [image: The New York Writers' Intensive] Jay Dixit --e89a8f3bac59d2787604f36b88b6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hmm, maybe this function would help? :-)
=
(defun org-hide-age ()
  "Queries urbandictionary.com"
  (interact= ive)
  (browse-url
   (concat
    (if mark-active
(buffer-substring (region-beginning) (re= gion-end))
      (read-string "Urban Dictionary: "))))= )


---
Jay Dixit 
jaydixit.com
(646) 355-8001
3D" 3D" 3D"=  
Jay D= ixit

--e89a8f3bac59d2787604f36b88b6--