fix spacing

This commit is contained in:
Peter Tillemans 2025-08-12 19:56:07 +02:00
parent 297b3aa046
commit 0081b2ec37

View file

@ -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: