From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ? Date: Tue, 18 Sep 2018 20:53:29 +0200 Message-ID: <20180918205329.2e12c16f__42473.8704147332$1537296859$gmane$org@happy.intern.roklein.de> References: <531a7f93882cc0d5d09700457d06ea082f47569b.camel@flqt.fr> <83sh2ck42e.fsf@gnu.org> <87va73gn90.fsf@nicolasgoaziou.fr> <83efdqg32d.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2L8N-0008KK-0Y for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 14:54:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2L8M-00045n-2U for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 14:54:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <83efdqg32d.fsf@gnu.org> 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: Eli Zaretskii Cc: n@flqt.fr, kaushal.modi@gmail.com, 32722@debbugs.gnu.org, rjhorniii@gmail.com, rms@gnu.org On Tue, 18 Sep 2018 19:53:14 +0300 Eli Zaretskii wrote: > > From: Robert Horn > > Cc: Nicolas Goaziou , Eli Zaretskii > > , kaushal.modi@gmail.com, 32722@debbugs.gnu.org, > > rms@gnu.org Date: Tue, 18 Sep 2018 12:37:45 -0400 > > > > /* from RMS email later in thread > > To motivate people to do this, I say we shouild not ship another > > release with that reference to GitHub. Eli, do you agree? > > */ > > > > This makes it clearly the reference to Github that is the concern. > > We have quite a few references to GitHub in Emacs, just grep for it. > > > That's, what the original message on the bug list refers to, however. I think the original bug report is bogus. Especially in view of your statement above. As already pointed out by Nicolas Goaziou, org-mode also requires other external stuff (just as htmlfontify does, see my mail and its manual: https://www.gnu.org/software/emacs/manual/html_mono/htmlfontify.html#Requirements). The reason, e.g. LaTeX isn't mentioned explicitly in the manual or in org is that it is a well-known software. The link is only given as a friendly hint. Also, in regards to the original bug report, while htmlize is _hosted_ on github, which indeed is not free, htmlize itself _is_ free. Right at the beginning of htmlize.el it says: ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. When the original poster doesn't want to use htmlize, he probably should try to export without fontifying source code (I think there's a switch, but I'm not sure). Best regards Robert