From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: PATCH: Allow class attribute for headline in HTML export Date: Sat, 08 Dec 2018 12:46:30 +0100 Message-ID: <87ftv8fdgp.fsf@nicolasgoaziou.fr> References: <87d0qj3hwu.fsf@informationelle-selbstbestimmung-im-internet.de> <87ftvf20d2.fsf@informationelle-selbstbestimmung-im-internet.de> <874lbvlly5.fsf@nicolasgoaziou.fr> <87tvjvds5w.fsf@wi.uni-muenster.de> <87tvjtiocd.fsf@nicolasgoaziou.fr> <87o9a1wow1.fsf@wi.uni-muenster.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVb49-0007IC-MI for emacs-orgmode@gnu.org; Sat, 08 Dec 2018 06:46:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVb45-0004lU-Ni for emacs-orgmode@gnu.org; Sat, 08 Dec 2018 06:46:37 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:34141) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gVb45-0004jx-GP for emacs-orgmode@gnu.org; Sat, 08 Dec 2018 06:46:33 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 7A5EF240005 for ; Sat, 8 Dec 2018 11:46:31 +0000 (UTC) In-Reply-To: <87o9a1wow1.fsf@wi.uni-muenster.de> (Jens Lechtenboerger's message of "Tue, 04 Dec 2018 11:46:22 +0100") 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 Hello, Jens Lechtenboerger writes: > Function org-reveal-headline calls org-html-headline to generate > h-elements. Of course, I could parse the generated HTML in > ox-reveal and add a class attribute based on org properties, but > doing so in ox-html seems much cleaner to me. (Besides, given the > current situation of ox-reveal [1], that change would only make it > into my fork, not into the original project.) Fair enough. I applied your patch on "next" branch. Thank you! Regards, -- Nicolas Goaziou