From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew J. Korty" Subject: Re: Bug: org-auto-repeat-maybe only updates first timestamp [7.01trans] Date: Sat, 18 Sep 2010 09:08:18 -0400 Message-ID: <62222.1284815298@iu.edu> References: <24331.1284476463@iu.edu> <878w32c8rq.fsf@gollum.intra.norang.ca> <40096.1284649125@iu.edu> <40246.1284650926@iu.edu> <87iq244kq6.fsf@fastmail.fm> <46075.1284727718@iu.edu> <87mxrgw6l5.fsf@fastmail.fm> <60432.1284759285@iu.edu> <878w2zvkq3.fsf@fastmail.fm> Content-Type: text/plain; charset=utf-8; format=flowed Return-path: Received: from [140.186.70.92] (port=44836 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwxHE-00059A-Oz for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 09:16:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwxHD-00008Z-Ck for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 09:16:24 -0400 Received: from singsing.itso.iu.edu ([149.166.143.49]:43907) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwxHD-00007o-9D for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 09:16:23 -0400 Received: from iu.edu (cpe-173-89-199-0.indy.res.rr.com [173.89.199.0]) by singsing.itso.iu.edu (Postfix) with ESMTPA id 0B7B623922F for ; Sat, 18 Sep 2010 13:07:51 +0000 (UTC) In-reply-to: <878w2zvkq3.fsf@fastmail.fm> 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: emacs-orgmode@gnu.org Matt Lundin wrote: > (setq org-agenda-custom-commands > '(("d" "Todos (incl. deadlines)" todo "" > ((org-deadline-warning-days 100) ;; change this as you wish > (org-agenda-todo-ignore-deadlines 'far)))) Ah, brilliant. Thanks! Essentially this configuration causes the lead time indicator to mean different things in the agenda versus tags-todo lists, which is just what I wanted. I still need to decide if I prefer using lead times to scheduling the entry (which, for non-repeating entries is slightly easier with the C-c C-s keybinding). So I may submit a patch for updating all ++ repeaters when I get around to it. Or maybe all I need is a function to prompt for a lead time and add it to the deadline (from the agenda or the org file). ajk