GNU bug report logs - #46453
emacs org version confusion

Previous Next

Package: guix;

Reported by: Christopher Howard <christopher <at> librehacker.com>

Date: Thu, 11 Feb 2021 23:36:02 UTC

Severity: normal

Done: Kyle Meyer <kyle <at> kyleam.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46453 in the body.
You can then email your comments to 46453 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#46453; Package guix. (Thu, 11 Feb 2021 23:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Howard <christopher <at> librehacker.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 11 Feb 2021 23:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Howard <christopher <at> librehacker.com>
To: bug-guix <bug-guix <at> gnu.org>
Subject: emacs org version confusion
Date: Thu, 11 Feb 2021 14:35:11 -0900
[Message part 1 (text/plain, inline)]
Hi, our emacs package, as well as the emacs-next package, appears to
come package with its own release of org (org-mode). M-x org-version
gives version 9.3. However, we also have an emacs-org package at 9.4.4.
Emacs still tries to use the 9.3 version if I install emacs-org
package. So, I'm confused why we have both. Also, I'm wanting to use
the newer version as the old version has an inconvenient bug.

christopher <at> theoden ~$ guix describe
Generation 11	Jan 28 2021 08:54:56	(current)
  guix 34861ac
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 34861ac8eae3935b19b387545ca3c4c311fb66e7
christopher <at> theoden ~$ neofetch --stdout
christopher <at> theoden 
------------------- 
OS: Guix System 34861ac8eae3935b19b387545ca3c4c311fb66e7 x86_64 
Host: OptiPlex 9020 00 
Kernel: 5.10.11-gnu 
Uptime: 7 days, 5 hours, 17 mins 
Packages: 90 (guix-system), 86 (guix-user) 
Shell: bash 5.0.16 
Resolution: 1920x1080 
DE: GNOME 
Theme: Adwaita [GTK2/3] 
Icons: Adwaita [GTK2/3] 
Terminal: kitty 
CPU: Intel i5-4570 (4) @ 3.600GHz 
GPU: Intel HD Graphics 
GPU: AMD ATI Radeon HD 8490 / R5 235X OEM 
Memory: 3571MiB / 7871MiB
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#46453; Package guix. (Fri, 12 Feb 2021 00:42:01 GMT) Full text and rfc822 format available.

Message #8 received at 46453 <at> debbugs.gnu.org (full text, mbox):

From: Kyle Meyer <kyle <at> kyleam.com>
To: Christopher Howard <christopher <at> librehacker.com>
Cc: 46453 <at> debbugs.gnu.org
Subject: Re: bug#46453: emacs org version confusion
Date: Thu, 11 Feb 2021 19:41:20 -0500
Christopher Howard writes:

> Hi, our emacs package, as well as the emacs-next package, appears to
> come package with its own release of org (org-mode). M-x org-version
> gives version 9.3. However, we also have an emacs-org package at 9.4.4.
> Emacs still tries to use the 9.3 version if I install emacs-org
> package. So, I'm confused why we have both.

Org ships with Emacs, but a separate package (in Guix, ELPA, etc.) lets
users run with a more recent release.

> Also, I'm wanting to use the newer version as the old version has an
> inconvenient bug.
>
> christopher <at> theoden ~$ guix describe
> Generation 11	Jan 28 2021 08:54:56	(current)
>   guix 34861ac
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: 34861ac8eae3935b19b387545ca3c4c311fb66e7

Hmm, at least based on the simple check below, things look okay on my
end:

  $ guix time-machine --commit=34861ac8ea -- \
    environment --pure --ad-hoc emacs -- \
    emacs -Q --batch -f org-version
  Org mode version 9.3 (release_9.3 @ /gnu/store/5zphg9jhx4psn6qm8gmf209igr7qdr7r-profile/share/emacs/27.1/lisp/org/)

  $ guix time-machine --commit=34861ac8ea -- \
    environment --pure --ad-hoc emacs-org emacs -- \
    emacs -Q --batch -f org-version
  Org mode version 9.4.4 ( @ /gnu/store/vwfb1nkkkl5nq9lavbvwxfldmhib2nvh-profile/share/emacs/site-lisp/)

And the list-load-path-shadows output when emacs-org is included looks
as expected (i.e. share/emacs/site-lisp/ Org paths hide the
corresponding share/emacs/27.1/lisp/ ones).  On your end,
list-load-path-shadows reports that the share/emacs/27.1/lisp/ paths
hide the share/emacs/site-lisp/ ones?




Information forwarded to bug-guix <at> gnu.org:
bug#46453; Package guix. (Fri, 12 Feb 2021 01:25:01 GMT) Full text and rfc822 format available.

Message #11 received at 46453 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Howard <christopher <at> librehacker.com>
To: Kyle Meyer <kyle <at> kyleam.com>
Cc: 46453 <at> debbugs.gnu.org
Subject: Re: bug#46453: emacs org version confusion
Date: Thu, 11 Feb 2021 16:24:03 -0900
[Message part 1 (text/plain, inline)]
I installed emacs-org in my profile and then logged out and back into
my DE. After that the newer org version is reported.

Thanks for your time - feel free to close this bug report.

Christopher
[Message part 2 (text/html, inline)]

Reply sent to Kyle Meyer <kyle <at> kyleam.com>:
You have taken responsibility. (Fri, 12 Feb 2021 03:35:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Howard <christopher <at> librehacker.com>:
bug acknowledged by developer. (Fri, 12 Feb 2021 03:35:02 GMT) Full text and rfc822 format available.

Message #16 received at 46453-done <at> debbugs.gnu.org (full text, mbox):

From: Kyle Meyer <kyle <at> kyleam.com>
To: Christopher Howard <christopher <at> librehacker.com>
Cc: 46453-done <at> debbugs.gnu.org
Subject: Re: bug#46453: emacs org version confusion
Date: Thu, 11 Feb 2021 22:33:59 -0500
Christopher Howard writes:

> I installed emacs-org in my profile and then logged out and back into
> my DE. After that the newer org version is reported.

Thanks for the update.

> Thanks for your time - feel free to close this bug report.

Sure, closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 12 Mar 2021 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 39 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.