From 0081b2ec37ac3c35d2d429c89a74bbf617816c39 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 12 Aug 2025 19:56:07 +0200 Subject: [PATCH] fix spacing --- init.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 448dccd..43a4ccf 100644 --- a/init.org +++ b/init.org @@ -1002,11 +1002,11 @@ exporter manual.]] '("m" "Manual Cookbook" entry (file "~/org/cookbook.org") "* %^{Recipe title: }\n :PROPERTIES:\n :source-url:\n :servings:\n :prep-time:\n :cook-time:\n :ready-in:\n :END:\n** Ingredients\n %?\n** Directions\n\n"))) :bind (("C-c C" . org-capture))) - #+END_SRC #+RESULTS: -: t +: org-capture + *** Org GCal Support #+BEGIN_SRC emacs-lisp @@ -1017,7 +1017,7 @@ exporter manual.]] (org-gcal-client-id (auth-source-pass-get 'secret "snamellit/org-gcal-client")) (org-gcal-client-secret (auth-source-pass-get "id" "snamellit/org-gcal-client")) (org-gcal-fetch-file-alist '(("pti@snamellit.com" . "~/org/schedule.org"))) - :commands (org-gcal-sync org-gcal-fetch) ) + :commands (org-gcal-sync org-gcal-fetch)) #+END_SRC #+RESULTS: