From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id EEquJEAecGcAdAAAe85BDQ:P1 (envelope-from ) for ; Sat, 28 Dec 2024 15:50:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id EEquJEAecGcAdAAAe85BDQ (envelope-from ) for ; Sat, 28 Dec 2024 16:50:24 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; none 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 80E215DFAE for ; Sat, 28 Dec 2024 16:50:24 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tRZ4D-0004qx-R6; Sat, 28 Dec 2024 10:49:29 -0500 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 1tRZ4B-0004qO-DT for emacs-orgmode@gnu.org; Sat, 28 Dec 2024 10:49:27 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tRZ48-00047o-Gh for emacs-orgmode@gnu.org; Sat, 28 Dec 2024 10:49:27 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 8FB8F240103 for ; Sat, 28 Dec 2024 16:49:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1735400958; bh=ueVvzipQCwkxHBSyXb7ImxBWvOvzKbt/+An7NEmAjLM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=o3GaeBaUEALc4X5o9rIhZ/Busmul9cJLAaOxC8ylOF0V19s9gS2E2Qd0EFyJ47PxB 39zbNdGCfZRQbeiDETHFAmd9HNta/cxvYw8PyQgmhAx6P+niKFB4wfCWchwbIg3nM7 MjUqqf4hd/KnLuTRdbapBUwQwVuHxJ2Ab/iyIdLEzs3alYSZMol/MTWQKHswK+Jfv7 AvX6LJfHp/AIaS6y5GgGf+zPi3tIyzwBfndGF0bJ6+NMnCkQ6IeTnKL0iEtBopKUO+ R0S4gAmxz5xxN7+uvDlGhDYOg3ZwV1/No3IlGeEO/P8XAar2q/ohysFE4JOxqWoRGw OuRaEcWJU4OPQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4YL6HK3S7Tz6tvk; Sat, 28 Dec 2024 16:49:16 +0100 (CET) From: Ihor Radchenko To: Joseph Turner Cc: Christian Moe , Org Mode Mailing List , Bohong Huang Subject: Re: Form feed characters break odt export In-Reply-To: <87frm8kufr.fsf@breatheoutbreathe.in> References: <87ed21hkmi.fsf@breatheoutbreathe.in> <87ikrajoe4.fsf@localhost> <87o711l4u4.fsf@christianmoe.com> <87jzbpgocm.fsf@localhost> <878qs4oyyh.fsf@breatheoutbreathe.in> <87plld5svl.fsf@localhost> <87jzbk503b.fsf@breatheoutbreathe.in> <871pxs438i.fsf@localhost> <87frm8kufr.fsf@breatheoutbreathe.in> Date: Sat, 28 Dec 2024 15:50:45 +0000 Message-ID: <87a5cf957u.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.67.36.66; envelope-from=yantar92@posteo.net; helo=mout02.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_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 80E215DFAE X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -4.00 X-Spam-Score: -4.00 X-TUID: TsdrY4OAt1CR Joseph Turner writes: >> Subject: [PATCH v3] ox-odt: Avoid putting forbidden characters into ODT = xml > > LGTM! TIL about clicking on =E2=9B=94 and warning-suppress-types. Thank= you! Thanks for checking! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3De16c9ed54f --=20 Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at , or support my work at