kiwanami / emacs-calfw

A calendar framework for Emacs
1.17k stars 100 forks source link

Default Org Color #70

Closed mankoff closed 9 years ago

mankoff commented 9 years ago

Sorry to post trivial issues here, but I'm having trouble figuring out how to set this based on the documentation.

How can I set the default color of Org items? Currently they are Seagreen4. I'd prefer them to be white.

skyer9 commented 9 years ago

currently you can overwrite this function

(defun cfw:org-create-source (&optional color) "Create org-agenda source." (make-cfw:source :name "org-agenda" :color (or color "Seagreen4") :data 'cfw:org-schedule-period-to-calendar))

i will fix it this in this weekend. i can make time in weekend only.

kiwanami commented 9 years ago

Hi, @mankoff @skyer9 I also think the default color should be extracted as a customize variable. Please follow #73.

mankoff commented 9 years ago

Seems like this issue is covered in #73