fix spacing
This commit is contained in:
parent
297b3aa046
commit
0081b2ec37
1 changed files with 3 additions and 3 deletions
6
init.org
6
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue