aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/capture-templates
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-01 09:28:21 -0800
committerGravatar Tom Willemse2020-12-01 09:28:21 -0800
commit7969cd4251368706607fcaf887d00e0b720ef08a (patch)
tree09d2151f1c2e4d9c75cffa01a7f36d0233ecd17d /oni-org/capture-templates
parent5cd4dee407f35c20d70f18dd95b44aa4ebb33499 (diff)
downloademacs-config-7969cd4251368706607fcaf887d00e0b720ef08a.tar.gz
emacs-config-7969cd4251368706607fcaf887d00e0b720ef08a.zip
Add things to deal with reading list in org-mode
Diffstat (limited to 'oni-org/capture-templates')
-rw-r--r--oni-org/capture-templates/reading-url-protocol.org9
-rw-r--r--oni-org/capture-templates/reading-url.org7
2 files changed, 16 insertions, 0 deletions
diff --git a/oni-org/capture-templates/reading-url-protocol.org b/oni-org/capture-templates/reading-url-protocol.org
new file mode 100644
index 0000000..2c53274
--- /dev/null
+++ b/oni-org/capture-templates/reading-url-protocol.org
@@ -0,0 +1,9 @@
+* READ %:description
+:PROPERTIES:
+:CREATED: %U
+:END:
+
+[[%:link]]
+
+#+BEGIN: oni-backlinks
+#+END
diff --git a/oni-org/capture-templates/reading-url.org b/oni-org/capture-templates/reading-url.org
new file mode 100644
index 0000000..316c0c3
--- /dev/null
+++ b/oni-org/capture-templates/reading-url.org
@@ -0,0 +1,7 @@
+* READ %(oni-org-get-url-link (read-from-minibuffer "URL: ")) %^g
+:PROPERTIES:
+:CREATED: %U
+:END:
+
+#+BEGIN: oni-backlinks
+#+END