emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: (org-release) returns empty string on Elpa [ ( @ /home/pierre/.guix-profile/share/emacs/site-lisp/)]
@ 2020-12-28 10:27 Pierre Langlois
  2021-01-06  3:59 ` Kyle Meyer
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre Langlois @ 2020-12-28 10:27 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1890 bytes --]

Hello there!

Since the latest update to 9.4.4, some of us in Guix have been
experiencing issues with loading packages that depend on Org [0]. It
seems the root of the problem is that (org-release) returns an empty
string, you can see this manifesting in this email actually :-).

Looking a little deeper, indeed the org-version.el packaged in Guix is
as follows:

--8<---------------cut here---------------start------------->8---
;;; 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
(defun org-git-version ()
  "The Git version of Org mode.
Inserted by installing Org or when a release is made."
   (let ((org-git-version ""))
     org-git-version))
\f
(provide 'org-version)
\f
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; coding: utf-8
;; End:
;;; org-version.el ends here
--8<---------------cut here---------------end--------------->8---

We download the Org source code directly from ELPA [1], it would seemx
the org-version.el wasn't correctly generated, right?

Thanks so much for Org!
Pierre

[0]: https://issues.guix.gnu.org/45448
[1]: https://elpa.gnu.org/packages/org-9.4.4.tar

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------



Emacs  : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.23, cairo version 1.16.0)
Package: Org mode version  ( @ /home/pierre/.guix-profile/share/emacs/site-lisp/)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 519 bytes --]

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

end of thread, other threads:[~2021-02-06 11:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 10:27 Bug: (org-release) returns empty string on Elpa [ ( @ /home/pierre/.guix-profile/share/emacs/site-lisp/)] Pierre Langlois
2021-01-06  3:59 ` Kyle Meyer
2021-01-06 15:36   ` Stefan Monnier
2021-02-05  6:24     ` Kyle Meyer
2021-02-05 15:37       ` Stefan Monnier
2021-02-06 11:51       ` Pierre Langlois

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).