From: Kyle Meyer <kyle@kyleam.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>,
David Masterson <dsmasterson@outlook.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Bug: Orgguide missing in Org-9.3 package [9.3 (9.3-elpa @ /home/David/.emacs.d/elpa/org-9.3/)]
Date: Fri, 13 Dec 2019 03:23:32 +0000 [thread overview]
Message-ID: <871rt8rjrf.fsf@kyleam.com> (raw)
In-Reply-To: <87tv65rkdw.fsf@nicolasgoaziou.fr>
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> David Masterson <dsmasterson@outlook.com> writes:
>
>> Subject says it all -- I didn't have orgguide in the installation of the
>> org-9.3 package, so I pulled the latest git master and copied it from
>> there. I guess the build process needs a fix.
>
> AFAICT, the build process properly generates the texinfo file for the
> Org guide. It may be an issue related to how Org was merged with Emacs.
>
> I'm Cc'ing Kyle, as I think he has write access to Emacs repository, and
> can fix it.
Sorry, I don't have write access. But this issue seems to be about the
Org ELPA tarball, so I don't understand how it'd be related to the
recent Org sync with the Emacs repo.
Checking the tarball at <https://elpa.gnu.org/packages/org-9.3.tar> as
well as some recent ones at <https://orgmode.org/elpa/>, I didn't spot
orgguide in any of them. And when I run `make elpa' from the Org repo,
the tarball indeed seems to be missing the orgguide info file. Assuming
there's not a good reason that orgguide is omitted, I think fixing this
is just a matter of adding orgguide to server.mk's ORGELPA variable.
-- >8 --
Subject: [PATCH] server.mk: Add orgguide to ELPA package
* mk/server.mk (ORGELPA): Include orgguide.
Reported-by: David Masterson <dsmasterson@outlook.com>
---
mk/server.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mk/server.mk b/mk/server.mk
index 94818bb84..2c5294507 100644
--- a/mk/server.mk
+++ b/mk/server.mk
@@ -38,7 +38,7 @@ ORGFULL = README COPYING lisp/ \
etc/ contrib/ doc/ testing/
ORGFULL := $(ORGFULL:%/=%/*)
ORGELPA = README_ELPA COPYING etc/ORG-NEWS lisp/ \
- doc/dir doc/org doc/orgcard.pdf \
+ doc/dir doc/org doc/orgguide doc/orgcard.pdf \
etc/styles/ org-pkg.el
ORGELPA := $(ORGELPA:%/=%/*)
ORGELPAPLUS := $(ORGELPA:org-pkg%=org-plus-contrib-pkg%)
--
2.24.0
next prev parent reply other threads:[~2019-12-13 3:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-10 5:26 Bug: Orgguide missing in Org-9.3 package [9.3 (9.3-elpa @ /home/David/.emacs.d/elpa/org-9.3/)] David Masterson
2019-12-12 8:57 ` Nicolas Goaziou
2019-12-13 3:23 ` Kyle Meyer [this message]
2019-12-14 14:52 ` Nicolas Goaziou
2019-12-16 3:41 ` Kyle Meyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871rt8rjrf.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=dsmasterson@outlook.com \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).