Including Emacs diary entries in Howm menu
⚠️ Note that this doesn’t work properly. There’s a “nil” at the end.
Howm has a handy menu for viewing tasks and notes. One thing I wanted to add was my Emacs diary entries for the current date. This took 3 things:
First, I created a function for inserting the day’s entries from Emacs diary in the current buffer.
(and by “I” I mean Claude, mostly)
Then I added the function to the allowed list
;; For including Emacs diary in Howm Menu
Finally, I added %here%(my/insert-diary-entries-for-today) to Howm’s menu file. And now, Howm’s menu shows the day’s diary entries.
