From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Lechtenboerger Subject: Re: PATCH: Allow class attribute for headline in HTML export Date: Sat, 08 Dec 2018 16:04:37 +0100 Message-ID: <87h8fom54q.fsf@informationelle-selbstbestimmung-im-internet.de> 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> <87ftv8fdgp.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVe9u-0005xp-D6 for emacs-orgmode@gnu.org; Sat, 08 Dec 2018 10:04:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVe9q-0007O8-Cs for emacs-orgmode@gnu.org; Sat, 08 Dec 2018 10:04:46 -0500 Received: from mx1.mailbox.org ([80.241.60.212]:59826) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gVe9q-0007NC-5m for emacs-orgmode@gnu.org; Sat, 08 Dec 2018 10:04:42 -0500 Received: from smtp1.mailbox.org (unknown [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id EFD4C43511 for ; Sat, 8 Dec 2018 16:04:38 +0100 (CET) Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id 4C_O758eVYMU for ; Sat, 8 Dec 2018 16:04:37 +0100 (CET) In-Reply-To: <87ftv8fdgp.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 8 Dec 2018 12:46:30 +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! On 2018-12-08, at 12:46, Nicolas Goaziou wrote: > 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, I really appreciate this change! Best wishes Jens