From mboxrd@z Thu Jan 1 00:00:00 1970 From: Buck Brody Subject: Re: due today notification Date: Wed, 28 Apr 2010 15:12:03 -0400 Message-ID: References: <87tyr1g4pd.fsf@fastmail.fm> <87wrvs7m9q.fsf@fastmail.fm> Reply-To: buckbrody@gmail.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0952499183==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7CgA-0002hV-UJ for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 15:12:14 -0400 Received: from [140.186.70.92] (port=46344 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7Cg3-0002g3-GV for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 15:12:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7Cg1-0002jX-Jd for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 15:12:07 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:45454) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7Cg1-0002jL-FG for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 15:12:05 -0400 Received: by vws12 with SMTP id 12so983875vws.0 for ; Wed, 28 Apr 2010 12:12:04 -0700 (PDT) In-Reply-To: <87wrvs7m9q.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: Matthew Lundin Cc: emacs-orgmode --===============0952499183== Content-Type: multipart/alternative; boundary=e0cb4e88760b12409d048550c935 --e0cb4e88760b12409d048550c935 Content-Type: text/plain; charset=ISO-8859-1 Matt, Assume I have 10 things that must be done for a specific project and two of them must be done today. I want to be able to know which two are due today, but I still want to see them in the same list as the other 8 items because it gives useful context. Buck On Tue, Apr 27, 2010 at 3:01 PM, Matthew Lundin wrote: > Hi Buck, > > Buck Brody writes: > > > Sorry, I don't think I properly described what I am looking for. I > > want a visual indicator (like a tag or a face) of tasks due today, but > > I don't want to do a specific search. The idea would be that, within a > > view of all tasks, I would be able to see at a glance which were due > > today. Does that make sense? > > I'm not aware of any such functionality. One solution, I suppose, would > be to use org-map-entries and a custom function to add a tag to all > entries due today. But adding the tags with org-map-entries would likely > be just as slow as a search, so there may not be much point. > > (info "(org) Using the mapping API") > > > On Fri, Apr 23, 2010 at 6:54 PM, Matt Lundin wrote: > > > > C-c / m DEADLINE="" [RET] > > > > Might I ask why the sparse tree search above or a simple agenda view of > deadlines is inadequate? The daily agenda provides a nice view of all > deadlines, making clear which are due today and which are past due. And > with a custom agenda command you can see only those items that are due > today: > > --8<---------------cut here---------------start------------->8--- > (setq org-agenda-custom-commands > '(("d" "Due today" agenda "" > ((org-agenda-entry-types '(:deadline)) > (org-deadline-warning-days 0))))) > --8<---------------cut here---------------end--------------->8--- > > Best, > Matt > --e0cb4e88760b12409d048550c935 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Matt,

Assume I have 10 things that must be done for a sp= ecific project and two of them must be done today. =A0I want to be able to = know which two are due today, but I still want to see them in the same list= as the other 8 items because it gives useful context. =A0

Buck=A0

On Tue, Apr 2= 7, 2010 at 3:01 PM, Matthew Lundin <mdl@imapmail.org> wrote:
Hi Buck,
I'm not aware of any such functionality. One solution, I suppose,= would
be to use org-map-entries and a custom function to add a tag to all
entries due today. But adding the tags with org-map-entries would likely be just as slow as a search, so there may not be much point.

(info "(org) Using the mapping API")
> =A0 =A0 C-c / m DEADLINE=3D"<today>= " [RET]
>

Might I ask why the sparse tree search above or a simple agenda view = of
deadlines is inadequate? The daily agenda provides a nice view of all
deadlines, making clear which are due today and which are past due. And
with a custom agenda command you can see only those items that are due
today:

--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands
=A0 =A0 =A0'(("d" "Due today" agenda ""<= br> =A0 =A0 =A0 =A0 ((org-agenda-entry-types '(:deadline))
=A0 =A0 =A0 =A0 =A0(org-deadline-warning-days 0)))))
--8<---------------cut here---------------end--------------->8---

Best,
Matt

--e0cb4e88760b12409d048550c935-- --===============0952499183== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0952499183==--