From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ryan C. Thompson" Subject: Setting org-remember-store-without-prompt specifically for certain templates? Date: Wed, 21 Oct 2009 11:15:23 -0700 Message-ID: <4ADF4FBB.3070404@thompsonclan.org> 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 1N0fii-0000cf-3c for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 14:15:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0fid-0000PO-DG for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 14:15:35 -0400 Received: from [199.232.76.173] (port=43858 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0fid-0000PH-9O for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 14:15:31 -0400 Received: from mail-fx0-f228.google.com ([209.85.220.228]:53903) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0fid-0005zk-1f for emacs-orgmode@gnu.org; Wed, 21 Oct 2009 14:15:31 -0400 Received: by fxm28 with SMTP id 28so8162115fxm.42 for ; Wed, 21 Oct 2009 11:15:29 -0700 (PDT) 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: org-mode Mailinglist 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 seem to make it work. -Ryan