BUG+PATCH org-capture hangs under Cygwin/X

2022-07-11 Thread Max Mikhanosha
Due to various reasons I'm now using Cygwin/X Emacs, and for this emacs, (gui-get-selection) method is kind of slow (about 0.2) seconds. While this is not a big deal usually, (org-get-x-clipboard) calls (gui-get-selection) 4 times with different formats (utf8, text, compound-text and string). On

PATCH: [PATCH] Allow bulk agenda actions to take log notes

2022-07-10 Thread Max Mikhanosha
Currently org-agenda-bulk-action is completely broken if anything tries to take a log note during the action, this patch fixes it by storing log note setup variables in a list, and then taking one log note, and duplicating it over all affected items. Please CC me when responding as I'm not

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-17 Thread Max Mikhanosha
At Fri, 17 May 2013 09:38:29 +0200, Rainer M. Krug wrote: Nice and very useful. Can this be included in /contrib? That is my intention, I have the FSF paper signed for Emacs and Org. So what I'm looking for some minimum amount of eyes on the code, and advice as to minimum set of things I need

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-17 Thread Max Mikhanosha
At Fri, 17 May 2013 15:05:05 +0200, Carsten Dominik wrote: Nice and very useful. Can this be included in /contrib? Certainly! Ok cool, I've already cleaned up the docstrings, I'll change some defvars to defcustoms and commit it later today. Regards, Max

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-17 Thread Max Mikhanosha
At Fri, 17 May 2013 13:20:16 -0400, Brett Viren wrote: Hi Max, Max Mikhanosha m...@openchat.com writes: I have committed org-screenshot to master This sounds like a great idea. And just to prove that no good deed goes unpunished, here is a bug report: In an org-mode file I run M

[O] RFQ - new contribution - org-screenshot.el

2013-05-16 Thread Max Mikhanosha
Hi All, I've been writing some documentation in OrgMode with screenshots, and as with any screenshot taking, it takes a while to get one just right. A few tiny helper utilities, quickly snowballed into this :-) It may need some cleanup, but IMHO its too awesome not to share it with the list. To

[O] PATCH: Habit consistency always show DONE days green option

2013-05-06 Thread Max Mikhanosha
if streak started after missing a deadline, by color of the previous day. Regards, Max From 5c7f9b63b6021631b19b883760340a18024e6344 Mon Sep 17 00:00:00 2001 From: Max Mikhanosha m...@openchat.com Date: Mon, 6 May 2013 09:26:10 -0400 Subject: [PATCH] Add option to always show DONE days as green

Re: [O] Insert TODO Item at Bottom

2012-10-21 Thread Max Mikhanosha
At Fri, 19 Oct 2012 01:31:24 +0200, Esben Stien wrote: I add a TODO item with M-S-RET, but is there any way to insert the new TODO item at the bottom of the current node or is there any way to navigate quickly to the last TODO item of the current node?. I often run C-c a s to search, but I

Re: [O] [PATCH] speedup redisplay of agenda item after change

2012-09-30 Thread Max Mikhanosha
At Sat, 29 Sep 2012 08:21:08 +0200, Bastien wrote: Max Mikhanosha m...@openchat.com writes: Following patch changes (org-agenda-change-all-lines) to call (org-agenda-finalize) for each line changed, with agenda buffer narrowed to just that line, and it speeds up redisplay of current

Re: [O] Bug: startup: hidestars does not use the real window background color [7.8.11]

2012-09-28 Thread Max Mikhanosha
background in Emacs. With this new fix, when org-mode file is visited on tty, it sets 'org-hide face foreground to unspecified-bg which makes all leading stars reverse color. Patch to fix this is pasted below. From 1f0ef1241acd7c22fff275ae65a6bf2a9fd84f06 Mon Sep 17 00:00:00 2001 From: Max Mikhanosha m

[O] [PATCH] speedup redisplay of agenda item after change

2012-09-28 Thread Max Mikhanosha
for a month, and did not noticed any problems so far. From 432293f3c55308f3f76b0c5284ca696fb11f10ea Mon Sep 17 00:00:00 2001 From: Max Mikhanosha m...@openchat.com Date: Fri, 28 Sep 2012 09:02:07 -0400 Subject: [PATCH] speedup redisplay of agenda item after change * lisp/org-agenda.el (org-agenda-change

[O] Bug?: org-agenda-set-property sets property on wrong element

2012-06-28 Thread Max Mikhanosha
Can someone confirm this, before I try to fix this? 1. Generate agenda 2. Go to some entry A by pressing RET 3. Switch back to agenda, and make sure its the only window (or that A's buffer is not in any other window) 4. In Agenda navigate to entry B (in the same buffer as A), and C-c C-x p

Re: [O] [bug] org-habit-show-all-today undefined

2012-05-29 Thread Max Mikhanosha
At Tue, 29 May 2012 11:33:35 -0400, Nick Dokos wrote: Eric S Fraga e.fr...@ucl.ac.uk wrote: I get the following error as soon as I try to view my agenda. I don't use habits at all. , | Debugger entered--Lisp error: (void-variable org-habit-show-all-today) I fixed it (or

Re: [O] List all habits with consistency graph

2012-05-28 Thread Max Mikhanosha
Hi Henning, At Wed, 21 Mar 2012 12:08:17 +0100, Henning Weiss wrote: I tried using a skip function to create an agenda that only contains habits following this post. To display habits that are not scheduled for today, I enabled org-habit-show-habits-only-for-today. This made it possible for

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-19 Thread Max Mikhanosha
At Thu, 19 Apr 2012 22:17:08 +0200, Sebastien Vauban wrote: I tried the updated version of Sven: #+begin_src emacs-lisp (defun my-gtd-frame () (interactive) (save-excursion) (make-frame '( (name . gtd) (active-alpha . 0.75)

Re: [O] starting agenda gives: Selecting deleted buffer

2012-04-18 Thread Max Mikhanosha
At Wed, 18 Apr 2012 16:22:01 +0200, Rainer Stengele wrote: After deleting all buffers and then trying to start any agenda (for example C-a a) I get this error message: Debugger entered--Lisp error: (error Selecting deleted buffer) org-compile-prefix-format(agenda)

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Max Mikhanosha
At Tue, 17 Apr 2012 12:09:40 +0200, Rainer Stengele wrote: Am 16.04.2012 11:47, schrieb Max Mikhanosha: I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems, also feel free to hack/iterate on I see a strange behaviour when clocking

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Max Mikhanosha
Hi Rainer, At Tue, 17 Apr 2012 15:23:00 +0200, Rainer Stengele wrote: Am 17.04.2012 14:29, schrieb Max Mikhanosha: At Tue, 17 Apr 2012 12:09:40 +0200, Rainer Stengele wrote: Am 16.04.2012 11:47, schrieb Max Mikhanosha: I had just pushed a merge of max-sticky-agenda branch to master

[O] BUG: Agenda clock related v for multi-block agendas

2012-04-17 Thread Max Mikhanosha
At Tue, 17 Apr 2012 17:58:27 +0200, Rainer Stengele wrote: What I just found: being in a sticky agenda and trying v r I get this error which was not there before the merge: org-agenda-check-type: Not allowed in nil-type agenda buffers. Actually v c directly before entering v r gave

[O] Sticky agenda branch merged

2012-04-16 Thread Max Mikhanosha
I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems, also feel free to hack/iterate on it, if you have question as to why something was done, I'll do my best to answer. In particular I just seen a new commit introducing filter on categories, and

Re: [O] Sticky agenda branch merged

2012-04-16 Thread Max Mikhanosha
At Mon, 16 Apr 2012 19:44:54 +0200, Tassilo Horn wrote: I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems,... since the merge, I get an error on emacs startup. The error is caused by invoking `org-agenda-to-appt' on emacs startup.

Re: [O] Sticky agenda status?

2012-04-13 Thread Max Mikhanosha
At Fri, 13 Apr 2012 06:54:30 +0200, Bastien wrote: Max, Carsten, please go ahead with the merge against master when you think it's time: from what I've tested, the feature is stable/mature enough. I'll update it to master later today, and use it a over the weekend to see if anything broke,

Re: [O] Sticky agenda status?

2012-04-13 Thread Max Mikhanosha
At Fri, 13 Apr 2012 08:59:37 +0800, Kyle Machulis wrote: Just curious if the sticky agenda branch is going to land as a feature at some point, or if there was some discussion on what's blocking it that I'm missing? There was lots of action last month then silence, and it looks like the

Re: [O] speeding up org (was How could I mix COMMENT and TODO?)

2012-04-06 Thread Max Mikhanosha
At Fri, 6 Apr 2012 18:40:43 +0530, Rustom Mody wrote: François wrote:   In my very first tries with Org, a few months ago, I put all Org files into the agenda, to discover that Org was very, very slow.  So, I changed it all and collected all agenda and TODO into three files

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-03 Thread Max Mikhanosha
At 3 Apr 2012 19:10:30 +0200, Sven Bretfeld wrote: Hi all The Sticky Agenda is something I have been waiting for since a long time. Thank you very much! I want to write a function that creates a new frame with several windows, each displaying a different Agenda Views. I fail to find a

Re: [O] Sticky Agenda buffer: Announcement and request for testing

2012-03-14 Thread Max Mikhanosha
At Wed, 14 Mar 2012 16:54:17 +0100, Rainer Stengele wrote: I have a few functions based on the org-agenda-buffer-name, which now is no more available, as all the agenda buffers are named differently: .. (if (get-buffer org-agenda-buffer-name) .. will no more work. If you don't turn

[O] Rebased to the latest tip

2012-02-29 Thread Max Mikhanosha
At Tue, 28 Feb 2012 10:57:11 -0600, Marcelo de Moraes Serpa wrote: Anyway, I can't emphasize enough how useful this feature is. Having different agenda filtered views at the same time is a timesaver. This should be in the main org branch!  Thanks for the kind words, I think you are the only

Re: [O] Frames and the agenda

2012-02-28 Thread Max Mikhanosha
At Mon, 27 Feb 2012 18:52:09 -0600, Marcelo de Moraes Serpa wrote: Although everything else is working great, I'm getting the following error message when trying to follow links to org files: cond: Symbol's function definition is void: org-in-clocktable-p [11 times] My branch is probably a

Re: [O] Frames and the agenda

2012-02-24 Thread Max Mikhanosha
Check out my multiple-agenda-buffers branch from http://github.com/7max/org-mode Its designed exactly for that (multiple independent agenda buffers living together). to enable it use, M-x org-toggle-sticky-agenda You will have to set different agenda names for different agenda views in your

[O] Multiple/sticky agenda buffers branch updated

2012-02-09 Thread Max Mikhanosha
In case anyone is trying out g...@github.com:7max/org-mode.git sticky agendas functionality, I pushed some bug fixes. M-x org-toggle-sticky-agenda now works correctly when its turned on when agenda buffer already exists. When refreshing agenda buffers, prefix format was being pickup up from the

Re: [O] Some struggles of mine with org-mode

2012-02-08 Thread Max Mikhanosha
At Tue, 07 Feb 2012 14:16:02 -0800, lngn...@gmail.com wrote: So, to summarize, org-agenda-files should reflect those files I need to access because they have TODOs, Deadlines, Happenings, or Reminders in them. My search Universe should be constrained enough to result in

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Max Mikhanosha
Jan 2012 09:50:22 +, Carsten Dominik wrote: Hi Max, how did you select the variables that should become buffer-local? You might have too many in your list, for example org-last-heading-marker... Cheers - Carsten On 25.1.2012, at 21:45, Max Mikhanosha wrote: I had put my

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Max Mikhanosha
report later. At Thu, 26 Jan 2012 06:17:45 -0500, Max Mikhanosha wrote: I realize that I may have too many, my initial approach was to start with some obvious one, then test and keep adding to the list. But the bugs that shows up are hard to reproduce, and subtle, and it was slow going

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Max Mikhanosha
At Thu, 26 Jan 2012 06:39:45 -0500, Found that switching to weekly/daily view was broken, and committed removal of org-agenda-overriding-restriction and org-agenda-overriding-arguments from the local var list. Max Mikhanosha wrote: I had committed a change that activates local variables

[O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-25 Thread Max Mikhanosha
I had put my initial implementation of multiple agenda buffers and sticky agenda support on g...@github.com:7max/org-mode.git branch multiple-agenda-buffers. To enable, use M-x org-toggle-sticky-agenda In order to take full advantage of the sticky agenda, you need to give your various agendas

Re: [O] Organizing by time or by subject and an idea

2012-01-21 Thread Max Mikhanosha
At Sat, 21 Jan 2012 07:59:38 -0500, Max Mikhanosha wrote: If you do this copy the project thing once a week or so, you can have a nice ediff of the project's progress along the time-line. Actually it may not be a bad idea to implement M-x org-ediff-subtree-with-sibling command, that would

Re: [O] reveal the matches in grep-find or the diffs in ediff and hide the rest

2012-01-21 Thread Max Mikhanosha
At Sat, 21 Jan 2012 16:24:12 +0100, Michael Brand wrote: Hi all On Sat, Jan 21, 2012 at 13:59, Max Mikhanosha m...@openchat.com wrote: Then use M-x ediff-buffers, and you can navigate changes easily by pressing n or p in ediff control panel. I just tried it out and it worked pretty

Re: [O] Hack: org-agenda-cache.el

2012-01-16 Thread Max Mikhanosha
Hi Carsten, At Mon, 16 Jan 2012 16:40:01 +0100, Carsten Dominik wrote: On 16.1.2012, at 13:18, Carsten Dominik wrote: Sorry, I am talking about `org-agenda-markers', and indeed, some care has to be taken here. Basically, the function org-agenda-new-marker needs to be modified to take a

[O] Hack: org-agenda-cache.el

2012-01-15 Thread Max Mikhanosha
As my agenda files slowly grew over the years, the speed of generating agenda had slowly deteriorated, finally hitting the point of me jdoing something about it. (it got to around 5-7 seconds, which kind of interrupts work-flow) Attached file org-agenda-cache.el is a quick fix solution that I

Re: [O] Overall organization/setup for org mode: Projects and Tasks

2011-09-17 Thread Max Mikhanosha
Below is infodump on how I use org-mode personally.. You are welcome to poach ideas. Generally I'm pretty happy with my setup, and do not plan to do any radical changes to it. Wall of text warning. 1. Org file per project, with single top level heading.. Each file has a #+TAGS cookie that

Re: [O] how to include effort in agenda prefix?

2011-08-17 Thread Max Mikhanosha
Use %e format for effort. If it gives you an error you need newer org-mode, as the patch to fix %e format only got applied recently. At Wed, 17 Aug 2011 15:14:12 -0700, Michael Gilbert wrote: Hi all �� I want to be able to skim across my agenda and see effort estimates. I have been looking

[O] [PATCH] recognize HH:MM duration when sorting table rows

2011-08-04 Thread Max Mikhanosha
`org-table-sort-lines' function allows one to sort the rows of a table, by the t/T format for the column only recognizes timestamps with a date. A patch pasted below adds recognition of HH:MM durations. diff --git a/lisp/org.el b/lisp/org.el index c1fd346..e65d992 100644 --- a/lisp/org.el +++

[O] [PATCH] Add :sort option to clocktable report

2011-08-04 Thread Max Mikhanosha
Attached patch adds new options :sort to the clocktable report options. Valid values: time-up or T - highest time on top time-down- lowest time on top For multi-file clock reports, entries in each file are sorted separately and then the files are also sorted based on file total. Perhaps

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-27 Thread Max Mikhanosha
At Wed, 27 Jul 2011 13:33:16 +0200, Bastien wrote: Also, it would be really nice to update this tutorial on Worg and to show how to use the new feature you introduced: http://orgmode.org/worg/org-contrib/org-depend.html Done, will push once I have permissions

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-26 Thread Max Mikhanosha
At Tue, 26 Jul 2011 13:48:30 +0200, Bastien wrote: +;; list and then filtered and sorted according to OPTIONS +;;- The first sibling on the list is changed into KEYWORD state +;;- The sibling also gets the same TRIGGER property +;; chain-siblings-scheduled, so the chain

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-26 Thread Max Mikhanosha
test file, added #+TODO line since NEXT is not in default list of keywords. Content-Disposition: attachment; filename=0011-Add-chain-find-next-trigger-option.patch][8bit]] From 6140261b2fe0e15ac36d8222c38790680cd3f9d4 Mon Sep 17 00:00:00 2001 From: Max Mikhanosha m...@openchat.com Date: Sun, 24 Jul

[O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-24 Thread Max Mikhanosha
org-depend TRIGGER chain-siblings(NEXT) property is hardly usable for me, because it requires too much effort to keep items nicely sorted. For example if next headline is already in DONE state, chain-siblings would still change it. I prefer to sort my items by setting their priorities and/or

Re: [O] Problems getting dropbox support on MobileOrg

2011-07-22 Thread Max Mikhanosha
see Dropbox authentication. Should the MobileOrg folder have been created for me on my Dropbox site? (It looks like it is automatically created on the iphone app). Nothing was created, either before or after attempting to sync. So, I then manually created MobileOrg folder, and tried to

Re: [O] [PATCH 1/2] Fix error with %e agenda prefix format when there is no effort set

2011-07-22 Thread Max Mikhanosha
(setq category (substring category 0 (1- org-prefix-category-max-length) ;; Evaluate the compiled format + (assert effort) Why is this needed? Oops left that in accidentally. If you hold on for a few days, I'll send a more complete patch implementing: 1.

Re: [O] [PATCH] Fix %e agenda format and refresh of agenda items in general

2011-07-22 Thread Max Mikhanosha
Here is an updated patch, its split into 3 very small part, belowe is an explanaton of each: 1. First patch is my original patch to fix error with %e agenda format. 2. Second patch fixes what I beleive to be a logic bug. Most agenda related commands have the following format: (defun

[O] [PATCH 1/2] Fix error with %e agenda prefix format when there is no effort set

2011-07-21 Thread Max Mikhanosha
c06b376737142eff5cdec71e8fc8129552aba673 Mon Sep 17 00:00:00 2001 From: Max Mikhanosha m...@openchat.com Date: Wed, 6 Jul 2011 20:05:06 -0400 Subject: [PATCH 1/2] Fix error with %e agenda prefix format when there is no effort set --- lisp/org-agenda.el |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

[O] [PATCH 2/2] Log yesterday item today, better org-extend-today-until

2011-07-21 Thread Max Mikhanosha
daebd6ca8f75ad3266075a8b3ec5d3a1f411ecfb Mon Sep 17 00:00:00 2001 From: Max Mikhanosha m...@openchat.com Date: Thu, 21 Jul 2011 13:20:01 -0400 Subject: [PATCH 2/2] Make `org-extend-today-until' variable affect log notes, and CLOSED: line. (org-done-yesterday), (org-agenda-done-yesterday): new functions --- lisp/org.el

[O] org-timestamp-up/down broken in tip

2011-07-21 Thread Max Mikhanosha
With latest git I can only press S-up or S-down on the time part of the timestamp once, after changing the time it moves point to the closing bracket, and doing another S-up or S-down changes the date part instead of time. Example: with point on the 05 at the timestamp [2011-07-21 Thu 19:05]

[Orgmode] dates fontification stickiness

2008-07-21 Thread Max Mikhanosha
If one goes to the end of the line with a date like so (| representing cursor) [2008-07-21]| And then press enter and type something, like so [2008-07-21] spaces typing here| Then the line you added will all be highlighted with org date face. I've changed it so that my TODO's

[Orgmode] Re: dates fontification stickiness

2008-07-21 Thread Max Mikhanosha
-gnu, X toolkit, Xaw3d scroll bars) of 2008-04-27 on raven, modified by Debian Org-mode version 6.06pre01 -Bernt Carsten Dominik [EMAIL PROTECTED] writes: I am unable to reproduce this problem. Anyone? - Carsten On Jul 21, 2008, at 7:24 AM, Max Mikhanosha wrote: If one goes

Re: [Orgmode] Re: dates fontification stickiness

2008-07-21 Thread Max Mikhanosha
After restarting emacs, I can't reproduce this any longer. One of the disadvantages of running multi-tty emacs is that its up for weeks, and accumulatively things can get misteriously non-working. At Mon, 21 Jul 2008 14:25:43 -0400, Max Mikhanosha wrote: Ok, with --no-init-file this does

[Orgmode] Bug: Undo does not work in org-agenda-todo when logging a note

2008-07-18 Thread Max Mikhanosha
If I press 't' in the agenda buffer and the state change is logged with a note, undo in the agenda buffer only undoes a note line in the org buffer, leaving the item state changed, and now being out of sync with agenda. If there is no note, then undo works fine. Regards, Max

[Orgmode] Bug in customize for org-agenda-custom-commands

2008-07-17 Thread Max Mikhanosha
I've redone my org-agenda-custom-commands through customize to learn about new features, and there is a bug if one uses :other customization in the variables list.. It pre-defines the variable to be org-agenda-skip-function and then when I enter the value as 'my-skip. When I apply the changes, it

Re: [Orgmode] FR: headline iteration API

2008-07-16 Thread Max Mikhanosha
At Wed, 11 Jun 2008 12:15:11 -0500, Eddward DeVilla wrote: - doc traversal - first-item Go to the first item in the file. - current-item Go to the beginning of the item containing the cursor. - next-item Go to the item after the current one. -

[Orgmode] BUG: blank lines when cutting and pasting

2008-01-09 Thread Max Mikhanosha
Given the following top level heading * test ** one *** one.one some text ** two *** two.two some text ** three *** three.three some text If one goes to the beginning of heading ** two and use C-M-w to cut the heading, the cut buffer starts with \n\n** two, ie contains two extra blank

Re: [Orgmode] org-refile hack to show headings

2007-11-30 Thread Max Mikhanosha
At Thu, 29 Nov 2007 20:22:53 -0500, John Rakestraw wrote: and then adapted/adopted by Carsten in org 5.14. However, I found it difficult sometimes to remember the particular heading to which I wanted to move the new item -- the auto-complete is helpful, but only if I can remember just how a

Re: [Orgmode] PATCH: include in-progress/started todos into daily agenda

2007-10-09 Thread Max Mikhanosha
already posted a fix/patch/idea for it on some mailing list). Regards, Max On Sep 26, 2007, at 22:50, Max Mikhanosha wrote: I had always used the day/weekly/mothly agenda vs the searchable agenda separately and sometimes missed things because they were in one list but not another

Re: [Orgmode] Moving an item to a precise place

2007-10-02 Thread Max Mikhanosha
Hi Xavier, At Sun, 16 Sep 2007 03:00:10 +0200, Xavier Maillard wrote: So let's say I have this organization: * Project 1 ** TODO Ask foo about bar * Project 2 ** TODO Write customer report * Project 3 How can I move the TODO from Project 1 to Project 3 directly -i.e. move by

[Orgmode] Re: PATCH: include in-progress/started todos into daily agenda

2007-09-27 Thread Max Mikhanosha
the in-progress items, ie re-scheduling them every day until done with them. At Wed, 26 Sep 2007 16:50:15 -0400, Max Mikhanosha wrote: I had always used the day/weekly/mothly agenda vs the searchable agenda separately and sometimes missed things because they were in one list but not another

[Orgmode] PATCH: include in-progress/started todos into daily agenda

2007-09-26 Thread Max Mikhanosha
I had always used the day/weekly/mothly agenda vs the searchable agenda separately and sometimes missed things because they were in one list but not another. For example when looking into a tags based agenda for :computer, I may have missed some other item that was scheduled for today but not