From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2Jr3Fxn8K2ALDgAA0tVLHw (envelope-from ) for ; Tue, 16 Feb 2021 17:08:41 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id iNrPExn8K2BiEQAA1q6Kng (envelope-from ) for ; Tue, 16 Feb 2021 17:08:41 +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 8E18D241E3 for ; Tue, 16 Feb 2021 18:08:40 +0100 (CET) Received: from localhost ([::1]:42590 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lC3q3-0004td-Nh for larch@yhetil.org; Tue, 16 Feb 2021 12:08:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC3cs-0007vn-N2 for emacs-orgmode@gnu.org; Tue, 16 Feb 2021 11:55:02 -0500 Received: from tempel.uberspace.de ([185.26.156.63]:60568) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC3cp-0000S4-Ql for emacs-orgmode@gnu.org; Tue, 16 Feb 2021 11:55:02 -0500 Received: (qmail 9664 invoked from network); 16 Feb 2021 16:54:49 -0000 Received: from localhost (HELO localhost) (127.0.0.1) by tempel.uberspace.de with SMTP; 16 Feb 2021 16:54:49 -0000 References: <87v9asmixj.fsf@hornfels.zedat.fu-berlin.de> User-agent: mu4e 1.5.5; emacs 28.0.50 From: Christine =?utf-8?Q?K=C3=B6hn?= To: Loris Bennett Subject: Re: Toggle headline underlining in text export? In-reply-to: <87v9asmixj.fsf@hornfels.zedat.fu-berlin.de> Date: Tue, 16 Feb 2021 17:54:42 +0100 Message-ID: <87ft1wneb1.fsf@chark.eu> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.26.156.63; envelope-from=christine@chark.eu; helo=tempel.uberspace.de 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@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.36 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 8E18D241E3 X-Spam-Score: -1.36 X-Migadu-Scanner: scn0.migadu.com X-TUID: c3QMHU+2Ec0V Hi Loris, have a look at the variable org-ascii-underline. It defines the characters for underlining headings. If no character is set, the headlines shouldn't be underlined (according to the documentation). Best, Christine