* bug#46453: emacs org version confusion
@ 2021-02-11 23:35 Christopher Howard
2021-02-12 0:41 ` Kyle Meyer
0 siblings, 1 reply; 4+ messages in thread
From: Christopher Howard @ 2021-02-11 23:35 UTC (permalink / raw)
To: 46453
[-- Attachment #1: Type: text/plain, Size: 1157 bytes --]
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@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@theoden ~$ neofetch --stdout
christopher@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
[-- Attachment #2: Type: text/html, Size: 1836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#46453: emacs org version confusion
2021-02-11 23:35 bug#46453: emacs org version confusion Christopher Howard
@ 2021-02-12 0:41 ` Kyle Meyer
2021-02-12 1:24 ` Christopher Howard
0 siblings, 1 reply; 4+ messages in thread
From: Kyle Meyer @ 2021-02-12 0:41 UTC (permalink / raw)
To: Christopher Howard; +Cc: 46453
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@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?
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#46453: emacs org version confusion
2021-02-12 0:41 ` Kyle Meyer
@ 2021-02-12 1:24 ` Christopher Howard
2021-02-12 3:33 ` Kyle Meyer
0 siblings, 1 reply; 4+ messages in thread
From: Christopher Howard @ 2021-02-12 1:24 UTC (permalink / raw)
To: Kyle Meyer; +Cc: 46453
[-- Attachment #1: Type: text/plain, Size: 196 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 345 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#46453: emacs org version confusion
2021-02-12 1:24 ` Christopher Howard
@ 2021-02-12 3:33 ` Kyle Meyer
0 siblings, 0 replies; 4+ messages in thread
From: Kyle Meyer @ 2021-02-12 3:33 UTC (permalink / raw)
To: Christopher Howard; +Cc: 46453-done
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-12 3:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-11 23:35 bug#46453: emacs org version confusion Christopher Howard
2021-02-12 0:41 ` Kyle Meyer
2021-02-12 1:24 ` Christopher Howard
2021-02-12 3:33 ` Kyle Meyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.