Niels Søndergaard writes: > This morning at at reboot of emacs, it came up telling me, that > org-contrib is not found, investigating the problem was, that the file > with org.el is version 9.5. > I've been looking for org-contrib and the like, but found nothing on the > net. > By ow org-capture does not work (maybee more, I've not investigated > that.
I don't know anything about straight, but this sounds like what you'd get if you try to generate org-version.el in an Org repo without tags. $ git clone --depth 1 file://$ORGREPO . $ git tag $ make autoloads [...] fatal: No names found, cannot describe anything. [...] $ head lisp/org-version.el ;;; org-version.el --- autogenerated file, do not edit ;; ;;; Code: ;;;###autoload (defun org-release () "The release version of Org. Inserted by installing Org mode or when a release is made." (let ((org-release "")) org-release)) ;;;###autoload > The system have been running flawless in several months Does the packaging depend on ELPA in any way? If so, perhaps it's related to this recent issue: https://yhetil.org/orgmode/87y2hi9qev....@gmx.com