Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-25 Thread James TD Smith
Hi Ryan and Carsten, On 2009-10-25 11:50:05(+0100), Carsten Dominik wrote: > On Oct 25, 2009, at 11:31 AM, Ryan C. Thompson wrote: > > My original idea for a per-template solution was to create a > > function to set buffer-local values of the appropriate variables in > > the rememebr buffer, a

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-25 Thread Carsten Dominik
On Oct 25, 2009, at 11:31 AM, Ryan C. Thompson wrote: My original idea for a per-template solution was to create a function to set buffer-local values of the appropriate variables in the rememebr buffer, and have that function return an empty string, and then put it inside a %(sexp) in the

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-25 Thread Ryan C. Thompson
My original idea for a per-template solution was to create a function to set buffer-local values of the appropriate variables in the rememebr buffer, and have that function return an empty string, and then put it inside a %(sexp) in the template itself. Should this work? Would buffer-local valu

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-25 Thread Carsten Dominik
On Oct 24, 2009, at 11:00 PM, Ryan C. Thompson wrote: Carsten Dominik wrote: All you need to do is *not* to specify file and headline for this template - then you will be prompted. If I don't specify a file and headline, won't the note just be stored under org-default-notes file and org-rem

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-24 Thread Ryan C. Thompson
Carsten Dominik wrote: All you need to do is *not* to specify file and headline for this template - then you will be prompted. If I don't specify a file and headline, won't the note just be stored under org-default-notes file and org-remember-default-headline? Or even remember-data-file? __

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-24 Thread Carsten Dominik
On Oct 22, 2009, at 7:53 AM, Ryan C. Thompson wrote: That's a fine solution for now, but I have one template that I *always* want to be prompted about. (It's an "assignment" template, and I want to refile it under the appropriate class.) For others, I don't want a prompt. I feel there shou

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-21 Thread Ryan C. Thompson
That's a fine solution for now, but I have one template that I *always* want to be prompted about. (It's an "assignment" template, and I want to refile it under the appropriate class.) For others, I don't want a prompt. I feel there should be a way to implement this and stick it inside a %(sexp

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-21 Thread Darlan Cavalcante Moreira
I just leave org-remember-store-without-prompt as t and use C-c C-c in the remember buffer to put the note in the default location. When I want to specify a different location I use M-1 C-c C-c instead and org asks me where to refile it to. Darlan At Wed, 21 Oct 2009 11:15:23 -0700, "Ryan C. Tho

[Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-21 Thread Ryan C. Thompson
Hi, I want to be prompted for a location to file some org-remember templates, but not others. How can I set org-remember-store-without-prompt in a template-specific fashion? I tried putting code in the template with %(sexp) that would set a buffer-local value for this variable, but I can't se