Re: [Orgmode] Re: can't get org-mode/remember integration working right

2008-04-12 Thread Carsten Dominik
More questions: - What is the exact prompt that is asking you "where to save" the "file"? We need to find out who is prompting you. - Which template did you selected when you get this problem? Because all 3 templates point to some org file, but you are talking about ~/.notes - Are you

[Orgmode] Re: can't get org-mode/remember integration working right

2008-04-12 Thread Bernt Hansen
"Daniel Goldin" <[EMAIL PROTECTED]> writes: > These are all the configs I have for org and remember. Your help is greatly > appreciated. > > d. > > (require 'org) > (require 'remember) I think you need to (require 'org-install) if Org is not part of your X/Emacs distribution. Maybe that will

[Orgmode] Re: can't get org-mode/remember integration working right

2008-04-12 Thread Shelagh Manton
On Fri, 11 Apr 2008 21:44:37 -0700 "Daniel Goldin" <[EMAIL PROTECTED]> wrote: > I'm afraid so. I have the following in my defaul init file. > > (setq org-remember-templates > '(("Todo" ?t "* TODO %?\n %i\n %a" "~/orgfiles/NotesTodo.org" > "Tasks") > ("Journal" ?j "* %U %?\n\n %i\

Re: [Orgmode] Re: can't get org-mode/remember integration working right

2008-04-12 Thread Daniel Goldin
These are all the configs I have for org and remember. Your help is greatly appreciated. d. (require 'org) (require 'remember) (setq org-directory "~/orgfiles/") (setq org-default-notes-file "~/.notes") (setq org-return-follows-link t) (setq org-agenda-ndays 31) (setq org-agenda-show-all-dates t

Re: [Orgmode] Re: can't get org-mode/remember integration working right

2008-04-11 Thread Carsten Dominik
On Apr 12, 2008, at 6:44 AM, Daniel Goldin wrote: I'm afraid so. I have the following in my defaul init file. (setq org-remember-templates '(("Todo" ?t "* TODO %?\n %i\n %a" "~/orgfiles/ NotesTodo.org" "Tasks") ("Journal" ?j "* %U %?\n\n %i\n %a" "~/orgfiles/ NotesJournal.o

Re: [Orgmode] Re: can't get org-mode/remember integration working right

2008-04-11 Thread Daniel Goldin
I'm afraid so. I have the following in my defaul init file. (setq org-remember-templates '(("Todo" ?t "* TODO %?\n %i\n %a" "~/orgfiles/NotesTodo.org" "Tasks") ("Journal" ?j "* %U %?\n\n %i\n %a" "~/orgfiles/NotesJournal.org") ("Idea" ?i "* %^{Title}\n %i\n %a" "~/orgfi

[Orgmode] Re: can't get org-mode/remember integration working right

2008-04-11 Thread Shelagh Manton
On Fri, 11 Apr 2008 15:59:22 -0700 "Daniel Goldin" <[EMAIL PROTECTED]> wrote: > Yes, I've tried org-remember: same results. > > d. I wonder if you have templates set up? Something like the following? (setq org-remember-templates '((?t "** TODO %?\n %u" "~/.org/planner.org" "Tasks")

Re: [Orgmode] Re: can't get org-mode/remember integration working right

2008-04-11 Thread Daniel Goldin
Yes, I've tried org-remember: same results. d. On Fri, Apr 11, 2008 at 3:23 PM, Bernt Hansen <[EMAIL PROTECTED]> wrote: > "Daniel Goldin" <[EMAIL PROTECTED]> writes: > > > I'm running org 5.23a, on emacs 22.0.90.1 -- Ubuntu 7.04 > > > > Here is the relevant code I use to enable org/remember inte

[Orgmode] Re: can't get org-mode/remember integration working right

2008-04-11 Thread Bernt Hansen
"Daniel Goldin" <[EMAIL PROTECTED]> writes: > I'm running org 5.23a, on emacs 22.0.90.1 -- Ubuntu 7.04 > > Here is the relevant code I use to enable org/remember integration. > > (setq org-directory "~/orgfiles/") > > (setq org-default-notes-file "~/.notes") > (setq remember-annotation-functions '