This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |