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: Mon, 03 Dec 2018 07:46:03 +0100 Message-ID: <87tvjvds5w.fsf@wi.uni-muenster.de> References: <87d0qj3hwu.fsf@informationelle-selbstbestimmung-im-internet.de> <87ftvf20d2.fsf@informationelle-selbstbestimmung-im-internet.de> <874lbvlly5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gThzg-00036S-1C for emacs-orgmode@gnu.org; Mon, 03 Dec 2018 01:46:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gThza-0004y4-BW for emacs-orgmode@gnu.org; Mon, 03 Dec 2018 01:46:10 -0500 Received: from zivm-wwu2-1.uni-muenster.de ([128.176.192.5]:39200 helo=zivm-wwu2.uni-muenster.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gThzZ-0004vm-1r for emacs-orgmode@gnu.org; Mon, 03 Dec 2018 01:46:06 -0500 Received: from localhost (D-3140W19.WIWI.UNI-MUENSTER.DE [128.176.158.169]) by udc-mail.uni-muenster.de (Postfix) with ESMTP id 7305420ADF1F for ; Mon, 3 Dec 2018 07:46:03 +0100 (CET) Received: from user by localhost with local (Exim 4.84_2) (envelope-from ) id 1gThzX-0000VR-DB for emacs-orgmode@gnu.org; Mon, 03 Dec 2018 07:46:03 +0100 In-Reply-To: <874lbvlly5.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 2 Dec 2018 21:20:50 +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 On 2018-12-02, Nicolas Goaziou wrote: > Jens Lechtenboerger writes: > >> From 068fb45f5276d61e86271988efbcf6c29e08c411 Mon Sep 17 00:00:00 2001 >> From: Jens Lechtenboerger >> Date: Sun, 2 Dec 2018 20:25:38 +0100 >> Subject: [PATCH] ox-html.el: New property HTML_HEADLINE_CLASS for class of >> headline > > Thank you. > >> * lisp/ox-html.el (org-html-headline): Add new property >> HTML_HEADLINE_CLASS to assign class attribute to headline. > > Doesn't CUSTOM_ID already fit the bill? Good morning, I plan to use that for a table-of-contents plugin [1] of reveal.js, which looks for class attributes inside h-elements to exclude them selectively. Best wishes Jens [1] https://github.com/e-gor/Reveal.js-TOC-Progress