Remove nils from call to org-projectile-project-todo-entry

This commit is contained in:
Ivan Malison 2017-08-03 09:06:16 -04:00 committed by d12frosted
parent c9b668ed30
commit 85c023a5c5
No known key found for this signature in database
GPG Key ID: 8F60E862D6F5CE8F
1 changed files with 1 additions and 2 deletions

View File

@ -554,8 +554,7 @@ Headline^^ Visit entry^^ Filter^^ Da
(if (file-name-absolute-p org-projectile-file)
(progn
(setq org-projectile-projects-file org-projectile-file)
(push (org-projectile-project-todo-entry
nil nil nil :empty-lines 1)
(push (org-projectile-project-todo-entry :empty-lines 1)
org-capture-templates))
(org-projectile-per-project)
(setq org-projectile-per-project-filepath org-projectile-file))))