From 45658a0bfa635cf1799b00c1585e8710424ba162 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 21 Sep 2020 18:46:26 -0700 Subject: Move all capture templates into their own files --- oni-org/capture-templates/clocked/code-note.org | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 oni-org/capture-templates/clocked/code-note.org (limited to 'oni-org/capture-templates/clocked/code-note.org') diff --git a/oni-org/capture-templates/clocked/code-note.org b/oni-org/capture-templates/clocked/code-note.org new file mode 100644 index 0000000..ee9489f --- /dev/null +++ b/oni-org/capture-templates/clocked/code-note.org @@ -0,0 +1,8 @@ +%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" -- cgit v1.2.3-54-g00ecf