emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: org.el has wrong (or none) version [fatal: No names found, cann


From: Kyle Meyer
Subject: Re: Bug: org.el has wrong (or none) version [fatal: No names found, cannot describe anything. (fatal: No names found, cannot describe anything. @ /Users/niels/.emacs.d/straight/build/org-agenda/)]
Date: Wed, 06 Jan 2021 04:08:09 GMT

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.fsf@gmx.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]