From c46b1097d435227c73b0ecc9363657c1673e63ac Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 25 Jun 2015 13:46:02 +0200 Subject: Add some podcasts --- emacs/.emacs.d/site-lisp/org-init.el | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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) -- cgit v1.2.3-54-g00ecf