Browse Source

Captured meetings are scheduled

master
Maxime Wack 2 years ago
parent
commit
596bd52d25
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/emacs/init.el

+ 1
- 1
.config/emacs/init.el View File

@@ -1855,7 +1855,7 @@ A is compared to B."
(add-to-list 'org-capture-templates
'("z" ""
entry (file "/ssh:android@home:Org/calendar.org")
"* %^{Meeting} %(cfw:org-capture-day)\n%?"
"* %^{Meeting}\n SCHEDULED: %(cfw:org-capture-day)\n%?"
:empty-lines 1
:prepend t))



Loading…
Cancel
Save