Re: [O] show future scheduled date in Agenda

2018-01-28 Thread Narendra Joshi
Ken Mankoff writes: > I have a custom agenda with a section that is generated with: > > (todo "WAITING|VERIFY" ((org-agenda-overriding-header "Waiting or Verify"))) You will need to do (agenda "WAITING|VERIFY" ...) for items that are scheduled. They will be displayed only if you have adjusted val

[O] show future scheduled date in Agenda

2018-01-27 Thread Ken Mankoff
I have a custom agenda with a section that is generated with: (todo "WAITING|VERIFY" ((org-agenda-overriding-header "Waiting or Verify"))) And it generates an Agenda section that looks like: == Waiting or Verify Foo: WAITING Something Bar: WAITING Ot