From 0e0f464a6573287831558a7a2372be314f21a81f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 25 Mar 2021 19:37:48 -0700 Subject: For the journal capture template, only include task if clocked in --- oni-org/capture-templates/journal.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'oni-org/capture-templates/journal.org') diff --git a/oni-org/capture-templates/journal.org b/oni-org/capture-templates/journal.org index 1711305..3d0f142 100644 --- a/oni-org/capture-templates/journal.org +++ b/oni-org/capture-templates/journal.org @@ -1,5 +1,3 @@ * %<%H:%M:%S> -- task (clocked in) :: %K - -%? +%(if (org-clock-is-active) "- task (clocked in) :: %K\n\n" "")%? -- cgit v1.2.3-54-g00ecf