emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox-docx?
@ 2024-02-14 11:08 Sharon Kimble
  2024-02-14 12:08 ` ox-docx? Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Sharon Kimble @ 2024-02-14 11:08 UTC (permalink / raw)
  To: emacs-orgmode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

  
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")
  load("/home/boudiccas/git/org-mode/lisp/ox" noerror nil nil mustsuffix)
  #f(compiled-function (f) #<bytecode 0x10c10d155b02f7d0>)("ox")
  mapcar(#f(compiled-function (f) #<bytecode 0x10c10d155b02f7d0>) ("ob" "ob-C" "ob-awk" "ob-clojure" "ob-comint" "ob-core" "ob-emacs-lisp" "ob-eval" "ob-exp" "ob-java" "ob-latex" "ob-lob" "ob-python" "ob-ref" "ob-ruby" "ob-sh" "ob-table" "ob-tangle" "obarray" "oc" "oc-basic" "oclosure" "ol" "ol-bbdb" "ol-bibtex" "ol-docview" "ol-doi" "ol-eww" "ol-gnus" "ol-info" "ol-irc" "ol-mhe" "ol-rmail" "ol-w3m" "olivetti-autoloads" "org-agenda" "org-agenda-property" "org-agenda-show-deadlines" "org-alert-autoloads" "org-autolist" "org-bookmark-heading-autoloads" "org-books-autoloads" "org-bullets" "org-capture" "org-checklist" "org-cliplink" "org-cliplink-string" "org-cliplink-transport" "org-clock" "org-clock-budget" ...))
  org-reload(nil)
  funcall-interactively(org-reload nil)
  call-interactively(org-reload nil nil)
  command-execute(org-reload)    
=====

I did 'git pull', then when its completed, I did a 'make' followed by 'make docs'.

I then upgraded org-mode within org in emacs, and I have this version running at the moment - Org mode version 9.7-pre (release_9.6.18-1149-gb26745 @ /home/boudiccas/git/org-mode/lisp/).  

Thanks
  Sharon.
- -- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 12.4, fluxbox 1.3.7, emacs 30.0.50, org 9.7-pre 
-----BEGIN PGP SIGNATURE-----

iQJRBAEBCgA7FiEELSc/6QwVBIYugJDbNoGAGQr4g1sFAmXMnxgdHGJvdWRpY2Nh
c0Bza2ltYmxlMDkucGx1cy5jb20ACgkQNoGAGQr4g1sc7Q//ddiCSoW+uSvrXiRB
afTP6S4C9GkefRjQnu1T5lE61Dn3Ezynw3ZMAkFqHZvcIvo7iJKhtA10CNqKuTrH
hLAOzM7KWGIJcr4tPO1RmxfDZCkotOGu0uZ0pynAF8JE66tzBkmGoch4WM+cBANc
PHYgViirFHeA9wyol7GiKKS/gGyhVUcaOmhisocU8v6Ne6yINvJHKo8h+8Wo4F6O
zkUxiLlyTyOOCQcFWQcpvpZ0TIPYpGE4tgd1nR8vgRu2vQO1evAZs+UCV54x5oyi
N8I6Bhm05zbe7bQiSaj2ZIqUTYUQjfO8tXe8MgPa/kMx3RLHKwlKa8I9Lf+S1FeQ
cavuv5B5yWnCzjSBJQNEchc3vhBbRDlOAhP5ijBgHbEC4vVL4iWjMM96yHAyn7ls
M35eIpkhZ2jQWTozVgoBhBhb28bAJg3v0Qcu1X5d30Piw6g0P6IETLCXM4n8T6xq
NF4qh6bldpwT47lAZyR233vIWPcsYvQiVRYwY2qxUY0RXy3UljiTZti+4xNULPlE
l6LoyVMYGiBXqqu/Cplh2rMxYY7tDhfYE7Ycq75PPcPVX934YMjKWkNC68DLayHk
kKQoi5bB+KntmVd9CjVYttMGZCMU9Jxda3WVMCbESyoomSw5XmtMR4hX6zIFFyXk
GlZPXeoP6rJ7nZot7KggjKS/0KE=
=4Bp4
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ox-docx?
  2024-02-14 11:08 ox-docx? Sharon Kimble
@ 2024-02-14 12:08 ` Ihor Radchenko
  2024-02-14 15:17   ` ox-docx? Sharon Kimble
  0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2024-02-14 12:08 UTC (permalink / raw)
  To: Sharon Kimble; +Cc: emacs-orgmode

Sharon Kimble <boudiccas@skimble09.plus.com> 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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ox-docx?
  2024-02-14 12:08 ` ox-docx? Ihor Radchenko
@ 2024-02-14 15:17   ` Sharon Kimble
  0 siblings, 0 replies; 3+ messages in thread
From: Sharon Kimble @ 2024-02-14 15:17 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Ihor Radchenko <yantar92@posteo.net> writes:

> Sharon Kimble <boudiccas@skimble09.plus.com> 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.

I've checked my config file and there is no mention of 'ox-docx' nor of 'ox-doc'! So I've checked on my computer and there is no location of 'ox-docx' nor of 'ox-doc'! I've checked my lisp folders and again there is no file named
  'ox.docx' nor 'ox-doc', and I can't work out where its coming from.

But I've done git pull etc since and not found that problem so its not a problem!

Thanks
  Sharon.  
- -- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 12.4, fluxbox 1.3.7, emacs 30.0.50, org 9.7-pre 
-----BEGIN PGP SIGNATURE-----

iQJRBAEBCgA7FiEELSc/6QwVBIYugJDbNoGAGQr4g1sFAmXM2YYdHGJvdWRpY2Nh
c0Bza2ltYmxlMDkucGx1cy5jb20ACgkQNoGAGQr4g1tiqw/+I7briZ+Y5sbIqvb0
BZa7XPeJ6sRNBbyuJwenY8xmDleIrdzYot2Mq9XEZQplSAccG4UNzDRwQZ7EX5YA
4LYQmCFYmvkBV5wUjGIIVCd84C8VMV8dKcqsfDsKPGUuWbgCWHHQccj0XAcfAFDf
MqD4UqnvWkE3GZLqxxGeLuOElowQCsFotuBYSVFHmDr7t8nht52arnF1bszXzLNA
o/Zli7wgUN9bp+nJ7hI7Xq29ZKS3C1OjWXQuDAW34Lo3f/8tl8YzR+fVrjOu0jZp
yNidZVdpu3GKPWJMa73dPDahcWG2DOOgJ+7I5Y8dvQAZz0mIFThGvYgiOm/VCNfK
K2EGKxsO0yXB5rhCd9rG+No1loDN8+SdqwcfWIPCULyt14nyPyqHfcOYrOSCHg+1
zT+HtDEWTtyqf/PE4iLnWw1l1Eokz8TQjowljwscxC6R/cFSgoPPt34bzy6C97HD
TJbCrpWJ/3dyVluTMCCjVwtXoNegVhjSC+bHHxTgsEdlq3x1Prnw8EU02pi2u0eX
60IQT3DPzaj63QfionBufLxtu0tpj2Mb6X//Y+bPGcRdJI/RBEANVm1RbEIkUP3L
bELa79mUx8s5f3XFPhKF6c5FPz3pAvq3yGeocH4ISby8KId0b+imDUOhp1bAUU3z
7D9Yw0+lAkr5x95Od6zjund10GI=
=5KMS
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-14 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-14 11:08 ox-docx? Sharon Kimble
2024-02-14 12:08 ` ox-docx? Ihor Radchenko
2024-02-14 15:17   ` ox-docx? Sharon Kimble

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).