Brian Carlson
Brian Carlson
@enderw88 : Thanks for the code you've written. I wrote some advice around the functions that I needed and that works just fine. ``` (advice-add 'ledger-report-edit-report :around (lambda (orig) (let...
Actually your username is probably "Domain\user". ``` elisp (setq org-caldav-url "http://localhost:1080/users" org-caldav-calendar-id "[email protected]/calendar" org-caldav-uuid-extension ".EML") ``` - _user_: DOMAIN\LOGIN - _password_: You're windows domain\login password
So a bit more information... I have seen 1. foxglove and black thistle in the dark forest, but not itching ivy, owls, moths 2. but there also appears to be...
Do you have fic mode installed (and either a calling as a hook to prog-mode or cmake-mode). That was where my problem occurs (because fic-mode incorrectly uses the interactive-only call...
font-lock-refresh-defaults seems like a rather large hammer for something that is not a major-mode.... since it removes modifications made by other modes to font-lock-add-keywords, and font-lock-remove-keywords. ``` font-lock-refresh-defaults is a...