From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axel Kielhorn Subject: Re: A few changes to test in master Date: Sat, 1 Feb 2020 11:22:51 +0100 Message-ID: References: <87wo9750jl.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47170) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixpvW-0001YU-Eb for emacs-orgmode@gnu.org; Sat, 01 Feb 2020 05:22:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixpvV-00017K-CZ for emacs-orgmode@gnu.org; Sat, 01 Feb 2020 05:22:58 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::5]:24041) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ixpvU-0000pB-Nv for emacs-orgmode@gnu.org; Sat, 01 Feb 2020 05:22:57 -0500 Received: from [IPv6:2003:cc:ff30:b200:c4e6:e9cb:b658:1be] by smtp.strato.de (RZmta 46.1.12 AUTH) with ESMTPSA id Y09135w11AMq5xQ (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate) for ; Sat, 1 Feb 2020 11:22:52 +0100 (CET) In-Reply-To: <87wo9750jl.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Org-Mode Mailing List > Am 31.01.2020 um 12:26 schrieb Bastien : >=20 > Dear all, >=20 > I would like to highlight three changes from master that need to be > carefully tested before Org 9.4 can be released: >=20 > - M-x org-table-electric-header-mode RET will display the first row > of the table at point in the header line when the first row is not > visible anymore. This sounds great! It works fine when I activate Display Line Numbers Mode. Without that I get: Org-Table-Header-Line mode enabled in current buffer Error running timer: (void-variable display-line-numbers-mode) [3 times] but no header line. When I enable Display Line Numbers Mode Activate org-table-header-line-mode And disable Display Line Numbers Mode it keeps on working but I still get lots of=20 (void-variable display-line-numbers-mode) warnings. I=E2=80=99m using Emacs 26.3 on MacOS 10.13 with the scimax = customization. Org mode version 9.3.2 (release_9.3.2-175-gf70490 ...) Greetings Axel