From mboxrd@z Thu Jan 1 00:00:00 1970 From: jenia.ivlev@gmail.com (jenia.ivlev) Subject: How to make appear the "note taken" in the calendar? Date: Mon, 22 Dec 2014 22:12:38 -0500 Message-ID: <87wq5jys7t.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3FwG-00051x-2n for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 22:15:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3Fw8-0003t6-9a for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 22:15:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:51565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3Fw8-0003sh-3j for emacs-orgmode@gnu.org; Mon, 22 Dec 2014 22:15:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y3Fw7-0007OU-3i for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 04:15:03 +0100 Received: from modemcable115.14-82-70.mc.videotron.ca ([70.82.14.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Dec 2014 04:15:03 +0100 Received: from jenia.ivlev by modemcable115.14-82-70.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Dec 2014 04:15:03 +0100 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 Hello. How do I make appear the "note taken" in the agenda? Like for example, if in a org-file, I press C-c C-z under a node, this command will create a new note for that node. How do I make such notes appear in the calendar? In contrast, "state changes" of an org-node, like going from TODO to DONE, appears in the calendar if you press "C-u l". So again, how do you make appear, in the calendar, the notes-taken in an org file? Thanks in advance.