From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SDxxAGcWIWWt4gAA9RJhRA:P1 (envelope-from ) for ; Sat, 07 Oct 2023 10:27:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id SDxxAGcWIWWt4gAA9RJhRA (envelope-from ) for ; Sat, 07 Oct 2023 10:27:19 +0200 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 E734243FE3 for ; Sat, 7 Oct 2023 10:27:18 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qp2df-0008EJ-6x; Sat, 07 Oct 2023 04:26:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qp2de-0008EB-0r for emacs-orgmode@gnu.org; Sat, 07 Oct 2023 04:26:18 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qp2dc-0005li-9v for emacs-orgmode@gnu.org; Sat, 07 Oct 2023 04:26:17 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id DC74D240027 for ; Sat, 7 Oct 2023 10:26:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1696667174; bh=Tcr7F9XOD4wCV5kBT7iGOnTLcgxqrsa2QuyKEJfJg5w=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=U4mHgugnqYKIP355buWwE+pql5D1z8qyEu8t8ZLiiYC57YD/eQ531xtbj5/yKVmFp OW0HMzYS7xcYKSNXY091yv+JgoJm3CR/faJkxl9kDAvF/rk5bxRuhbtLqSLu77/NB+ kMeBnuoN9AJ2TC+c9ZIOU2oUDzX8ce7VRslCjq4wfHE0uZYixvmwkUKR0l8Iq2Wggb owjIn75ChsNRLWtKtcy5D4Plj2LFOhb/gfjSjC1sp0ZNv2tSjsCv/6BuxxOVBXfG1t Vfy16P2iaOxmiehtr+vVEtqvbGfXgQuO0gTMzMgfd8utZR7KsQfPD4FeyH3j7det4d nSjkBDgyvqwBA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4S2dft1ffvz9rxF; Sat, 7 Oct 2023 10:26:13 +0200 (CEST) From: Ihor Radchenko To: YE Cc: emacs-orgmode@gnu.org Subject: Re: [BUG] No newline at end of exported HTML file [9.6.6 (release_9.6.6 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)] In-Reply-To: References: Date: Sat, 07 Oct 2023 08:27:51 +0000 Message-ID: <877cny25x4.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, 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.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -4.00 X-Spam-Score: -4.00 X-Migadu-Queue-Id: E734243FE3 X-TUID: ABMkBQuo6qpm YE writes: > Exporting HTML file from Org-mode, f.i. with `org-html-export-to-html', > I expect to get a newline after the closing tag, but it's not > added. I believe this used to work with previous versions of Org-mode. > Am I missing something? `org-html-template' never ever had a newline at the end of the generated html file. May you please explain why missing newline is a problem? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at