Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
meedstrom committed Aug 24, 2024
1 parent 4a5cd24 commit 7d58a4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org-node.el
Original file line number Diff line number Diff line change
Expand Up @@ -931,9 +931,9 @@ function to update current tables."
(write-region (prin1-to-string files)
nil
(org-node-parser--tmpfile "file-list-0.eld")))
(setq org-node-parser--result/found-links nil)
(setq org-node-parser--result/problems nil)
(setq org-node-parser--result/paths-types nil)
(setq org-node-parser--result-found-links nil)
(setq org-node-parser--result-problems nil)
(setq org-node-parser--result-paths-types nil)
(when (bound-and-true-p editorconfig-mode)
(message "Maybe disable editorconfig-mode while debugging"))
(setq org-node--first-init nil)
Expand Down

0 comments on commit 7d58a4a

Please sign in to comment.