diff options
author | Case Duckworth | 2022-02-16 23:17:13 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-16 23:17:13 -0600 |
commit | f5fcd059444fd6041b7fcbd48d40e500319b41fb (patch) | |
tree | 97832dfcc196c5622093ab004473b0ac697c1cc5 /init.el | |
parent | Fix org-attach (diff) | |
download | emacs-f5fcd059444fd6041b7fcbd48d40e500319b41fb.tar.gz emacs-f5fcd059444fd6041b7fcbd48d40e500319b41fb.zip |
Change org capture template
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el index ce2ce50..6c41689 100644 --- a/init.el +++ b/init.el | |||
@@ -682,9 +682,7 @@ | |||
682 | (+org-capture-templates-setf "j" | 682 | (+org-capture-templates-setf "j" |
683 | '("Journal entry" plain | 683 | '("Journal entry" plain |
684 | (file+olp+datetree "journal.org") | 684 | (file+olp+datetree "journal.org") |
685 | "**** %i%?\n" | 685 | "**** %U\n%i\n%?")) |
686 | :time-prompt n | ||
687 | :unnarrowed t)) | ||
688 | ;; TODO: Prompt for identity file from ~/.ssh and try to guess the hostname | 686 | ;; TODO: Prompt for identity file from ~/.ssh and try to guess the hostname |
689 | ;; from there. | 687 | ;; from there. |
690 | (+org-capture-templates-setf "s" | 688 | (+org-capture-templates-setf "s" |