From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: beginner agenda question Date: Mon, 28 Jul 2014 10:11:38 +0800 Message-ID: <87ppgqi65h.fsf@ericabrahamsen.net> References: <87r416xoqg.fsf@stevenarntson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBaPt-0003XQ-6x for emacs-orgmode@gnu.org; Sun, 27 Jul 2014 22:12:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBaPl-0001Zp-S1 for emacs-orgmode@gnu.org; Sun, 27 Jul 2014 22:11:57 -0400 Received: from plane.gmane.org ([80.91.229.3]:59719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBaPl-0001Zh-LB for emacs-orgmode@gnu.org; Sun, 27 Jul 2014 22:11:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XBaPk-0005Ve-Os for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 04:11:48 +0200 Received: from 111.197.165.219 ([111.197.165.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jul 2014 04:11:48 +0200 Received: from eric by 111.197.165.219 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jul 2014 04:11:48 +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 Steven Arntson writes: > Simple question, I think, but it has me stumped. I'm wondering what > variable controls the org-agenda function that gives you upcoming > events, a la: > > todo: In 2 d.: TODO Friend's Birthday > todo: In 4 d.: TODO Rehearsal > todo: In 4 d.: TODO Happy Hour > todo: In 9 d.: TODO Some other thing > > I'd like to get rid of all of that, actually. For me, it clutters things > up too much. > > Thank you! > steven It looks like you've put a DEADLINE cookie on those events -- the advance warning only kicks in in that case, if I recall correctly. For plain old events (birthdays, doctors appointments, etc), it's often best just to use a regular old timestamp, so: * Rehearsal <2014-07-28 Mon> Or you can put the timestamp on the line below the headline. HTH, Eric