Re: [Orgmode] Re: error in org-remember

2009-09-16 Thread Nick Dokos
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

[Orgmode] Re: error in org-remember

2009-09-16 Thread Xin Shi
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: >