From 7969cd4251368706607fcaf887d00e0b720ef08a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 1 Dec 2020 09:28:21 -0800 Subject: Add things to deal with reading list in org-mode --- oni-org/capture-templates/reading-url-protocol.org | 9 +++++++++ oni-org/capture-templates/reading-url.org | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 oni-org/capture-templates/reading-url-protocol.org create mode 100644 oni-org/capture-templates/reading-url.org (limited to 'oni-org/capture-templates') 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 -- cgit v1.3-2-g0d8e