all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rainer Stengele <rainer.stengele@online.de>
To: help-gnu-emacs@gnu.org
Subject: executing org-table TBLFM form changes (resets) language settings - seems a calc related issue
Date: Thu, 1 Feb 2018 15:50:04 +0100	[thread overview]
Message-ID: <p4v9au$ui2$1@blaine.gmane.org> (raw)
In-Reply-To: <p4cm1b$683$1@blaine.gmane.org>

Am 25.01.2018 um 14:30 schrieb Rainer Stengele:
> All,
> 
> My current-language-environment is "German".
> Having an Org table with a TBLFM attached:
> 
> | IM Startzeit          | IM Endezeit           | Stunden | delta(x,16) | Anm. |
> |-----------------------+-----------------------+---------+-------------+------|
> | [2018-01-22 Mo 19:30] | [2018-01-23 Di 14:30] |   19.00 |        3.00 |      |
> |                       |                       |         |             |      |
> #+TBLFM: $3=24*(date(<$2>)-date(<$1>)); %.2f::$4=$3-16.0; %.2f
> 
> entering a new timestamp correctly inserts German dayname abbrevs: ("Do", German for "Thu", English):
> 
> | IM Startzeit          | IM Endezeit           | Stunden | delta(x,16) | Anm. |
> |-----------------------+-----------------------+---------+-------------+------|
> | [2018-01-22 Mo 19:30] | [2018-01-23 Di 14:30] |   19.00 |        3.00 |      |
> | [2018-01-25 Do 14:19] |                       |         |             |      |
> #+TBLFM: $3=24*(date(<$2>)-date(<$1>)); %.2f::$4=$3-16.0; %.2f
> 
> Executing the TBLFM line with C-c C-c changes (resets) the language environment to English.
> 
> Now inserting a timestamp inserts "Thu" instead of "Do", that is it uses the English day name abbrevs:
> 
> | IM Startzeit          | IM Endezeit           |      Stunden |  delta(x,16) | Anm. |
> |-----------------------+-----------------------+--------------+--------------+------|
> | [2018-01-22 Mo 19:30] | [2018-01-23 Di 14:30] |        19.00 |         3.00 |      |
> | [2018-01-25 Thu 14:21]|                       |              |              |      |
> #+TBLFM: $3=24*(date(<$2>)-date(<$1>)); %.2f::$4=$3-16.0; %.2f
> 
> Believe me it took me some time to find out what action in Emacs changes the whole lang environment.
> 
> Is that a bug or is there a language setting in the TBLFM form?
> 
> Thanks for any hint.
> 
> Regards,
> Rainer
> 
Hi,

I have asked the g.e.orgmode newsgroup to try to help me with the issue described above
Unfortunately this seems to be a calc related item and I kindly ask a calc expert to try to help out.

Summarising as far as I understand: The "calc-date" function does seem to change the language settings.
After some advice I tried to set the following variables manually but that even ended in #ERROR entries in my table after calculating the 
TBLFMT line:

(setq math-long-weekday-names '( "Sonntag" "Montag" "Dienstag" "Mittwoch" "Donnerstag" "Freitag" "Samstag" ))
(setq math-short-weekday-names '( "Son" "Mon" "Die" "Mit" "Don" "Fre" "Sam" ))


Any help is appreciated.

Thank you.
Regards, Rainer




  parent reply	other threads:[~2018-02-01 14:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-25 13:30 executing org-table TBLFM form changes (resets) language settings Rainer Stengele
2018-01-25 19:27 ` Nick Dokos
2018-01-26  9:46   ` Rainer Stengele
2018-01-29  7:49     ` Rainer Stengele
2018-01-30 19:45       ` Rainer Stengele
2018-01-30 21:07         ` Nicolas Goaziou
2018-01-31  9:45           ` Rainer Stengele
2018-01-31 11:08             ` Nicolas Goaziou
2018-03-05 14:39               ` Rainer Stengele
2018-02-01 14:50 ` Rainer Stengele [this message]
2018-02-09 17:01   ` executing org-table TBLFM form changes (resets) language settings - seems a calc related issue Rainer Stengele

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='p4v9au$ui2$1@blaine.gmane.org' \
    --to=rainer.stengele@online.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.