kiwanami / emacs-calfw

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

Symbol's function definition is void: format-spec #96

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello,

i have put the following lines in my init.el file:

;; calendar frame work (require 'calfw) (require 'calfw-cal)

But running the command M-x cfw:open-diary-calendar fails to open the calendar, showing the following error in the echo buffer:

Symbol's function definition is void: format-spec

kiwanami commented 7 years ago

Hi @amirteymuri Thank you for your report! I checked the problem for emacs -q and fixed. Will you check it in your environment?

I haven't notice this problem because I hardly use cfw:event data type which is used by diary and org adapters. This is related to #95. I would follow the problem.

ghost commented 7 years ago

Hi,

how can i check it on my environment?

kiwanami commented 7 years ago

If you can pull the master branch of this repository, please try to check out.

A little while ago, the calfw entry in MELPA has been updated https://melpa.org/#/calfw. So, if you use MELPA, you may update it now.

ghost commented 7 years ago

Ok problem, solved! Refreshed Melpa repo and installed it from Melpa, looks like a charm! Thank you :+1:

kiwanami commented 7 years ago

Thank you for your checking!