Sharon Kimble <[email protected]> writes: > I've just done a 'git pull' for updating my org-mode setup, and its throwing > up the following error, which has also occurred in the past. > > ===== > Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such > file or directory" "ox-docx") > require(ox-docx) > #f(compiled-function () #<bytecode -0x68323fa91990826>)() > eval-after-load-helper("/home/boudiccas/git/org-mode/lisp/ox.elc") > run-hook-with-args(eval-after-load-helper > "/home/boudiccas/git/org-mode/lisp/ox.elc") > do-after-load-evaluation("/home/boudiccas/git/org-mode/lisp/ox.elc")
ox-docx is not a part of Org mode. It appears to be requested by your personal `eval-after-load' or `use-package` configuration. -- Ihor Radchenko // yantar92, Org mode contributor, 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>
