unhammer / org-upcoming-modeline

📅 Show upcoming org event in modeline
https://www.reddit.com/r/emacs/comments/k1e4eu/show_next_orgappointment_in_modeline/
GNU General Public License v2.0
31 stars 6 forks source link

Recurring events are not displayed #5

Closed tmalsburg closed 3 years ago

tmalsburg commented 3 years ago

Great package but unfortunately, recurring events do not show up. For instance, the following event is displayed only the first time:

** Weekly meeting
  <2018-10-17 Wed 12:00-14:00 +1w>
swflint commented 3 years ago

Fwiw, for weekly items, I've found that using org-clone-subtree-with-time-shift (C-c C-x c) is somewhat more helpful than using repeaters. I have a suspicion, however, that this may have something to do with how org-ql handles repeaters.

tmalsburg commented 3 years ago

I have a lot of weekly meetings and some of them go on for years. Making individual instances is therefore less attractive. More work, more room for errors, larger org files.

I’ve made a feature request at org-ql, see here: https://github.com/alphapapa/org-ql/issues/159

tmalsburg commented 3 years ago

It's working now :) This is one the those small things that can make a big difference. Thank you so much!

unhammer commented 3 years ago

Thank you for reporting and testing :-)