Template with space doesn't include space when opening it

What happened?

I have a org-capture-templates with a space before the insert cursor, but for some reason it doesn’t put the space when I enter the template

("t" "todo" entry
  (file+headline +org-capture-todo-file "Quick")
    "* TODO [#C] %?\n:PROPERTIES:\n:CREATED:  %U\n:END:")

What did you expect to happen?

That when I open the template I get a space before the cursor insertion.

Steps to reproduce

add the code above to the org-capture-templates variable, then launch the template using org-capture and select the template “todo”.

System information


Loading data dump...

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.