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 AH3ECRToYF/lbwAA0tVLHw (envelope-from ) for ; Tue, 15 Sep 2020 16:13:08 +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 WFsHBBToYF8kCQAAbx9fmQ (envelope-from ) for ; Tue, 15 Sep 2020 16:13:08 +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 93F3D9403EC for ; Tue, 15 Sep 2020 16:13:07 +0000 (UTC) Received: from localhost ([::1]:52594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kIDZq-000062-7n for larch@yhetil.org; Tue, 15 Sep 2020 12:13:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kIDYb-0008W1-6z for emacs-orgmode@gnu.org; Tue, 15 Sep 2020 12:11:49 -0400 Received: from basilikum.nobis-admin.de ([89.238.71.130]:60650) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kIDYY-0002Ob-Oa for emacs-orgmode@gnu.org; Tue, 15 Sep 2020 12:11:48 -0400 Received: from bohne (p200300cd6736d30004f52f08df3359e3.dip0.t-ipconnect.de [IPv6:2003:cd:6736:d300:4f5:2f08:df33:59e3]) by basilikum.nobis-admin.de (Postfix) with ESMTPSA id D88396D81403 for ; Tue, 15 Sep 2020 18:11:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=snobis.de; s=default; t=1600186302; bh=UifmEZTsywEp6AF5gCkw0+9H5T5Fxc/uv2TblzWM5bI=; h=From:To:Subject:References:Date:In-Reply-To:From; b=KlRHmxt/8xPmCOEYrPIFi1Tvuyvx0GA7eWe+GMYcr9IEllr5IKSxSLESf7gcJssQr g8JSoE7jzJT663QEQN0AxYwkmHZHVfW3MMwhFCtbz19H6w1oE8cT6qm2719vm5mehF /0ODMzfn3BTNmC9TLIp2tBnPEKKm3ba+hQjo6Du0= From: Stefan Nobis To: emacs-orgmode@gnu.org Subject: Re: "text mode" org mode References: <878sdbw7h6.fsf@ebih.ebihd> <875z8fumnw.fsf@ebih.ebihd> Mail-Followup-To: emacs-orgmode@gnu.org Date: Tue, 15 Sep 2020 18:11:42 +0200 In-Reply-To: <875z8fumnw.fsf@ebih.ebihd> (Emanuel Berg via's message of "Tue, 15 Sep 2020 16:42:11 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=89.238.71.130; envelope-from=stefan-ml@snobis.de; helo=basilikum.nobis-admin.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/15 10:29:02 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-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: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=snobis.de header.s=default header.b=KlRHmxt/; dmarc=pass (policy=reject) header.from=snobis.de; 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-Spam-Score: -1.71 X-TUID: 3HQ4SQcdnYlA Emanuel Berg via "General discussions about Org-mode." writes: > Stefan Nobis wrote: >> (setq org-link-descriptive nil) > I don't have org-link-descriptive, it seems... No problem, the old name is =org-descriptive-links= (this name has been deprecated in Org 9.3, but it is still working in 9.4). -- Until the next mail..., Stefan.