Xin Shi wrote:
> On Wed, Sep 16, 2009 at 10:43 AM, Xin Shi wrote:
>
> > ...
> > My settings are:
> >
> > (org-remember-insinuate)
> > (setq sx-notes-file-name "~/.notes.org")
> > (setq sx-journal-file-name "~/.journal.org")
> > (setq org-remember-templates
> > '(
> > ("Journal" ?j
I solved the problem by using the file name directly:
(setq org-remember-templates
'(
("Journal" ?j "* %U %?\n\n %i\n %a" "~/.journal.org")
("Notes" ?n "* %^{Title}\n %i\n %a" "~/.notes.org" "Notes")
)
)
Xin
On Wed, Sep 16, 2009 at 10:43 AM, Xin Shi wrote:
>