From: Jay Dixit <dixit@aya.yale.edu>
To: Andreas Leha <andreas.leha@med.uni-goettingen.de>,
org-mode <emacs-orgmode@gnu.org>
Subject: Re: OrgCamp in Madrid
Date: Thu, 27 Feb 2014 18:17:39 -0500 [thread overview]
Message-ID: <CAGE7GqDZnPeam+wn8eWw2uws7Ty3xw0dvosvBh7HU+UO4rp3zQ@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 542 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 2816 bytes --]
next reply other threads:[~2014-02-27 23:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-27 23:17 Jay Dixit [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-02-27 8:20 OrgCamp in Madrid David
2014-02-27 16:43 ` Thomas S. Dye
2014-02-27 17:32 ` David
2014-02-27 18:06 ` Erik Iverson
2014-02-27 18:14 ` Thomas S. Dye
2014-02-27 20:42 ` Andreas Leha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAGE7GqDZnPeam+wn8eWw2uws7Ty3xw0dvosvBh7HU+UO4rp3zQ@mail.gmail.com \
--to=dixit@aya.yale.edu \
--cc=andreas.leha@med.uni-goettingen.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).