From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sharon Kimble Subject: Re: BUG - strange characters showing in agenda after times displayed Date: Tue, 12 Sep 2017 12:52:07 +0100 Message-ID: <87mv60uobc.fsf@skimble.plus.com> References: <87pob0qltj.fsf@skimble.plus.com> <8760crjy2q.fsf@fastmail.fm> <87d16yzu9f.fsf@skimble.plus.com> <8760cqeztl.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drjjn-00072Q-Qq for emacs-orgmode@gnu.org; Tue, 12 Sep 2017 07:52:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drjjk-0000sS-Nv for emacs-orgmode@gnu.org; Tue, 12 Sep 2017 07:52:19 -0400 Received: from avasout02.plus.net ([212.159.14.17]:53129) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drjjk-0000ps-Hc for emacs-orgmode@gnu.org; Tue, 12 Sep 2017 07:52:16 -0400 In-Reply-To: <8760cqeztl.fsf@fastmail.fm> (Matt Lundin's message of "Sun, 10 Sep 2017 21:25:42 -0500") 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: Org Mode List --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Matt Lundin writes: > Sharon Kimble writes: > >> Matt Lundin writes: >> >>> Sharon Kimble 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=CE=84=D1=8C=D4=94=D7=9C=DA=A4 Scheduled: TODO ema= il org-mode list >>>> >>>> This is new and has only appeared with the new agenda which is generat= ed >>>> 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 curr= ent time >> (setq org-agenda-time-grid (quote ((daily today remove-match) >> #("----------------" 0 16 (org-headin= g 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) > "......" "----------------") > Thanks Matt. This code snippet gets my agenda back into its normal good-looks. Thanks Sharon. =2D-=20 A taste of linux =3D http://www.sharons.org.uk TGmeds =3D http://www.tgmeds.org.uk DrugFacts =3D https://www.drugfacts.org.uk=20=20 Debian 9.0, fluxbox 1.3.5-2, emacs 25.1.1, org-mode 9.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEELSc/6QwVBIYugJDbNoGAGQr4g1sFAlm3ymgACgkQNoGAGQr4 g1t0ZA//WtrUSEdvJaGn0LXkUzVYME86a3G9jVWViBxiy5wMugsOduacoYwKXknH M+AupbIYIlraARbXsGgLsci5npiuHZTvERfkhKp4LssUanAyJGzxP+BSKHgvDPeM 4VSoFpyjRuYs7aXn53bPi4MOqZAGxz1sjDnQjHeTqls8SatrQW5BnaeAN9thtRYy aVw+tYEjueb+OuA7X77SGYKHO8MIVNpROZhIPGZTeoKacZamBe2lvB1NFO+VwNOj OIC8cvsmdgqD0TTs5pVLaaW53vKeeqgeQ1dBlyx8Xd7kTvLD0yWvWh9oATM3PGam xkERE7OR7a8N+cNi8Rm/PstTV0gtdtJhR5fkFoo8AdnYsl4N34GfzdFg88Q87NT6 8OteyJcAJHTWjGw6K/LZZkYyFAyW0gM94W144I7DEKPFbIfW1CEcVSKQq+mq6BP8 NDZ0XPvBsLVxm+Y9CxN6b80c9Kobr87+IGt7ZTfbms7uRGrmlaQjG4XE+qbcICnj /mHWoPelM/hESz5XN7gYgnZ/YkrOHRfqHQhd+/hj3vR/APHP91VEw5fIs0q+LMXC Y+NGkcaujnZ/NW9WwaPqUr6q6W3L8J5mnReMXjKSoaTbHhTUANqMsB9vcFtoOTon 8pO+7SjeLgpzQbmVlSWLl2ahI6FJoJtZcN6anZvUquVFL3Azr6Q= =syvu -----END PGP SIGNATURE----- --=-=-=--