Oh, I'm familiar with the file variables and all, thanks for the tip.
Since the org-remember code is written to support files that are not in
org-mode as targets of remember items, it just seemed to me it shouldn't
then switch back to assuming it was an org mode file simply because the text
being
As Carsten posted yesterday:
http://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html
First line of project.todo:
-*- mode: org-mode; -*-
Sebastian
Jere McDevitt writes:
> Org-mode version: 6.27a
>
> I configured org-remember-templates to use a file name
Org-mode version: 6.27a
I configured org-remember-templates to use a file named "project.todo" to
hold todo entries for me.
(setq org-remember-templates
("Project" ?p "* TODO %?\n %u" "~/org/project.todo" bottom )))
I hadn't added the .todo extension to the auto-mode-alist so when it wa