From: Rainer Stengele <rainer.stengele@online.de>
To: emacs-orgmode@gnu.org
Subject: executing org-table TBLFM form changes (resets) language settings
Date: Thu, 25 Jan 2018 14:30:16 +0100 [thread overview]
Message-ID: <p4cm1b$683$1@blaine.gmane.org> (raw)
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
next reply other threads:[~2018-01-25 13:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-25 13:30 Rainer Stengele [this message]
2018-01-25 19:27 ` executing org-table TBLFM form changes (resets) language settings 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
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='p4cm1b$683$1@blaine.gmane.org' \
--to=rainer.stengele@online.de \
--cc=emacs-orgmode@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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).