From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: executing org-table TBLFM form changes (resets) language settings Date: Wed, 31 Jan 2018 10:45:01 +0100 Message-ID: References: <87inbphh77.fsf@alphaville.usersys.redhat.com> <59222bd6-d62a-23a4-544b-66466bdc3380@online.de> <45d4aef9-5e98-6153-0316-eaec502f5530@online.de> <87tvv3xdgu.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egox5-00016s-1p for emacs-orgmode@gnu.org; Wed, 31 Jan 2018 04:45:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egowz-0004E8-9k for emacs-orgmode@gnu.org; Wed, 31 Jan 2018 04:45:11 -0500 Received: from mout.kundenserver.de ([212.227.126.135]:62562) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1egowy-0004Dd-VO for emacs-orgmode@gnu.org; Wed, 31 Jan 2018 04:45:05 -0500 In-Reply-To: <87tvv3xdgu.fsf@nicolasgoaziou.fr> Content-Language: de-DE-1901 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.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Am 30.01.2018 um 22:07 schrieb Nicolas Goaziou: > Hello, > > Rainer Stengele writes: > >> has anybody an idea? Each time I calculate a time diff in an Org table >> I trigger the wrong creation of any org timestamp as the date language >> has changed. Full restart of Emacs needed right now :(. > > Would setting `math-short-weekday-names' help? > > Regards, > Hello, I set the variables in my .emacs: (defvar math-short-weekday-names '( "So" "Mo" "Di" "Mi" "Do" "Fr" "Sa" )) Now the TBLFMT line creates #ERROR entries! Very strange, no clue why that happens. Regards, Rainer