Sebastian Rose writes: > * Separate template files > > I'd like to use Org-mode to edit templates. > > I'm trying this: > > (setq org-capture-templates > ( > `( > ("l" "Lauf" entry (file+headline "notes/Laufen/Training.org" "Training") > ,(org-file-contents "~/emacs/org/capture-templates/training.org") > :empty-lines 1)))) > > But I get an error when calling `org-capture': Here is a patch that would do: