emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Zaz <zaz.yxw@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [BUG] Timezone is inserted in middle of range [9.7 (9.7-??-e90a8a69a)]
Date: Mon, 22 Jan 2024 09:37:39 -0500	[thread overview]
Message-ID: <CACTmS+jcEWjp3P=7dYtwvnbXGok_BvE-S2DruawY6Z5nFoEnKg@mail.gmail.com> (raw)

When I set Org to include the timezone in the timestamp and schedule a
task for 17:00-18:00, the correct format appears in the autocompletion,
"17:00-18:00 EST"; but when I press enter, the timezone is inserted in
the middle: "17:00 EST-18:00", which is not parsed correctly by Org agenda.

------------------------------------------------------------------------


Minimal Doom configuration:

`init.el`:

```
(doom! :lang
       org)
```

`config.el`:

```
(after! org
        (setq org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a
%H:%M %Z>")))
```



Emacs  : GNU Emacs 29.1
Package: Org mode version 9.7 (9.7-??-e90a8a69a)


             reply	other threads:[~2024-01-30 13:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-22 14:37 Zaz [this message]
2024-01-30 13:51 ` [BUG] Timezone is inserted in middle of range [9.7 (9.7-??-e90a8a69a)] Ihor Radchenko

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='CACTmS+jcEWjp3P=7dYtwvnbXGok_BvE-S2DruawY6Z5nFoEnKg@mail.gmail.com' \
    --to=zaz.yxw@gmail.com \
    --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).