Skip to content

Instantly share code, notes, and snippets.

@kiwanami
Created July 29, 2011 12:58
Show Gist options
  • Save kiwanami/1113761 to your computer and use it in GitHub Desktop.
Save kiwanami/1113761 to your computer and use it in GitHub Desktop.
calfw color for orgmode
// calfw color for orgmode
(defun my-open-org-calendar ()
(interactive)
(cfw:open-calendar-buffer
:view 'month
:contents-sources (list (cfw:org-create-source "Black"))
:custom-map cfw:org-schedule-map
:sorter 'cfw:org-schedule-sorter))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment