Re: [O] Dates with repeaters, times and range

2019-10-03 Thread Robert Pluim
> On Wed, 2 Oct 2019 09:31:33 +, "Fraga, Eric"  said:

Eric> On Tuesday,  1 Oct 2019 at 23:38, Nathan Neff wrote:
>> I have a meeting that's scheduled from 10:00 - 11:00 for the next three
>> days.

Eric> This is discussed in the FAQ on the org mode website.

Eric> Quick answer: not possible the way you wish.  Instead, the easiest
Eric> solution is to make a one day entry and then use M-x
Eric> org-clone-subtree-with-time-shift RET.

This works for me:

**  Meeting 08:30-15:00
<%%(org-block 2019 10 2 2019 10 4)>


You can even make the period discontiguous:

**  Meeting 08:30-15:00
<%%(org-block 2019 10 2 2019 10 4)>
<%%(org-block 2019 10 7 2019 10 8)>



Re: [O] Dates with repeaters, times and range

2019-10-02 Thread Fraga, Eric
On Tuesday,  1 Oct 2019 at 23:38, Nathan Neff wrote:
> I have a meeting that's scheduled from 10:00 - 11:00 for the next three
> days.

This is discussed in the FAQ on the org mode website.

Quick answer: not possible the way you wish.  Instead, the easiest solution is 
to make a one day entry and then use M-x org-clone-subtree-with-time-shift RET.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d



[O] Dates with repeaters, times and range

2019-10-01 Thread Nathan Neff
Hello all,

I have a question that's probably FAQ material but I was wondering
what the "best" way to do something like this would be:

I have a meeting that's scheduled from 10:00 - 11:00 for the next three
days.

I tried to create a heading with this property:
<2019-10-02 Wed 08:30-15:00 +1d>--<2019-10-04 Fri 08:30-15:00 +1d>

and I also tried this:
<2019-10-02 Wed 08:30-15:00>--<2019-10-04 Fri 08:30-15:00>

but the agenda shows Wednesday with the 8:30 - 15:00 and the Friday with
the 15:00
but on Thursday it shows simply 2/3.  - Is there a way to fix get Thursday
to show up in the agenda with the times blocked out?

I'd like to have the benefit of blocking out the time, as well as avoiding
the need to define
a new heading for every day.

Thanks,
--Nate