From: Nick Dokos <nicholas.dokos@hp.com>
To: throaway@yahoo.com
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: Re: Recurring items don't always show up in timeline
Date: Mon, 14 Mar 2011 19:29:32 -0400 [thread overview]
Message-ID: <4554.1300145372@alphaville.usa.hp.com> (raw)
In-Reply-To: Message from "Mark S" <throaway@yahoo.com> of "Mon, 14 Mar 2011 14:55:56 -0800." <op.vscvbiy0zpgdil@hermione2008.sd.cox.net>
Mark S <throaway@yahoo.com> wrote:
> Here's a version of the calendar I'm using. There are two date ranges
> as well as regular dates. It might be that recurring events that occur
> on days that are inside of a date range do not show up. On mine,
> "Bath for dog" doesn't show up on April 14th, for instance which
> happens to be inside of a date range. The Pay Cell Phone item does
> not occur 90 days later (about 4/15) which would also be inside of a
> date range. BUT it also does not occur on or near 7/15, which is not
> inside of a date range.
> The "Do this every 3 months" item does not show up in June, even
> though it would not fall inside of a date range.
>
> Mark
>
> * CALENDAR 2011
> ** TODO Pay Cell Phone Bill TriMonthly <2011-01-15 Sat +90d>
> ** TODO [#A] Bath for dog <2011-03-10 Thu +1w> :PM:
> ** Books due at LIB1 <2011-03-24 Thu>
> More stuff here
> ** Books due at LIB2 <2011-03-12 Sat +1w>
> Stuff here
> ** DONE Check planning schedule <2011-03-13 Sun>
> CLOSED: [2011-03-14 Mon 06:38]
> - State "DONE" from "TODO" [2011-03-14 Mon 06:38]
> ** TODO Recharge electrical equipment <2011-03-13 Sun +1w>
> ** TODO Orthodontist Visit <2011-03-13 >
> ** Book Fair <2011-03-24 Thu> :Child1:
> ** Do this every 3 months <2011-03-28 Mon +90d>
> ** Parent Teacher Conference Days <2011-03-31 Thu>--<2011-04-07 Thu>
> :Child1:
> ** Spring Break <2011-04-11 Mon>--<2011-04-22 Fri> :Child1:
> ** PTA Picnic <2011-05-20 Fri> :Child1:
> ** Memorial Day <2011-05-30 Mon>
> ** Summer begins <2011-06-02 Thu> :Child1:
> ** Harry Potter's Birthday <2011-07-31 Sun>
>
>
>
> On Mon, 14 Mar 2011 11:02:14 -0800, Mark S <throaway@yahoo.com> wrote:
>
> > I have a very simple calendar ORG file set up. A couple of the items
> > have recurring days set to 90d. Like
> >
> > ** Do something periodically <2011-01-15 Sat +90d>
> >
> > When I activate the agenda timeline, I see the first one of these
> > (in January) but none of the other scheduled events show up. (I have
> > other scheduled items to create a calendar that goes out further
> > than the 90 days). If I view this in the regular weekly agenda,
> > using "f" to step through the weeks, the item does show up.
> >
> > If I change the setting to +1w, I see several more entries, but not
> > one for every week. Some weeks are skipped. It seems hit and miss. I
> > haven't been able to establish the exact pattern, but it appears
> > that I can not depend on recurring items to show up in the
> > timeline.
> >
> > Has anyone else seen this? Is there a way to make all activities
> > show up in the timeline?
> >
> > Thanks,
> > Mark
> > --------------------
> > Emacs 23.2.1
> > Win XP
> > Org-mode 7.5
> >
OK, I couldn't see any problems at first, and I didn't know about the
timeline view - never used it before (C-c a L in the default setup) -
but I think I can reproduce something like this (I haven't checked in
detail) with the above file and a minimal.emacs similar to this (paths
need to be modified):
--8<---------------cut here---------------start------------->8---
(add-to-list 'load-path (expand-file-name "~/src/emacs/org/org-mode/lisp"))
(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
(require 'org-install)
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
;; modify the path to point to the file above
(setq org-agenda-files '("~/src/org/misc/marks/foo.org"))
--8<---------------cut here---------------end--------------->8---
Nick
next prev parent reply other threads:[~2011-03-14 23:29 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-14 19:02 Recurring items don't always show up in timeline Mark S
2011-03-14 20:36 ` Chris Randle
2011-03-14 22:36 ` Mark S
2011-03-15 15:39 ` Chris Randle
2011-03-14 22:55 ` Mark S
2011-03-14 23:29 ` Nick Dokos [this message]
2011-03-15 15:57 ` Chris Randle
2011-03-15 16:59 ` Nick Dokos
2011-03-15 18:17 ` Chris Randle
2011-03-15 17:34 ` Mark S
2011-03-15 18:20 ` Chris Randle
2011-03-16 17:06 ` Mark S
2011-03-18 19:58 ` Bug: " Mark S
2011-03-18 21:20 ` Nick Dokos
2011-03-19 17:45 ` Chris Randle
2011-03-19 18:46 ` Nick Dokos
2011-03-22 18:43 ` Bug: Recurring items NEVER show up in timeline unaccompanied Mark S
2011-03-22 18:59 ` Nick Dokos
2011-03-22 20:10 ` Nick Dokos
2011-03-24 7:08 ` Carsten Dominik
2011-03-24 18:40 ` Nick Dokos
2011-03-24 17:31 ` Mark S
2011-03-28 17:05 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4554.1300145372@alphaville.usa.hp.com \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=throaway@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).