Michael Pope

Results 32 comments of Michael Pope

Turning on the debugger I get the following backtrace; ``` Debugger entered--Lisp error: (void-variable flymake-allowed-file-name-masks) byte-code("\302\10B\20\303\11B\21\304\305\306\"\210\307\310!\207" [flymake-allowed-file-name-masks flymake-err-line-patterns (".+\\.scss$" flymake-scss-init) ("on line \\([0-9]+\\) of \\([^ ]+\\)$" 2 1 nil 2)...

I managed to fix the problem by doing the following; 1. Disable the following for indium package : :defer 5 2. Disable editing within org-ehtml : ;; (setq org-ehtml-everything-editable t)