Sorry if this is a noob issue but I am not an emacs expert.

Distro: Mobian Phosh

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)
(matlab-is-matlab-file . matlab-mode)
("^%YAML\\s-+[0-9]+\\.[0-9]+\\(\\s-+#\\|\\s-*$\\)" . yaml-mode)) #<subr
F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_80>)
  #<subr set-auto-mode>()
  apply(#<subr set-auto-mode> nil)
  #f(advice auto-minor-mode-set :after #<subr set-auto-mode>)()
  apply(#f(advice auto-minor-mode-set :after #<subr set-auto-mode>) nil)
  (progn (apply fn args))
  (unwind-protect (progn (apply fn args)) (when (buffer-live-p buf)
(with-current-buffer buf (evil-change-state old-state))))
  (let ((evil-state evil-state) (evil-previous-state evil-previous-state)
(evil-previous-state-alist (copy-tree evil-previous-state-alist))
(evil-next-state evil-next-state) (old-state evil-state) (inhibit-quit t)
(buf (current-buffer))) (unwind-protect (progn (apply fn args)) (when
(buffer-live-p buf) (with-current-buffer buf (evil-change-state
old-state)))))
  (evil-save-state (apply fn args))
  (if evil-state (evil-save-state (apply fn args)) (apply fn args))
  +evil--persist-state-a(#f(advice auto-minor-mode-set :after #<subr
set-auto-mode>))
  apply(+evil--persist-state-a #f(advice auto-minor-mode-set :after #<subr
set-auto-mode>) nil)
  #f(advice +evil--persist-state-a :around #f(advice auto-minor-mode-set
:after #<subr set-auto-mode>))()
  so-long--set-auto-mode(#f(advice +evil--persist-state-a :around #f(advice
auto-minor-mode-set :after #<subr set-auto-mode>)))
  apply(so-long--set-auto-mode #f(advice +evil--persist-state-a :around
#f(advice auto-minor-mode-set :after #<subr set-auto-mode>)) nil)
  set-auto-mode()
  normal-mode(t)
  #<subr after-find-file>(nil t nil nil nil)
  apply(#<subr after-find-file> (nil t))
  (progn (fset #'sit-for #'ignore) (apply fn args))
  (unwind-protect (progn (fset #'sit-for #'ignore) (apply fn args)) (fset
#'sit-for old))
  (let* ((old (symbol-function #'sit-for))) (unwind-protect (progn (fset
#'sit-for #'ignore) (apply fn args)) (fset #'sit-for old)))
  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))
  #f(advice chain-doom-first-buffer-hook-to-find-file-hook-h :before
#f(advice doom--shut-up-autosave-a :around #<subr after-find-file>) ((depth
. -101)))(nil t)
  apply(#f(advice chain-doom-first-buffer-hook-to-find-file-hook-h :before
#f(advice doom--shut-up-autosave-a :around #<subr after-find-file>) ((depth
. -101))) (nil t))
  after-find-file(nil t)
  find-file-noselect-1(#<buffer todo.org> "~/org/todo.org" nil nil "~/org/
todo.org" (57549665 2050))
  find-file-noselect("/home/juno/org/todo.org" nil nil nil)
  find-file("/home/juno/org/todo.org")
  dirvish-open-file(#s(dirvish :id "6fW5ZI" :timestamp "03/28/25|20:56:36"
:type default :root-window #<window 1 on org> :dedicated nil :size-fixed
nil :root-conf ignore :root-window-fn nil :open-file dirvish-open-file
:curr-layout nil :ff-layout (1 0.11 0.55) :ls-switches "-ahl -v
--group-directories-first" :mode-line ((:eval (let* ((dv (dirvish-curr))
(fullframe-p (and dv ...)) (buf (if fullframe-p ... ...)) (expand (lambda
... ...)) (face 'mode-line-inactive) (default (face-attribute ... :height))
(ml-height (face-attribute face :height)) (scale (cond ... ... ...))
(win-width (floor ...)) (str-l (if dv " DIRVISH: context buffer is a killed
buffer" " DIRVISH: failed to get current session")) (str-r (propertize
"WARNING " ... ...)) (len-r 8)) (when (buffer-live-p buf) (setq str-l
(format-mode-line ... nil nil buf)) (setq str-r (format-mode-line ... nil
nil buf)) (setq len-r (string-width str-r))) (concat
(dirvish--mode-line-bar-img fullframe-p nil) (if (< ... win-width) str-l
(let ... ...)) (propertize " " 'display `...) str-r)))) :header-line
((:eval (let* ((dv (dirvish-curr)) (fullframe-p (and dv ...)) (buf (if
fullframe-p ... ...)) (expand (lambda ... ...)) (face 'header-line)
(default (face-attribute ... :height)) (ml-height (face-attribute face
:height)) (scale (cond ... ... ...)) (win-width (floor ...)) (str-l (if dv
" DIRVISH: context buffer is a killed buffer" " DIRVISH: failed to get
current session")) (str-r (propertize "WARNING " ... ...)) (len-r 8)) (when
(buffer-live-p buf) (setq str-l (format-mode-line ... nil nil buf)) (setq
str-r (format-mode-line ... nil nil buf)) (setq len-r (string-width
str-r))) (concat (dirvish--mode-line-bar-img fullframe-p t) (if (< ...
win-width) str-l (let ... ...)) (propertize " " 'display `...) str-r))))
:preview-dispatchers (dirvish-disable-dp dirvish-video-dp dirvish-image-dp
dirvish-gif-dp dirvish-audio-dp dirvish-epub-dp dirvish-archive-dp
dirvish-font-dp dirvish-pdf-dp dirvish-dired-dp dirvish-fallback-dp)
:preview-hash #<hash-table equal 0/0 0x1023d75537d8 ...> :parent-hash
#<hash-table equal 0/0 0x1023d75537b6 ...> :attributes ((symlink-target 0 0
(or (derived-mode-p 'dirvish-directory-view-mode) (and
dired-hide-details-mode (default-value
'dired-hide-details-hide-symlink-targets))) nil
dirvish-attribute-symlink-target-rd) (hl-line 0 0 t nil
dirvish-attribute-hl-line-rd)) :preview-buffers nil :special-buffers nil
:preview-window nil :winconf nil :index ("/home/juno/org/" . #<buffer org>)
:roots (("/home/juno/org/" . #<buffer org>))) find-file "/home/juno/org/
todo.org")
  dirvish--find-entry(find-file "/home/juno/org/todo.org")
  apply(dirvish--find-entry (find-file "/home/juno/org/todo.org"))
  dired--find-file(find-file "/home/juno/org/todo.org")
  dired--find-possibly-alternative-file("/home/juno/org/todo.org")
  dired-find-file()
  funcall-interactively(dired-find-file)
  command-execute(dired-find-file)





Emacs  : GNU Emacs 30.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.49, cairo version 1.18.4)
 of 2025-03-16, modified by Debian
Package: Org mode version 9.7.26 (9.7.26-??-07e380f76 @
/home/juno/.config/emacs/.local/straight/build-30.1/org/)

current state:
==============
(setq
 org-special-ctrl-a/e t
 org-yank-image-file-name-function 'org-yank-image-autogen-filename
 org-persist-before-write-hook '(org-element--cache-persist-before-write)
 org-clock-persist 'history
 org-indirect-buffer-display 'current-window
 org-preview-latex-image-directory
"/home/juno/.config/emacs/.local/cache/org/latex/"
 org-default-notes-file "/home/juno/org/notes.org"
 org-directory "~/org/"
 org-M-RET-may-split-line nil
 org-clock-in-resume t
 org-clock-out-remove-zero-time-clocks t
 org-display-remote-inline-images 'download
 org-roam-db-node-include-function #[0 "\300\207" [t] 1]
 org-roam-log-setup-hook '(org-roam--register-completion-functions-h)
 org-speed-command-hook '(org-speed-command-activate
org-babel-speed-command-activate)
 org-persist-after-read-hook '(org-element--cache-persist-after-read)
 org-archive-subtree-save-file-p t
 org-id-locations-file "/home/juno/org/.orgids"
 org-agenda-finalize-hook '(+org-exclude-agenda-buffers-from-workspace-h)
 org-roam-preview-function 'org-roam-preview-default-function
 org-log-done 'time
 org-agenda-window-setup 'current-window
 org-file-apps '((remote . emacs) (auto-mode . emacs) (directory . emacs)
("\\.mm\\'" . default)
                 ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default))
 org-mode-hook '(er/add-org-mode-expansions #[0 "\301\211 \207"
[imenu-create-index-function org-imenu-get-tree] 2]
                 #[nil ((org-bullets-mode 1)) (t)]
                 #[(&rest _)
                   ((progn
                     (let ((tail '(after-change-major-mode-hook)))
                      (while tail
                       (let ((hook (car tail)))
                        (let
                         ((tail
                           (list #'(lambda (&rest _) (if (derived-mode-p
'org-mode) (progn (setq tab-width 8))))))
                          )
                         (while tail (let ((func (car tail))) (add-hook
hook func nil t) (setq tail (cdr tail)))))
                        (setq tail (cdr tail)))
                       )
                      )
                     )
                    (add-hook 'save-place-after-find-file-hook
#'+org-make-last-point-visible-h nil t))
                   (t)]
                 +lookup--init-org-mode-handlers-h
                 #[0 "\300\301\302\303\304$\207" [add-hook
change-major-mode-hook org-fold-show-all append local] 5]
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook
org-babel-show-result-all append local] 5]
                 org-babel-result-hide-spec org-babel-hide-all-hashes
doom-disable-show-paren-mode-h
                 doom-disable-show-trailing-whitespace-h evil-org-mode
org-eldoc-load toc-org-enable
                 embrace-org-mode-hook)
 org-load-hook '(+org-init-org-directory-h +org-init-appearance-h
+org-init-agenda-h +org-init-attachments-h
                 +org-init-babel-h +org-init-babel-lazy-loader-h
+org-init-capture-defaults-h
                 +org-init-capture-frame-h +org-init-custom-links-h
+org-init-export-h +org-init-habit-h
                 +org-init-hacks-h +org-init-keybinds-h
+org-init-popup-rules-h +org-init-smartparens-h)
 org-hide-leading-stars t
 org-capture-templates '(("t" "Personal todo" entry (file+headline
+org-capture-todo-file "Inbox")
                          "* [ ] %?\n%i\n%a" :prepend t)
                         ("n" "Personal notes" entry (file+headline
+org-capture-notes-file "Inbox")
                          "* %u %?\n%i\n%a" :prepend t)
                         ("j" "Journal" entry (file+olp+datetree
+org-capture-journal-file) "* %U %?\n%i\n%a"
                          :prepend t)
                         ("p" "Templates for projects")
                         ("pt" "Project-local todo" entry (file+headline
+org-capture-project-todo-file "Inbox")
                          "* TODO %?\n%i\n%a" :prepend t)
                         ("pn" "Project-local notes" entry (file+headline
+org-capture-project-notes-file "Inbox")
                          "* %U %?\n%i\n%a" :prepend t)
                         ("pc" "Project-local changelog" entry
                          (file+headline
+org-capture-project-changelog-file "Unreleased") "* %U %?\n%i\n%a"
                          :prepend t)
                         ("o" "Centralized templates for projects")
                         ("ot" "Project todo" entry
#'+org-capture-central-project-todo-file "* TODO %?\n %i\n %a"
                          :heading "Tasks" :prepend nil)
                         ("on" "Project notes" entry
#'+org-capture-central-project-notes-file "* %U %?\n %i\n %a"
                          :heading "Notes" :prepend t)
                         ("oc" "Project changelog" entry
#'+org-capture-central-project-changelog-file
                          "* %U %?\n %i\n %a" :heading "Changelog" :prepend
t)
                         )
 org-refile-targets '((nil :maxlevel . 3) (org-agenda-files :maxlevel . 3))
 org-agenda-deadline-faces '((1.001 . error) (1.0 . org-warning) (0.5 .
org-upcoming-deadline)
                             (0.0 . org-upcoming-distant-deadline))
 org-confirm-shell-link-function 'yes-or-no-p
 org-agenda-inhibit-startup t
 org-attach-use-inheritance t
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-src-window-setup 'other-window
 org-mode-local-vars-hook '(+org-init-gifs-h)
 org-insert-heading-respect-content t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-fontify-whole-heading-line t
 org-occur-hook '(org-first-headline-recenter)
 org-roam-ui-browser-function 'browse-url
 org-ellipsis " [...] "
 org-enforce-todo-dependencies t
 org-entities-user '(("flat" "\\flat" nil "" "" "266D" "♭") ("sharp"
"\\sharp" nil "" "" "266F" "♯"))
 org-roam-node-annotation-function 'org-roam-node-read--annotation
 org-confirm-babel-evaluate nil
 org-roam-db-autosync-mode t
 org-roam-indirect-buffer-hook '(org-roam--register-completion-functions-h)
 org-priority-faces '((65 . error) (66 . warning) (67 . success))
 org-link-abbrev-alist '(("doomdir" . "/home/juno/.config/doom/%s")
("emacsdir" . "/home/juno/.config/emacs/%s")
                         ("doom-repo" . "
https://github.com/doomemacs/doomemacs/%s";)
                         ("wolfram" . "https://wolframalpha.com/input/?i=%s
")
                         ("wikipedia" . "https://en.wikipedia.org/wiki/%s";)
                         ("duckduckgo" . "https://duckduckgo.com/?q=%s";)
("kagi" . "https://kagi.com/search?q=%s";)
                         ("gmap" . "https://maps.google.com/maps?q=%s";)
                         ("gimages" . "https://google.com/images?q=%s";)
("google" . "https://google.com/search?q=";)
                         ("youtube" . "https://youtube.com/watch?v=%s";)
("github" . "https://github.com/%s";))
 org-bibtex-headline-format-function 'org-bibtex-headline-format-default
 org-capture-prepare-finalize-hook '(org-roam-capture--install-finalize-h)
 org-link-parameters '(("bibtex" :follow org-bibtex-open :store
org-bibtex-store-link)
                       ("orgit-rev" :store orgit-rev-store :follow
orgit-rev-open :export orgit-rev-export :complete
                        orgit-rev-complete-link)
                       ("orgit-log" :store orgit-log-store :follow
orgit-log-open :export orgit-log-export :complete
                        orgit-log-complete-link)
                       ("orgit" :store orgit-status-store :follow
orgit-status-open :export orgit-status-export
                        :complete orgit-status-complete-link)
                       ("roam" :follow org-roam-link-follow-link)
                       ("id" :follow org-id-open :store
org-id-store-link-maybe)
                       ("img" :image-data-fun +org-inline-image-data-fn)
                       ("doom-changelog" :follow
                        #[(link)
                          ((find-file (doom-path doom-docs-dir "
changelog.org")) (org-match-sparse-tree nil link))
                          (t)]
                        )
                       ("doom-user" :follow
                        #[(link)
                          ((browse-url
                            (format "https://github.com/%s";
                             (string-remove-prefix "@"
(+org-link-read-desc-at-point link)))
                            )
                           )
                          (t)]
                        :face #[(_) ('org-priority) (t)])
                       ("doom-ref" :follow
                        #[(link)
                          ((let
                            ((link (+org-link-read-desc-at-point link))
(url "https://github.com";)
                             (doom-repo "doomemacs/doomemacs"))
                            (let ((saved-match-data (match-data)))
                             (unwind-protect
                              (progn
                               (browse-url
                                (cond
                                 ((string-match
"^\\([^/]+\\(?:/[^/]+\\)?\\)?#\\([0-9]+\\(?:#.*\\)?\\)" link)
                                  (format "%s/%s/issues/%s" url (or
(match-string 1 link) doom-repo)
                                   (match-string 2 link))
                                  )
                                 ((string-match
"^\\([^/]+\\(?:/[^/]+\\)?@\\)?\\([a-z0-9]\\{7,\\}\\(?:#.*\\)?\\)"
                                   link)
                                  (format "%s/%s/commit/%s" url (or
(match-string 1 link) doom-repo)
                                   (match-string 2 link))
                                  )
                                 ((user-error "Invalid doom-ref link: %S"
link)))
                                )
                               )
                              (set-match-data saved-match-data t))
                             )
                            )
                           )
                          (t)]
                        :face
                        #[(link)
                          ((let ((link (+org-link-read-desc-at-point link)))
                            (if
                             (or (string-match
"^\\([^/]+\\(?:/[^/]+\\)?\\)?#\\([0-9]+\\(?:#.*\\)?\\)" link)
                              (string-match
"^\\([^/]+\\(?:/[^/]+\\)?@\\)?\\([a-z0-9]\\{7,\\}\\(?:#.*\\)?\\)" link))
                             'org-link 'error)
                            )
                           )
                          (t)]
                        )
                       ("doom-executable" :activate-func
+org-link--doom-executable-link-activate-fn :help-echo
                        +org-link-doom--help-echo-from-textprop :face
org-verbatim)
                       ("doom-module" :follow
+org-link--doom-module-link-follow-fn :activate-func
                        +org-link--doom-module-link-activate-fn :help-echo
+org-link-doom--help-echo-from-textprop)
                       ("doom-package" :follow
+org-link--doom-package-link-follow-fn :activate-func
                        +org-link--doom-package-link-activate-fn :help-echo
+org-link-doom--help-echo-from-textprop)
                       ("cmd" :follow
                        #[(path _prefixarg)
                          ((funcall (or (command-remapping fn) fn)
                            (or (intern-soft path) (user-error "Can't find
documentation for %S" path)))
                           )
                          ((fn . describe-command))]
                        :activate-func +org-link--command-link-activate-fn
:face help-key-binding :help-echo
                        +org-link-doom--help-echo-from-textprop)
                       ("face" :follow
                        #[(path _prefixarg)
                          ((funcall (or (command-remapping fn) fn)
                            (or (intern-soft path) (user-error "Can't find
documentation for %S" path)))
                           )
                          ((fn . describe-face))]
                        :activate-func +org-link--face-link-activate-fn
:face (font-lock-type-face underline))
                       ("fn" :follow
                        #[(path _prefixarg)
                          ((funcall (or (command-remapping fn) fn)
                            (or (intern-soft path) (user-error "Can't find
documentation for %S" path)))
                           )
                          ((fn . describe-function))]
                        :activate-func +org-link--fn-link-activate-fn :face
(font-lock-function-name-face underline))
                       ("var" :follow
                        #[(path _prefixarg)
                          ((funcall (or (command-remapping fn) fn)
                            (or (intern-soft path) (user-error "Can't find
documentation for %S" path)))
                           )
                          ((fn . describe-variable))]
                        :activate-func +org-link--var-link-activate-fn :face
                        (font-lock-variable-name-face underline))
                       ("kbd" :follow
                        #[(ev)
                          ((minibuffer-message "%s"
                            (+org-link-doom--help-echo-from-textprop nil
(current-buffer)
                             (posn-point (event-start ev)))
                            )
                           )
                          (t) nil nil "e"]
                        :help-echo +org-link-doom--help-echo-from-textprop
:face help-key-binding)
                       ("doom-modules" :complete
                        #[nil
                          ((if requires (mapc #'require (ensure-list
requires)))
                           (+org--relative-path (+org--read-link-path key
(funcall dir-fn)) (funcall dir-fn)))
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . doom-modules-dir))]) (requires)
                           (key . "doom-modules"))
                          ]
                        :follow
                        #[(link) ((org-link-open-as-file (expand-file-name
link (funcall dir-fn)) nil))
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . doom-modules-dir))]))]
                        :face
                        #[(link)
                          ((let*
                            ((path (expand-file-name link (funcall dir-fn)))
                             (option-index (string-match-p "::\\(.*\\)\\'"
path))
                             (file-name (substring path 0 option-index)))
                            (if (file-exists-p file-name) 'org-link 'error))
                           )
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . doom-modules-dir))]))]
                        :requires nil)
                       ("doom-docs" :complete
                        #[nil
                          ((if requires (mapc #'require (ensure-list
requires)))
                           (+org--relative-path (+org--read-link-path key
(funcall dir-fn)) (funcall dir-fn)))
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . doom-docs-dir))]) (requires)
                           (key . "doom-docs"))
                          ]
                        :follow
                        #[(link) ((org-link-open-as-file (expand-file-name
link (funcall dir-fn)) nil))
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . doom-docs-dir))]))]
                        :face
                        #[(link)
                          ((let*
                            ((path (expand-file-name link (funcall dir-fn)))
                             (option-index (string-match-p "::\\(.*\\)\\'"
path))
                             (file-name (substring path 0 option-index)))
                            (if (file-exists-p file-name) 'org-link 'error))
                           )
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . doom-docs-dir))]))]
                        :requires nil)
                       ("doom" :complete
                        #[nil
                          ((if requires (mapc #'require (ensure-list
requires)))
                           (+org--relative-path (+org--read-link-path key
(funcall dir-fn)) (funcall dir-fn)))
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . doom-emacs-dir))]) (requires)
                           (key . "doom"))
                          ]
                        :follow
                        #[(link) ((org-link-open-as-file (expand-file-name
link (funcall dir-fn)) nil))
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . doom-emacs-dir))]))]
                        :face
                        #[(link)
                          ((let*
                            ((path (expand-file-name link (funcall dir-fn)))
                             (option-index (string-match-p "::\\(.*\\)\\'"
path))
                             (file-name (substring path 0 option-index)))
                            (if (file-exists-p file-name) 'org-link 'error))
                           )
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . doom-emacs-dir))]))]
                        :requires nil)
                       ("org" :complete
                        #[nil
                          ((if requires (mapc #'require (ensure-list
requires)))
                           (+org--relative-path (+org--read-link-path key
(funcall dir-fn)) (funcall dir-fn)))
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . org-directory))]) (requires)
                           (key . "org"))
                          ]
                        :follow
                        #[(link) ((org-link-open-as-file (expand-file-name
link (funcall dir-fn)) nil))
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . org-directory))]))]
                        :face
                        #[(link)
                          ((let*
                            ((path (expand-file-name link (funcall dir-fn)))
                             (option-index (string-match-p "::\\(.*\\)\\'"
path))
                             (file-name (substring path 0 option-index)))
                            (if (file-exists-p file-name) 'org-link 'error))
                           )
                          ((dir-fn . #[nil ((symbol-value dir-var))
((dir-var . org-directory))]))]
                        :requires nil)
                       ("attachment" :image-data-fun
+org-image-file-data-fn :follow org-attach-follow :complete
                        org-attach-complete-link)
                       ("file+sys") ("file+emacs") ("shell" :follow
org-link--open-shell)
                       ("news" :follow #[514 "\301\300\302 Q \"\207"
["news" browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("mailto" :follow
                        #[514 "\301\300\302 Q \"\207" ["mailto" browse-url
":"] 6 "\n\n(fn URL ARG)"])
                       ("https" :follow
                        #[514 "\301\300\302 Q \"\207" ["https" browse-url
":"] 6 "\n\n(fn URL ARG)"]
                        :image-data-fun +org-http-image-data-fn)
                       ("http" :follow #[514 "\301\300\302 Q \"\207"
["http" browse-url ":"] 6 "\n\n(fn URL ARG)"]
                        :image-data-fun +org-http-image-data-fn)
                       ("ftp" :follow #[514 "\301\300\302 Q \"\207" ["ftp"
browse-url ":"] 6 "\n\n(fn URL ARG)"])
                       ("help" :follow org-link--open-help :store
org-link--store-help)
                       ("file" :complete org-link-complete-file :face
                        #[(path)
                          ((if
                            (or (if (featurep :system 'windows)
(string-prefix-p "//" path)) (file-remote-p path)
                             (if (featurep :system 'windows)
(string-prefix-p "\\\\" path)) (file-exists-p path))
                            'org-link '(warning org-link))
                           )
                          (t)]
                        )
                       ("elisp" :follow org-link--open-elisp))
 org-todo-keyword-faces '(("[-]" . +org-todo-active) ("STRT" .
+org-todo-active) ("[?]" . +org-todo-onhold)
                          ("WAIT" . +org-todo-onhold) ("HOLD" .
+org-todo-onhold) ("PROJ" . +org-todo-project)
                          ("NO" . +org-todo-cancel) ("KILL" .
+org-todo-cancel))
 org-persist-directory "/home/juno/.config/emacs/.local/cache/org/persist/"
 org-log-buffer-setup-hook '(org-roam-log--setup)
 org-refile-use-outline-path 'file
 org-cycle-tab-first-hook '(+org-yas-expand-maybe-h +org-indent-maybe-h
org-babel-hide-result-toggle-maybe
                            org-babel-header-arg-expand)
 org-imenu-depth 6
 org-todo-keywords '((sequence "TODO(t)" "PROJ(p)" "LOOP(r)" "STRT(s)"
"WAIT(w)" "HOLD(h)" "IDEA(i)" "|" "DONE(d)"
                      "KILL(k)")
                     (sequence "[ ](T)" "[-](S)" "[?](W)" "|" "[X](D)")
(sequence "|" "OKAY(o)" "YES(y)" "NO(n)"))
 org-font-lock-set-keywords-hook '(doom-themes-enable-org-fontification)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-history-length 20
 org-tab-first-hook '(+org-yas-expand-maybe-h +org-indent-maybe-h
org-babel-hide-result-toggle-maybe
                      org-babel-header-arg-expand)
 org-sort-function 'string-collate-lessp
 org-export-backends '(md ascii html icalendar latex odt)
 org--warnings nil
 org-after-refile-insert-hook '(save-buffer)
 org-startup-folded nil
 org-babel-pre-tangle-hook '(save-buffer)
 org-src-preserve-indentation t
 org-roam-capture-new-node-hook '(org-roam-capture--insert-captured-ref-h)
 org-tags-column 0
 org-roam-db-gc-threshold 2305843009213693951
 org-babel-after-execute-hook
'(+org-redisplay-inline-images-in-babel-result-h)
 org-export-before-parsing-hook '(org-attach-expand-links)
 org-image-actual-width nil
 org-link-shell-confirm-function 'yes-or-no-p
 org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
 org-agenda-skip-unavailable-files t
 org-roam-capture-preface-hook '(org-roam-dailies--override-capture-time-h
org-roam-capture--try-capture-to-ref-h)
 org-tags-exclude-from-inheritance '("crypt")
 outline-isearch-open-invisible-function 'outline-isearch-open-invisible
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-agenda-span 10
 org-agenda-mode-hook '(+org-habit-resize-graph-h evil-org-agenda-mode)
 org-roam-find-file-hook '(org-roam-buffer--setup-redisplay-h
org-roam--register-completion-functions-h
                           org-roam--replace-roam-links-on-save-h
org-roam-db-autosync--setup-update-on-save-h)
 org-fontify-quote-and-verse-blocks t
 org-protocol-protocol-alist '(("org-roam-node" :protocol "roam-node"
:function org-roam-protocol-open-node)
                               ("org-roam-ref" :protocol "roam-ref"
:function org-roam-protocol-open-ref))
 org-capture-after-finalize-hook '(+org-capture-cleanup-frame-h)
 org-modules '(ol-bibtex)
 org-roam-ref-annotation-function 'org-roam-ref-read--annotation
 org-agenda-loop-over-headlines-in-active-region nil
 org-agenda-start-on-weekday nil
 org-agenda-files '("~/org/")
 org-list-allow-alphabetical t
 org-attach-id-dir "/home/juno/org/.attach/"
 org-capture-mode-hook '(+org-show-target-in-capture-header-h
evil-insert-state)
 org-id-locations-file-relative t
 org-link-elisp-confirm-function nil
 org-outline-path-complete-in-steps nil
 org-startup-indented t
 org-src-lang-modes '(("md" . markdown) ("C" . c) ("C++" . c++)
("asymptote" . asy) ("beamer" . latex)
                      ("calc" . fundamental) ("cpp" . c++) ("ditaa" .
artist) ("desktop" . conf-desktop)
                      ("dot" . fundamental) ("elisp" . emacs-lisp) ("ocaml"
. tuareg) ("screen" . shell-script)
                      ("sqlite" . sql) ("toml" . conf-toml) ("shell" . sh)
("ash" . sh) ("sh" . sh) ("bash" . sh)
                      ("jsh" . sh) ("bash2" . sh) ("dash" . sh) ("dtksh" .
sh) ("ksh" . sh) ("es" . sh) ("rc" . sh)
                      ("itcsh" . sh) ("tcsh" . sh) ("jcsh" . sh) ("csh" .
sh) ("ksh88" . sh) ("oash" . sh)
                      ("pdksh" . sh) ("mksh" . sh) ("posix" . sh) ("wksh" .
sh) ("wsh" . sh) ("zsh" . sh)
                      ("rpm" . sh))
 org-clock-persist-file
"/home/juno/.config/emacs/.local/etc/org-clock-save.el"
 org-cycle-hook '(org-cycle-hide-archived-subtrees
org-cycle-show-empty-lines
                  org-cycle-optimize-window-after-visibility-change
org-cycle-display-inline-images)
 org-persist-before-read-hook '(org-element--cache-persist-before-read)
 org-use-sub-superscripts '{}
 )

Reply via email to