From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uISPC6Fq0F/YIAAA0tVLHw (envelope-from ) for ; Wed, 09 Dec 2020 06:11:45 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id uJU8B6Fq0F9YHwAAbx9fmQ (envelope-from ) for ; Wed, 09 Dec 2020 06:11:45 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 014E094021E for ; Wed, 9 Dec 2020 06:11:45 +0000 (UTC) Received: from localhost ([::1]:52202 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmshT-0000Gl-LU for larch@yhetil.org; Wed, 09 Dec 2020 01:11:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmsgv-0000FL-LL for emacs-orgmode@gnu.org; Wed, 09 Dec 2020 01:11:09 -0500 Received: from out1.migadu.com ([2001:41d0:2:863f::]:4442) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmsgo-0006Iv-FO for emacs-orgmode@gnu.org; Wed, 09 Dec 2020 01:11:09 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kyle Meyer To: gmauer@gmail.com Subject: Re: Why are some headings html exported as lists while others =?utf-8?Q?aren=E2=80=99t=3F?= In-Reply-To: References: Date: Wed, 09 Dec 2020 01:10:57 -0500 Message-ID: <87ft4f33wu.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:41d0:2:863f::; envelope-from=kyle@kyleam.com; helo=out1.migadu.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-TUID: SE6J0nO1fTMf George Mauer writes: [...] > > When I export this to html the HTML_CONTAINER and HTML_CONTAINER_CLASS > properties are working for the Contact and my name and About headers, but > all the headers underneath Contact appear as `ul` with no classes. > > It would seem that there's some sort of "level" beyond which heading are > not customizable. > > Is that how it works? I'm not finding a variable I can override if it is. Perhaps you're looking for org-export-headline-levels or the "H:" option.