From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: adding notes from agenda buffer Date: Wed, 11 Jun 2008 17:36:12 -0400 Message-ID: <28348.1213220172@alphaville.zko.hp.com> References: <18512.13635.51320.210569@gargle.gargle.HOWL> <21947.1213217078@alphaville.zko.hp.com> <18512.15214.812966.679186@gargle.gargle.HOWL> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6Y0q-0001QU-A5 for emacs-orgmode@gnu.org; Wed, 11 Jun 2008 17:37:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6Y0n-0001Op-8b for Emacs-orgmode@gnu.org; Wed, 11 Jun 2008 17:37:47 -0400 Received: from [199.232.76.173] (port=49604 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Y0n-0001Om-4T for Emacs-orgmode@gnu.org; Wed, 11 Jun 2008 17:37:45 -0400 Received: from g4t0017.houston.hp.com ([15.201.24.20]:21463) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6Y0m-0002CT-Ob for Emacs-orgmode@gnu.org; Wed, 11 Jun 2008 17:37:44 -0400 In-Reply-To: Message from Peter Rayner of "Wed, 11 Jun 2008 22:54:06 +0200." <18512.15214.812966.679186@gargle.gargle.HOWL> 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: peter.rayner@lsce.ipsl.fr Cc: Emacs-orgmode@gnu.org [Fat-fingered that one... I *meant* to say:] Peter Rayner wrote: > >Typing on an item in the agenda buffer takes you to the item > >itself, where you can do anything you please, e.g. add a note. Is that > >what you are looking for? > > It's close but I would rather automate adding the time-stamp, finding > the correct place to add the note etc. It's like adding a note with a > state-change but *without* a state change. [You should reply to the list, so everybody can "hear" the conversation.] org-add-note will add a note. It's bound to C-c C-z, so from the agenda, you can do and then C-c C-z: you'll get a note buffer where you can type your note; C-c C-c will insert it. Nick