[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Show timestamps but not SCHEDULED
From: |
Michael Brand |
Subject: |
Re: [O] Show timestamps but not SCHEDULED |
Date: |
Thu, 10 Sep 2015 19:06:49 +0200 |
Hi Ken
On Thu, Sep 10, 2015 at 6:51 PM, Ken Mankoff <address@hidden> wrote:
> This variable will exclude entire entries if they have a SCHEDULED
> line. I am looking to see those entries, but only at the date time
> in <here>, not the date time SCHELUDE:<here>.
I see, I missed your real requirement in the first place.
Probably not what you want, but one way could be to use
org-agenda-entry-types in combination with separation of the tasks:
* EVENT Foo
** EVENT Foo - prepare
SCHEDULED: <2015-09-03>
** EVENT Foo - meeting
<2015-09-04>
Michael