From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] ox-html.el: Add lang attribute to html tag Date: Tue, 01 Dec 2015 23:37:22 +0100 Message-ID: <87egf5kd7h.fsf@nicolasgoaziou.fr> References: <1448864847-18790-1-git-send-email-r@rkm.id.au> <1448917630-5453-1-git-send-email-r@rkm.id.au> <1448917630-5453-2-git-send-email-r@rkm.id.au> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3tWM-0006ZO-C3 for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 17:35:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3tWI-0000HM-7o for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 17:35:38 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3tWI-0000HB-15 for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 17:35:34 -0500 In-Reply-To: <1448917630-5453-2-git-send-email-r@rkm.id.au> (Ruben Maher's message of "Tue, 1 Dec 2015 07:37:10 +1030") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ruben Maher Cc: emacs-orgmode@gnu.org Hello, Ruben Maher writes: > * lisp/ox-html.el (org-html-template): Add lang attribute to exported > html tag. Some features of the CSS Text Module (Level 3) require this > attribute to be present (for example, so that the browser knows how to > hyphenate the text). For more info, please take a look here: > https://drafts.csswg.org/css-text-3/#languages > > TINYCHANGE Applied. Thank you. Regards, -- Nicolas Goaziou