project capture includes extra space
This commit is contained in:
parent
da616a7f8f
commit
29a8b1553e
|
@ -1594,13 +1594,13 @@ Part of this config includes some special capture templates for my work as a you
|
|||
("r" "Templates for projects")
|
||||
("rt" "Project-local todo" entry
|
||||
(file+headline chris/project-todo "Inbox")
|
||||
"* TODO %?\n%a\n%i\n" :prepend t)
|
||||
"* TODO %?\n%a\n%i\n\n" :prepend t)
|
||||
("rn" "Project-local notes" entry
|
||||
(file+headline chris/project-todo "Notes")
|
||||
"* %U %?\n%a\n%i\n" :prepend t)
|
||||
"* %U %?\n%a\n%i\n\n" :prepend t)
|
||||
("rc" "Project-local changelog" entry
|
||||
(file+headline chris/project-changelog "Changelog")
|
||||
"* %U %?\n%a\n%i\n" :prepend t))
|
||||
"* %U %?\n%a\n%i\n\n" :prepend t))
|
||||
org-capture-use-agenda-date t
|
||||
org-agenda-timegrid-use-ampm t
|
||||
org-agenda-show-inherited-tags nil
|
||||
|
|
9
init.el
9
init.el
|
@ -1014,13 +1014,13 @@ targets."
|
|||
("r" "Templates for projects")
|
||||
("rt" "Project-local todo" entry
|
||||
(file+headline chris/project-todo "Inbox")
|
||||
"* TODO %?\n%a\n%i\n" :prepend t)
|
||||
"* TODO %?\n%a\n%i\n\n" :prepend t)
|
||||
("rn" "Project-local notes" entry
|
||||
(file+headline chris/project-todo "Notes")
|
||||
"* %U %?\n%a\n%i\n" :prepend t)
|
||||
"* %U %?\n%a\n%i\n\n" :prepend t)
|
||||
("rc" "Project-local changelog" entry
|
||||
(file+headline chris/project-changelog "Changelog")
|
||||
"* %U %?\n%a\n%i\n" :prepend t))
|
||||
"* %U %?\n%a\n%i\n\n" :prepend t))
|
||||
org-capture-use-agenda-date t
|
||||
org-agenda-timegrid-use-ampm t
|
||||
org-agenda-show-inherited-tags nil
|
||||
|
@ -2044,7 +2044,8 @@ interfere with the default `bongo-playlist-buffer'."
|
|||
'(pdf-misc-print-program "/usr/bin/lpr" t)
|
||||
'(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot") t)
|
||||
'(safe-local-variable-values
|
||||
'((projectile-project-run-cmd . "./build/bin/presenter")
|
||||
'((aggressive-indent-mode)
|
||||
(projectile-project-run-cmd . "./build/bin/presenter")
|
||||
(projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/"))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
|
|
Loading…
Reference in a new issue