aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/capture-templates
diff options
context:
space:
mode:
Diffstat (limited to 'oni-org/capture-templates')
-rw-r--r--oni-org/capture-templates/appointment.org2
-rw-r--r--oni-org/capture-templates/clocked/code-note.org8
-rw-r--r--oni-org/capture-templates/clocked/code.org3
-rw-r--r--oni-org/capture-templates/clocked/item.org1
-rw-r--r--oni-org/capture-templates/clocked/kill-ring.org1
-rw-r--r--oni-org/capture-templates/clocked/note.org3
-rw-r--r--oni-org/capture-templates/inbox-with-selection.org9
-rw-r--r--oni-org/capture-templates/journal.org3
-rw-r--r--oni-org/capture-templates/reading-note.org5
-rw-r--r--oni-org/capture-templates/reading-url-protocol.org6
-rw-r--r--oni-org/capture-templates/reading-url.org4
-rw-r--r--oni-org/capture-templates/task.org4
12 files changed, 0 insertions, 49 deletions
diff --git a/oni-org/capture-templates/appointment.org b/oni-org/capture-templates/appointment.org
deleted file mode 100644
index a29f899..0000000
--- a/oni-org/capture-templates/appointment.org
+++ /dev/null
@@ -1,2 +0,0 @@
-* TODO %i%?
-%U
diff --git a/oni-org/capture-templates/clocked/code-note.org b/oni-org/capture-templates/clocked/code-note.org
deleted file mode 100644
index ee9489f..0000000
--- a/oni-org/capture-templates/clocked/code-note.org
+++ /dev/null
@@ -1,8 +0,0 @@
-%U
-- File: [[file:%F::%(number-to-string (with-current-buffer (get-buffer (find-file-noselect \"%F\")) (line-number-at-pos (region-beginning))))][%f]]
-
-%?
-
-#+BEGIN_SRC %(string-remove-suffix \"-mode\" (symbol-name (with-current-buffer (get-buffer (find-file-noselect \"%F\")) major-mode)))
-%i
-#+END_SRC"
diff --git a/oni-org/capture-templates/clocked/code.org b/oni-org/capture-templates/clocked/code.org
deleted file mode 100644
index e8df773..0000000
--- a/oni-org/capture-templates/clocked/code.org
+++ /dev/null
@@ -1,3 +0,0 @@
-#+BEGIN_EXAMPLE
-%i
-#+END_EXAMPLE
diff --git a/oni-org/capture-templates/clocked/item.org b/oni-org/capture-templates/clocked/item.org
deleted file mode 100644
index 8b3f27b..0000000
--- a/oni-org/capture-templates/clocked/item.org
+++ /dev/null
@@ -1 +0,0 @@
-%i%?
diff --git a/oni-org/capture-templates/clocked/kill-ring.org b/oni-org/capture-templates/clocked/kill-ring.org
deleted file mode 100644
index 4a883c8..0000000
--- a/oni-org/capture-templates/clocked/kill-ring.org
+++ /dev/null
@@ -1 +0,0 @@
-%c
diff --git a/oni-org/capture-templates/clocked/note.org b/oni-org/capture-templates/clocked/note.org
deleted file mode 100644
index f3e8ce3..0000000
--- a/oni-org/capture-templates/clocked/note.org
+++ /dev/null
@@ -1,3 +0,0 @@
-%U
-
-%?
diff --git a/oni-org/capture-templates/inbox-with-selection.org b/oni-org/capture-templates/inbox-with-selection.org
deleted file mode 100644
index 9dc2f6e..0000000
--- a/oni-org/capture-templates/inbox-with-selection.org
+++ /dev/null
@@ -1,9 +0,0 @@
-* %?
-:PROPERTIES:
-:CREATED: %U
-:ORIGIN: %a
-:END:
-
-#+begin_quote
-%i
-#+end_quote
diff --git a/oni-org/capture-templates/journal.org b/oni-org/capture-templates/journal.org
deleted file mode 100644
index 3d0f142..0000000
--- a/oni-org/capture-templates/journal.org
+++ /dev/null
@@ -1,3 +0,0 @@
-* %<%H:%M:%S>
-
-%(if (org-clock-is-active) "- task (clocked in) :: %K\n\n" "")%?
diff --git a/oni-org/capture-templates/reading-note.org b/oni-org/capture-templates/reading-note.org
deleted file mode 100644
index bbf1cf7..0000000
--- a/oni-org/capture-templates/reading-note.org
+++ /dev/null
@@ -1,5 +0,0 @@
-%?
-
-#+begin_quote
-%i
-#+end_quote
diff --git a/oni-org/capture-templates/reading-url-protocol.org b/oni-org/capture-templates/reading-url-protocol.org
deleted file mode 100644
index c9cb092..0000000
--- a/oni-org/capture-templates/reading-url-protocol.org
+++ /dev/null
@@ -1,6 +0,0 @@
-* READ %:description
-:PROPERTIES:
-:CREATED: %U
-:END:
-
-[[%:link]]
diff --git a/oni-org/capture-templates/reading-url.org b/oni-org/capture-templates/reading-url.org
deleted file mode 100644
index 9f51d51..0000000
--- a/oni-org/capture-templates/reading-url.org
+++ /dev/null
@@ -1,4 +0,0 @@
-* READ %(oni-org-get-url-link (read-from-minibuffer "URL: ")) %^g
-:PROPERTIES:
-:CREATED: %U
-:END:
diff --git a/oni-org/capture-templates/task.org b/oni-org/capture-templates/task.org
deleted file mode 100644
index 20a4d69..0000000
--- a/oni-org/capture-templates/task.org
+++ /dev/null
@@ -1,4 +0,0 @@
-* TODO %i%?
-:PROPERTIES:
-:CREATED: %U
-:END: