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: Wed, 21 Oct 2009 22:53:08 -0700 Message-ID: <4ADFF344.4020102@thompsonclan.org> References: <4ADF4FBB.3070404@thompsonclan.org> <4adff270.100bca0a.327d.5f22@mx.google.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 1N0qbs-0001jo-U4 for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 01:53:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0qbo-0001jB-Tt for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 01:53:16 -0400 Received: from [199.232.76.173] (port=47165 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0qbo-0001j8-Nu for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 01:53:12 -0400 Received: from mail-px0-f203.google.com ([209.85.216.203]:34939) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0qbo-0000Rk-9n for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 01:53:12 -0400 Received: by pxi41 with SMTP id 41so435406pxi.24 for ; Wed, 21 Oct 2009 22:53:11 -0700 (PDT) In-Reply-To: <4adff270.100bca0a.327d.5f22@mx.google.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: Darlan Cavalcante Moreira Cc: org-mode Mailinglist 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) in my template of choice. Darlan Cavalcante Moreira wrote: > 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. Thompson" wrote: >