calfw-blocks
calfw-blocks copied to clipboard
Visual enhancements for the Emacs Calendar Framework (calfw)
Would it be possible to have a latest visible time in addition to an earliest visible time?
I get following warning when executing `eval-buffer` on `calfw-blocks.el`: `src/calfw-blocks/calfw-blocks.el: Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’ instead. [9 times] ` In attempt to silence warning...
I have different calendars specified with specific colours for calfw, e.g. `(cfw:org-create-file-source "Personal" "~/Documents/Org/Personal.org" "medium orchid")`. These, of course, don't carry over to calfw-blocks, which specifies its own colours. Is...
This pull request proposes two variables `calfw-blocks-toolbar-views` and `calfw-blocks-view-dipatch-funcs` for better code factoring and an easier way to add views. These should really be part of emacs-calfw, but that package...
hi, first of all, nice work. when I use the week view I get the following error message: ```cfw:cp-dispatch-view-impl: Not found such view : block-week```
Thanks for writing this piece of software, very useful to have that visualization that we lack with plain calfw, etc. The software in my case works fine except when I...
After rendering a calendar, the cursor is somehow in the middle of the buffer (like 4-5 hours after the earlist-visible-time This is the kind of calendar I am doing and...