From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: Re: Default date and closing all org buffers Date: Fri, 21 Sep 2007 22:08:58 +0530 Message-ID: References: <98c0d4eafb708acbc2026cb78668f3f3@science.uva.nl> 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 1IYleI-0005eF-LT for emacs-orgmode@gnu.org; Fri, 21 Sep 2007 12:46:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYleF-0005aL-Lu for emacs-orgmode@gnu.org; Fri, 21 Sep 2007 12:46:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYleF-0005a9-F6 for emacs-orgmode@gnu.org; Fri, 21 Sep 2007 12:46:35 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IYleF-0001wb-2h for emacs-orgmode@gnu.org; Fri, 21 Sep 2007 12:46:35 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IYle3-00048g-6x for emacs-orgmode@gnu.org; Fri, 21 Sep 2007 16:46:23 +0000 Received: from 59.96.200.54 ([59.96.200.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2007 16:46:23 +0000 Received: from nsivaram.net by 59.96.200.54 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2007 16:46:23 +0000 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: > On Sep 19, 2007, at 18:48, Sivaram Neelakantan wrote: > >> When I use Org mode to record a TODO, the date is more often than >> not, some day in the future. C-c C-s defaults to the current date >> but can it be presented as an editable field in the minibuffer? >> That way, I save a few keystrokes. The same for the C-c C-d >> deadline option. > [...] > --> four days from today (only if +N is the only thing given) That is really neat. This is better than I expected. [...] > > If you exit the agenda with "x" instead of "q", all buffers that were > loaded by the agenda-constructing command will be killed (when the > buffer was modified you will be asked if you want to save it). This > might already be enough for you? Excellent! Many thanks for that. [...] sivaram --