[Emacs] Remove extra newline from org-projectile TODO template
This commit is contained in:
parent
8191655c4f
commit
be8afa398d
@ -3428,7 +3428,7 @@ alphanumeric characters only."
|
|||||||
(setq org-projectile-projects-file
|
(setq org-projectile-projects-file
|
||||||
(imalison:join-paths imalison:org-dir "projects.org")
|
(imalison:join-paths imalison:org-dir "projects.org")
|
||||||
org-projectile-capture-template
|
org-projectile-capture-template
|
||||||
(format "%s\n%s" "* TODO %?" imalison:created-property-string))
|
(format "%s%s" "* TODO %?" imalison:created-property-string))
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
(org-projectile-project-todo-entry
|
(org-projectile-project-todo-entry
|
||||||
:capture-character "l"
|
:capture-character "l"
|
||||||
|
Loading…
Reference in New Issue
Block a user