Hello all,
I have just been (re)discovering planner and muse after using org mode
until it popped and I could not display my main todo file. I was
thinking of fixing this, but had been feeling for a while that the
strict hierarchical focus of org, was not really reflecting the way I,
to use the term loosely, organize stuff, so found this alternative, and
so far am enjoying it.
One thing I stumbled on was this:
diff -c /path/to/planner-3.41/planner.el /tmp/buffer-content-12930jai
*** /path/to/planner-3.41/planner.el 2008-03-26 00:42:26.000000000 +0100
--- /tmp/buffer-content-12930jai 2008-03-26 00:43:33.000000000 +0100
***************
*** 1072,1078 ****
(set (make-local-variable 'font-lock-unfontify-region-function)
'planner-unhighlight-region)
(set (make-local-variable 'font-lock-defaults)
! `(nil t nil nil beginning-of-line
(font-lock-fontify-region-function . muse-colors-region)
(font-lock-unfontify-region-function
. planner-unhighlight-region))))
--- 1072,1078 ----
(set (make-local-variable 'font-lock-unfontify-region-function)
'planner-unhighlight-region)
(set (make-local-variable 'font-lock-defaults)
! `(nil t nil nil 'beginning-of-line
(font-lock-fontify-region-function . muse-colors-region)
(font-lock-unfontify-region-function
. planner-unhighlight-region))))
Diff finished. Wed Mar 26 00:43:33 2008
I only discovered this, because calling planner-mode on a planner
buffer gave an "expected symbolp got (quote beginning-of-line)" error.
Seems that somewhere between the planner-setup-highlighting and the
font-lock functions doing their thing, the quoted symbol gets quoted
again, leading to the error.
Thought you should know, and maybe this has been fixed in trunk.
Still reading the info for planner, and really impressed with all the
information and modules.
Thanks to everyone for all the hard work, and I hope this helps.
Rohan
_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss