📓 trying-out-calfw-blocks.md by @neil ☆

trying out calfw-blocks

Trying out [[calfw-blocks]] as a means to [[Using org-mode for timeblocking]].

On my desktop, added a private spacemacs layer setting up calfw (based on https://github.com/dudelson/spacemacs-calendar-la) then extended it with some calfw-blocks setup.

On mobile:

(package! calfw-blocks :recipe (:host github :repo "ml729/calfw-blocks"))
(use-package calfw-blocks
  :config
  (defun ngm/org-day-blocks ()
    (interactive)
    (cfw:open-calendar-buffer
   :contents-sources
   (list
    (cfw:org-create-source "medium purple")
    (cfw:org-create-file-source "Day" "/storage/emulated/0/org/day-2024-03-27.org" "green")
    )
   :view 'block-day)))

Should check my version of the spacemacs layer in somewhere. And my doom init and config files.

Issues