From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: how to unschedule a task in agenda view? Date: Thu, 14 Jan 2010 12:56:57 +0000 Message-ID: <87ockw26au.wl%ucecesf@ucl.ac.uk> References: <87zl4h0vx2.wl%ucecesf@ucl.ac.uk> <87ockwzzek.fsf@gmail.com> <87ska82771.wl%ucecesf@ucl.ac.uk> <87vdf4c0q5.fsf@in-ulm.de> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVPGA-0004BG-ES for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:57:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVPG5-0004A0-T7 for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:57:10 -0500 Received: from [199.232.76.173] (port=43972 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVPG5-00049v-LT for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:57:05 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:34811) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NVPG5-0001Ji-8J for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:57:05 -0500 In-Reply-To: <87vdf4c0q5.fsf@in-ulm.de> 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: Benjamin Andresen Cc: org-mode mailing list At Thu, 14 Jan 2010 13:47:14 +0100, Benjamin Andresen wrote: > > I do have a question: is this anywhere in the manual? > > It's commented on here: (info "(org)Inserting deadline/schedule") > Also here, (in org-mode): C-h k C-c C-s Ah, true! But in agenda view, the help information is: ,---- | C-c C-s runs the command org-agenda-schedule, which is an interactive | compiled Lisp function in `org-agenda.el'. | | It is bound to C-c C-s, | . | | (org-agenda-schedule arg) | | Schedule the item at point. `---- so there is no mention of the argument here (i.e. here we have "arg" with no explanation which maybe should have given me a hint...). In any case, it would be good to have both help entries the same? > > If not, it might be worth adding, say: > > > > to the entry on C-c C-s in section 10.5 of the org-manual and to C-c > > C-d if the same applies to deadlines? > > Good question... I don't know how often you should repeat the same > information at different places to make looking up stuff easier. True. There is a point of diminishing return. For me, at least, if the same information had been available in the help entry for the key sequence in the agenda view as in normal org mode, I would have found it as that's the first thing I do tend to check. Thanks, eric