I want to schedule a task in emacs org-mode to show up multiple times during the day.

Edit: as an example suppose I want yo call my wife every 2 hours during the day.

link|improve this question

80% accept rate
Can you give a specific example for this? – devsundar Jan 8 at 23:13
There does not seem to be support for hourly repeaters (at least yet), see comments.gmane.org/gmane.emacs.orgmode/30440 – N.N. Jan 9 at 17:41
feedback

1 Answer

up vote 2 down vote accepted

In the absence of hour/minute level repeaters, if the interval is not too small, you might add multiple timestamps for the hours, while using the other facilities for repeated items:

** Testentry
<2012-01-19 Do 10:00 +1w>
<2012-01-19 Do 12:00 +1w>

The resulting agenda view

Thursday   19 January 2012
  Calendar:   10:00...... Testentry
  Calendar:   12:00...... Testentry

[...]

Thursday   26 January 2012
               8:00...... ----------------
  Calendar:    9:45-10:00 XXXXXXXXXXXXXX                        :OFFICE:
               10:00...... 
  Calendar:   10:00...... Testentry
              10:00...... ----------------
  Calendar:   12:00...... Testentry
[...]
link|improve this answer
thanks I think this is the closest I can get at this time. – drieddust Jan 31 at 4:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.