Hello,friends
I found that the planner-mode conflict with f90-mode when outline-minor-mode
is used.when I open my .f90 file, the contents  in  my planner page can't be
folded,vice versa.My configuration is,

(add-hook 'planner-mode-hook
     '(lambda()
        (outline-minor-mode)
        (setq outline-regexp "\\(\* Tasks\\|\* Schedule\\|\*
Accomplishments\\|\* Timeclock\\|\* Notes\\)")
        (hide-sublevels 1)))

(add-hook 'f90-mode-hook
     '(lambda()
       (outline-minor-mode)
       (setq outline-regexp "
*\\(FUNCTION\\|SUBROUTINE\\|MODULE\\|PROGRAM\\)")
        (hide-sublevels 1)))

Any suggestions are  welcomed.
Best wishes

Abo

--
    Department of Physics
    Wuhan university
    P.R.China

--------------------------------------------
_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to