From 27260c2ef21cc3f8c5161d9c0a7f87348c533e34 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 Apr 2020 15:10:25 -0700 Subject: Add extra newline to the plain note capture template I’m using the date as a kind-of header, calling ‘fill-paragraph’ doesn’t understand that the date isn’t part of the paragraph. It also looks a little cleaner in my opinion. --- oni-org/oni-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 5cd4cd2..a65cb9e 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0420.150732 +;; Version: 2020.0420.151018 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons) ;; This program is free software; you can redistribute it and/or modify @@ -249,7 +249,7 @@ _l_: Store link ^^ _j_: Journal entry ("c" "Add to currently clocked item") ("ca" "Note" plain (clock) - " %U\n %?" :empty-lines 1) + " %U\n\n %?" :empty-lines 1) ("ci" "Item to current clocked task" item (clock) " %i%?" :empty-lines 1) -- cgit v1.2.3-54-g00ecf