devuser <devuser...@gmail.com> writes: > I have emacs installed. I then installed Doom Emacs from the github > site. All was working well - i.e. I could open a .org file and Org mode > would be set and the org file would display/render correctly. > > Then I must have done something wrong like change something or do an > update and then when I opened the same .org files an error message was > displayed and the file mode set was fundamental mode and not the > expected Org mode. > > I then launched emacs with the --debug-init switch and reopened the .org > file and the following message was displayed: > > Debugger entered--Lisp error: (error "Problem in magic-mode-alist with > element go--is-go-asm") > error("Problem in magic-mode-alist with element %s" go--is-go-asm) > #<subr > F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_80>(go--is-go-asm nil) > assoc-default(nil (("#compdef " . sh-mode) (go--is-go-asm . go-asm-mode) > ... > doom--shut-up-autosave-a(#<subr after-find-file> nil t) > apply(doom--shut-up-autosave-a #<subr after-find-file> (nil t)) > #f(advice doom--shut-up-autosave-a :around #<subr after-find-file>)(nil t) > apply(#f(advice doom--shut-up-autosave-a :around #<subr after-find-file>) > (nil t))
This looks like something wrong with one of the numerous Doom-installed advices. I do not see anything related to Org mode itself that is wrong. I recommend reaching out to Doom forum/github. Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>