From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Lundin Newsgroups: gmane.emacs.help Subject: Re: Considering Using Org Mode, But Question First: Recurring To-Do's and Custom Agenda Views Date: Sat, 05 Dec 2009 07:15:07 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260015516 17051 80.91.229.12 (5 Dec 2009 12:18:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Dec 2009 12:18:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 05 13:18:31 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NGtao-00031e-NU for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Dec 2009 13:18:30 +0100 Original-Received: from localhost ([127.0.0.1]:54344 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGtao-0006zz-Cp for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Dec 2009 07:18:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGtY1-0003xc-S4 for help-gnu-emacs@gnu.org; Sat, 05 Dec 2009 07:15:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGtXw-0003pi-Bo for help-gnu-emacs@gnu.org; Sat, 05 Dec 2009 07:15:36 -0500 Original-Received: from [199.232.76.173] (port=58248 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGtXw-0003pO-6z for help-gnu-emacs@gnu.org; Sat, 05 Dec 2009 07:15:32 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:49365) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NGtXw-0001mM-0d for help-gnu-emacs@gnu.org; Sat, 05 Dec 2009 07:15:32 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NGtXt-000295-Mh for help-gnu-emacs@gnu.org; Sat, 05 Dec 2009 13:15:29 +0100 Original-Received: from adsl-99-19-42-156.dsl.klmzmi.sbcglobal.net ([99.19.42.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Dec 2009 13:15:29 +0100 Original-Received: from mdl by adsl-99-19-42-156.dsl.klmzmi.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Dec 2009 13:15:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-99-19-42-156.dsl.klmzmi.sbcglobal.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (darwin) Cancel-Lock: sha1:7kUharhPuTW9/DDmsckk+KjbpB4= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70434 Archived-At: Nocebic Meme writes: > I'm thinking of moving my organizational system needs over into org > mode, but I have a question first. > > Let say I have a recurring to-do, such as 'daily exercise' > > In org mode right now it would look like this: > > * TODO daily exercise :offline: > DEADLINE: <2009-12-03 Thu .+1d> > > But here's the problem: if I pull up an agenda view with my deadlines > for this week, daily exercise shows up every day. Ideally, I'd like > to only see TODO items that I can actually do something about right > now. While I can start work on a presentation that's due tomorrow, I > can't start tomorrow's exercise today, so I don't want to see it. > > Is this something org mode can overcome? (setq org-agenda-repeating-timestamp-show-all nil) - Matt