summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-25 13:46:02 +0200
committerGravatar Tom Willemse2015-06-25 13:46:02 +0200
commitc46b1097d435227c73b0ecc9363657c1673e63ac (patch)
tree3b9f736df88261135f8a6a7bc28bd355f3724178 /emacs
parent56123da22caad16fed18e37fefb19a8d2bda519d (diff)
downloaddotfiles-c46b1097d435227c73b0ecc9363657c1673e63ac.tar.gz
dotfiles-c46b1097d435227c73b0ecc9363657c1673e63ac.zip
Add some podcasts
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/site-lisp/org-init.el18
1 files changed, 18 insertions, 0 deletions
diff --git a/emacs/.emacs.d/site-lisp/org-init.el b/emacs/.emacs.d/site-lisp/org-init.el
index 946987f..1da9740 100644
--- a/emacs/.emacs.d/site-lisp/org-init.el
+++ b/emacs/.emacs.d/site-lisp/org-init.el
@@ -158,6 +158,24 @@ predecessor if there is a non-DONE sibling defined before it."
%U
%description
%a
+")
+ ("Linux voice podcast"
+ "http://www.linuxvoice.com/podcast_ogg.rss"
+ "~/documents/org/podcast.org" "Linux Voice"
+ :template "
+* LISTEN %h
+ SCHEDULED: %T
+ %description
+ %a
+")
+ ("Open Metalcast"
+ "http://feeds.feedburner.com/openmetalcast/ogg"
+ "~/documents/org/podcast.org" "Open Metalcast"
+ :template "
+* LISTEN %h
+ SCHEDULED: %T
+ %description
+ %a
")))
(setq org-fontify-done-headline t)
(setq org-hide-emphasis-markers t)