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)