From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ? Date: Tue, 18 Sep 2018 14:14:27 +0200 Message-ID: <20180918141427.55178577@lt70.mpip-mainz.mpg.de> References: <531a7f93882cc0d5d09700457d06ea082f47569b.camel@flqt.fr> <83sh2ck42e.fsf@gnu.org> <87va73gn90.fsf@nicolasgoaziou.fr> <83zhwff2k8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2HlQ-00015k-73 for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 11:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2HlL-0002K2-2k for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 11:18:08 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <83zhwff2k8.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, rms@gnu.org, 32722@debbugs.gnu.org On Tue, 18 Sep 2018 14:49:27 +0300 Eli Zaretskii wrote: > > From: Nicolas Goaziou > > Cc: rms@gnu.org, kaushal.modi@gmail.com, n@flqt.fr, > > 32722@debbugs.gnu.org Date: Tue, 18 Sep 2018 11:37:15 +0200 > >=20 > > This is a genuine question: what /exactly/ do you want Org > > developers to solve, assuming they can? Also, if they cannot, who > > is willing to give them a hand? =20 >=20 > From my POV, the immediate problem is to switch Org-publish from using > htmlize to htmlfontify. Can this be done, please? >=20 >=20 >=20 Not easily, no. Afaik htmlfontify always creates a complete HTML document, which htmlize doesn't. Also, htmlize can format parts of a buffer. which htmlfontify can't. Additionally htmlfontify also requires several external tools (according to the man page) which might not be available on all platform Emacs and org-mode is used on: - a copy of =E2=80=9Cfind=E2=80=9D which provides the =E2=80=9C-path=E2=80= =9D predicate - a copy of =E2=80=9Csed=E2=80=9D - a copy of the =E2=80=9Cfile=E2=80=9D command A switch to htmlfontify might end up in rewriting a good part of htmlfontify or some very ugly hacks. If Hrvoje Niksic has or is willing to sign the copyright assignment documents it will be easier to put htmlize.el into Emacs. Best regards Robert