From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Keating Subject: Attempting to automate worg build Date: Sun, 7 Jan 2018 13:32:41 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11444a7ef3e3060562366b45" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYIYf-0000FO-Ja for emacs-orgmode@gnu.org; Sun, 07 Jan 2018 16:32:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYIYe-00076K-DF for emacs-orgmode@gnu.org; Sun, 07 Jan 2018 16:32:45 -0500 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:33319) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eYIYe-00075J-23 for emacs-orgmode@gnu.org; Sun, 07 Jan 2018 16:32:44 -0500 Received: by mail-wm0-x22a.google.com with SMTP id g130so13443460wme.0 for ; Sun, 07 Jan 2018 13:32:43 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --001a11444a7ef3e3060562366b45 Content-Type: text/plain; charset="UTF-8" Hello fellow org-mode enthusiasts. I noticed that the server move for orgmode.org has caused some of the docs to 404. In an attempt to automate finding broken docs I setup a travis build. Unfortunately I can't even seem to build the docs: > +emacs --batch -l etc/emacs.el -f org-publish-all > Loading 00debian-vars... > Loading /etc/emacs/site-start.d/50autoconf.el (source)... > Loading /home/travis/build/pdex/worg/etc/emacs-custom.el (source)... > Publishing file /home/travis/build/pdex/worg/org-faq.org using `org-html-publish-to-html' > Setting up indent for shell type bash > setting up indent stuff > Indentation variables are now local. > Indentation setup for shell type bash > Setting up indent for shell type bash > setting up indent stuff > Indentation variables are now local. > Indentation setup for shell type bash > Unable to resolve link: "id:facac2a6-3526-450d-ac42-8d36b16c6bab" > > https://travis-ci.org/pdex/worg/builds/326147794#L1449 That link target exists in the org-faq.org file but isn't being resolved for some reason. I'm building with the master branch of org-mode. I had to go recreate the .emacs.el file from an archive.org link as the original is no longer on the site and it's not in the worg repo. I'm guessing that there may be other random bits and bobbles that I'm missing. I'd like to find all of these missing pieces and get the worg repo into such a state that it can be easily redeployed and validated. If anyone knows how to get worg building I would love some pointers, in the mean time I'll dig into org-mode and figure out why it doesn't like id: links. --001a11444a7ef3e3060562366b45 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello fellow org-mode enthusiasts.
=
I noticed that the server move for orgmode.org has caused some of the docs to 404.

In an att= empt to automate finding broken docs I setup a travis build. Unfortunately = I can't even seem to build the docs:


+emacs --batch -l etc/emacs.el -f org-publish-all
Loading 00debian-vars...
Loadin= g /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /home/travis/build/pdex/worg/etc/emacs-custom.el (source= )...
Publishing file /home/travis/build/pd= ex/worg/org-faq.org using `org-html-publ= ish-to-html'
Setting up indent for she= ll type bash
setting up indent stuff
Indentation variables are now local.
Indentation setup for shell type bash
Setting up indent for shell type bash
setting up indent stuff
Indentation variables are now local.
Inde= ntation setup for shell type bash
Unable to resolve link: "id:= facac2a6-3526-450d-ac42-8d36b16c6bab"
<= br>https= ://travis-ci.org/pdex/worg/builds/326147794#L1449

<= div>That link target exists in the org-faq.o= rg file but isn't being resolved for some reason.

I'm building with the master branch of org-mode. I had to go recreat= e the .emacs.el file from an archive.org= link as the original is no longer on the site and it's not in the worg= repo. I'm guessing that there may be other random bits and bobbles tha= t I'm missing. I'd like to find all of these missing pieces and get= the worg repo into such a state that it can be easily redeployed and valid= ated.

If anyone knows how to get worg building= I would love some pointers, in the mean time I'll dig into org-mode an= d figure out why it doesn't like id: links.
--001a11444a7ef3e3060562366b45--