Skip to content

Instantly share code, notes, and snippets.

@jrblevin
jrblevin / omnifocus-capture.el
Last active October 15, 2021 23:31
Sending Tasks to OmniFocus from Emacs <http://jblevins.org/log/emacs-omnifocus>
;; Based on omnifocus-capture.el by Ken Case with the following original comment:
;;
;; To capture tasks from Emacs to OmniFocus using Control-C Control-O,
;; drop this script in your emacs load path and add lines like these to
;; your .emacs:
;;
;; (autoload 'send-region-to-omnifocus "omnifocus-capture" "Send region to OmniFocus" t)
;; (global-set-key (kbd "C-c C-o") 'send-region-to-omnifocus)
;;
;; The send-region-to-emacs function has been rewritten as follows:
@jrblevin
jrblevin / fantastical-capture.el
Created August 17, 2015 00:16
Sending Events to Fantastical 2 from Emacs <http://jblevins.org/log/emacs-fantastical>
;; To send events from Emacs to Fantastical using Control-C Control-F,
;; drop this script in your Emacs load path and add lines like these to
;; your .emacs:
;;
;; (autoload 'send-region-to-fantastical "fantastical-capture" "Send region to Fantastical" t)
;; (global-set-key (kbd "C-c C-f") 'send-region-to-fantastical)
;;
;; See http://jblevins.org/log/emacs-fantastical for details.
(defun applescript-quote-string (argument)
@jrblevin
jrblevin / feed.xml
Created November 20, 2018 16:18
Economic Inquiry Most Recent Articles Feed
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:rss="http://purl.org/rss/1.0/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:prism="http://prismstandard.org/namespaces/basic/2.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<rss:channel rdf:about="https://onlinelibrary.wiley.com/journal/14657295?af=R">
<rss:title>Wiley: Economic Inquiry: Table of Contents</rss:title>
<rss:description>Table of Contents for Economic Inquiry. List of articles from both the latest and EarlyView issues.</rss:description>
<rss:link>https://onlinelibrary.wiley.com/journal/14657295?af=R</rss:link>
<dc:title>Wiley: Economic Inquiry: Table of Contents</dc:title>
<dc:publisher>Wiley</dc:publisher>
<dc:language>en-US</dc:language>
<prism:publicationName>Economic Inquiry</prism:publicationName>