emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: Sharon Kimble <boudiccas@skimble.plus.com>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: BUG - strange characters showing in agenda after times displayed
Date: Sun, 10 Sep 2017 21:25:42 -0500	[thread overview]
Message-ID: <8760cqeztl.fsf@fastmail.fm> (raw)
In-Reply-To: <87d16yzu9f.fsf@skimble.plus.com> (Sharon Kimble's message of "Sun, 10 Sep 2017 12:07:56 +0100")

Sharon Kimble <boudiccas@skimble.plus.com> writes:

> Matt Lundin <mdl@imapmail.org> writes:
>
>> Sharon Kimble <boudiccas@skimble.plus.com> writes:
>>
>>> With the new release of org-mode to 9.1 I am finding with every build of
>>> a new agenda that this is displaying for items with a time as part of
>>> them -
>>>
>>>   organiser:   8:30΄ьԔלڤ  Scheduled: TODO email org-mode list
>>>
>>> This is new and has only appeared with the new agenda which is generated
>>> after the release of org-mode 9.1.
>>>
>>> How do I stop it and get rid of it please?
>>
>> I cannot replicate this. My guess is that it is related to a particular
>> configuration setting on your machine. For instance, what is the value
>> of org-agenda-time-grid? The order of items in this variable changed
>> with the upgrade to 9.1.
>
> ;; Enable display of the time grid so we can see the marker for the current time
> (setq org-agenda-time-grid (quote ((daily today remove-match)
>                                    #("----------------" 0 16 (org-heading t))
>                                    (0900 1100 1300 1500 1700))))
>
> But time-grid is not enabled in my agenda.

This setting is definitely the problem. I can now reproduce the behavior.

The order of items in org-agenda-time-grid changed recently, which I
think is the root of the problem. The value for this variable should be
a list of four (not three) items. Even if time grid is not enabled, the
3rd item in the setting is used to generate trailing characters that
follow the time string in the agenda. This should be a string, not a
list of numbers.

You can type C-h v org-agenda-time-grid for all the details. Here is the
default value of org-agenda-time-grid for reference. Note how the order
differs from your current setting:

((daily today require-timed)
 (800 1000 1200 1400 1600 1800 2000)
 "......" "----------------")

Hope this helps,
Matt

  reply	other threads:[~2017-09-11  2:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-09  9:10 BUG - strange characters showing in agenda after times displayed Sharon Kimble
2017-09-09 22:39 ` Matt Lundin
2017-09-10 11:07   ` Sharon Kimble
2017-09-11  2:25     ` Matt Lundin [this message]
2017-09-12 11:52       ` Sharon Kimble
2017-09-10  8:05 ` Nicolas Goaziou
2017-09-10 11:03   ` Sharon Kimble
2017-09-10 11:48     ` Nicolas Goaziou

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=8760cqeztl.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=boudiccas@skimble.plus.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).