1

Is there a way to define a capture template for org-projectile/capture (SPC a o p)? The default capture template creates a todo in root and I'd rather have it under Tasks (/Project Name/Tasks/<the task>)

Also another one for project specific meeting notes would be great.

1 Answer 1

1

You can configure the variable org-projectile-per-project-filepath, which defaults to TODOs.org and the variable org-projectile-capture-template, which defaults to * TODO %?\n.

(setq org-projectile-per-project-filepath "Tasks/tasks.org") 
3
  • Thanks! It seems like there's only one template for projectile, right? Commented Apr 9, 2018 at 9:29
  • Seems like it. You can use org-mode capture templates if you need more specific capture templates. Check out this question and this blog post Commented Apr 9, 2018 at 12:29
  • @NilsRiedemann maybe a little late, but I just realized org-projectile-todo-entry is a function that takes a bunch of arguments, so you can use that to specify multiple projectile templates. Commented Jan 15, 2020 at 18:41

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.