From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: in agenda buffer, can i add a note/todo when point is on a specific date? Date: Mon, 31 Aug 2015 20:56:25 +0800 Message-ID: <8737yzaa6e.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWOde-00064g-N6 for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 08:56:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWOdb-0004Si-AJ for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 08:56:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:50178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWOdb-0004SS-49 for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 08:56:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZWOdY-0007FT-98 for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 14:56:36 +0200 Received: from 114.250.121.132 ([114.250.121.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Aug 2015 14:56:36 +0200 Received: from eric by 114.250.121.132 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Aug 2015 14:56:36 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Xebar Saram writes: > A silly question :) > > when im in the agenda view (buffer, ie C-c a a) i have the week by > day. i can move from day to day with up/down etc. can i somehow issue > a "make todo/note" command while point is on a specific day? this is > to mimic the classic calendars way of adding an appointment > > hope this makes any sense :) > > best > > Z Hit "k" while point is on your target date. It will start the capture process, and any capture template that has a timestamp in it will get the timestamp set to the date under point by default. Give it a shot! Eric