From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ryan C. Thompson" Subject: Re: Setting org-remember-store-without-prompt specifically for certain templates? Date: Sun, 25 Oct 2009 03:31:57 -0700 Message-ID: <4AE4291D.40103@thompsonclan.org> References: <4ADF4FBB.3070404@thompsonclan.org> <4adff270.100bca0a.327d.5f22@mx.google.com> <4ADFF344.4020102@thompsonclan.org> <8EF1E435-2FE9-4159-8E04-0CB806957587@gmail.com> <4AE36AE6.90905@thompsonclan.org> <642A5598-2B64-49BA-BE80-96E5714698B6@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N20OR-0004Wk-AF for emacs-orgmode@gnu.org; Sun, 25 Oct 2009 06:32:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N20OJ-0004VJ-I1 for emacs-orgmode@gnu.org; Sun, 25 Oct 2009 06:32:08 -0400 Received: from [199.232.76.173] (port=33615 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N20OH-0004Uq-Dq for emacs-orgmode@gnu.org; Sun, 25 Oct 2009 06:32:02 -0400 Received: from mail-pz0-f181.google.com ([209.85.222.181]:60364) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N20OH-0002qL-0L for emacs-orgmode@gnu.org; Sun, 25 Oct 2009 06:32:01 -0400 Received: by pzk11 with SMTP id 11so6908295pzk.14 for ; Sun, 25 Oct 2009 03:31:59 -0700 (PDT) In-Reply-To: <642A5598-2B64-49BA-BE80-96E5714698B6@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: org-mode Mailinglist 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 values take precedence when I press C-c C-c after finishing my note? My first few attempts were unsuccessful, but I'm not sure I got the code right. I suppose I should try manually setting buffer-local values and observing the effects. - Ryan Carsten Dominik wrote: > > On Oct 24, 2009, at 11:00 PM, Ryan C. Thompson wrote: > > > Hi Ryan, > > you are completely right, I was mistaken. > > No, you cannot currently do what you want on a per-template basis. > > - Carsten > > >