Store org feed templates in seperate files
This commit is contained in:
parent
a89c7128ce
commit
8555351598
4 changed files with 16 additions and 18 deletions
2
emacs/.emacs.d/org-templates/.dir-locals
Normal file
2
emacs/.emacs.d/org-templates/.dir-locals
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
((nil
|
||||||
|
(require-final-newline . nil)))
|
5
emacs/.emacs.d/org-templates/lookat-bookmarks.org
Normal file
5
emacs/.emacs.d/org-templates/lookat-bookmarks.org
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
* TODO %h :bookmark:
|
||||||
|
%U
|
||||||
|
%description
|
||||||
|
%a
|
5
emacs/.emacs.d/org-templates/podcast.org
Normal file
5
emacs/.emacs.d/org-templates/podcast.org
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
* LISTEN %h
|
||||||
|
SCHEDULED: %T
|
||||||
|
%description
|
||||||
|
%a
|
|
@ -215,30 +215,16 @@ predecessor if there is a non-DONE sibling defined before it."
|
||||||
oni:org-scuttle-feed-username
|
oni:org-scuttle-feed-username
|
||||||
oni:org-scuttle-feed-password)
|
oni:org-scuttle-feed-password)
|
||||||
"~/documents/org/tasks" "Inbox"
|
"~/documents/org/tasks" "Inbox"
|
||||||
:template "
|
:template ,(oni:read-org-template "lookat-bookmarks"))
|
||||||
* TODO %h :bookmark:
|
|
||||||
%U
|
|
||||||
%description
|
|
||||||
%a
|
|
||||||
")
|
|
||||||
("Linux voice podcast"
|
("Linux voice podcast"
|
||||||
"http://www.linuxvoice.com/podcast_ogg.rss"
|
"http://www.linuxvoice.com/podcast_ogg.rss"
|
||||||
"~/documents/org/podcast.org" "Linux Voice"
|
"~/documents/org/podcast.org" "Linux Voice"
|
||||||
:template "
|
:template ,(oni:read-org-template "podcast"))
|
||||||
* LISTEN %h
|
|
||||||
SCHEDULED: %T
|
|
||||||
%description
|
|
||||||
%a
|
|
||||||
")
|
|
||||||
("Open Metalcast"
|
("Open Metalcast"
|
||||||
"http://feeds.feedburner.com/openmetalcast/ogg"
|
"http://feeds.feedburner.com/openmetalcast/ogg"
|
||||||
"~/documents/org/podcast.org" "Open Metalcast"
|
"~/documents/org/podcast.org" "Open Metalcast"
|
||||||
:template "
|
:template ,(oni:read-org-template "podcast"))))
|
||||||
* LISTEN %h
|
|
||||||
SCHEDULED: %T
|
|
||||||
%description
|
|
||||||
%a
|
|
||||||
")))
|
|
||||||
(setq org-fontify-done-headline t)
|
(setq org-fontify-done-headline t)
|
||||||
(setq org-hide-emphasis-markers t)
|
(setq org-hide-emphasis-markers t)
|
||||||
(setq org-outline-path-complete-in-steps t)
|
(setq org-outline-path-complete-in-steps t)
|
||||||
|
|
Loading…
Reference in a new issue