From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org-mode version 5.05 Date: Sat, 25 Aug 2007 19:55:20 +0200 Message-ID: <871wdrijnb.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IP18r-00036V-7L for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 15:17:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IP18p-00035R-1C for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 15:17:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP18o-00035E-Mt for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 15:17:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IP18l-0008KF-An for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 15:17:47 -0400 Received: from qb-out-0506.google.com ([72.14.204.235]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOzr2-0003es-Ku for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 13:55:24 -0400 Received: by qb-out-0506.google.com with SMTP id e6so1130620qbe for ; Sat, 25 Aug 2007 10:55:23 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Wed\, 22 Aug 2007 14\:02\:30 +0200") 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: emacs-orgmode@gnu.org Carsten Dominik writes: > - New variable `org-remember-store-without-prompt'. When set, > exiting the remember buffer with C-c C-c will store the note > without further prompts to the default location, and `C-u > C-c C-c' will get the prompts for file and location. So > this variable reverses the prefix-argument functionality for > storing remember notes. This follows a request from John > Wiegley. Nice! When set to t, the following docstring in `org-remember-apply-template' should be updated accordingly : ## `C-c C-c' to file interactively, `C-u C-c C-c' to file directly. -- Bastien