From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id IIk4N67tAmVL5gAAauVa8A:P1 (envelope-from ) for ; Thu, 14 Sep 2023 13:25:36 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id IIk4N67tAmVL5gAAauVa8A (envelope-from ) for ; Thu, 14 Sep 2023 13:25:36 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6B76643954 for ; Thu, 14 Sep 2023 13:25:18 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qgkSd-0004PQ-Ts; Thu, 14 Sep 2023 07:24:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgkSW-0004O3-G7 for emacs-orgmode@gnu.org; Thu, 14 Sep 2023 07:24:32 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgkST-0003BJ-8Q for emacs-orgmode@gnu.org; Thu, 14 Sep 2023 07:24:31 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 08BE1240027 for ; Thu, 14 Sep 2023 13:24:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1694690667; bh=yN/CvYEpImmpz8cfISb1H+gT0uMqSjnEacm7wYpurZA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=FoR3fZysHbbtY0jE/nkx/PAw4MxsIwrZn8dGmHARvtqS9Gnzig5q8ZXlMxgMfgt2A YxsWVOUgOY5yXwDHoeCI60n7APr8dvDj8Od9y1590NzaGtrr8hK4BlKBShwSrrm5nT nkY36A8J/pg/aUYzbvNzixcZ7/wVFidJ2EX4a6Tyb6RqXMgkrSVq74hADXhLseoBYz 1ZHm8YGe0mYrF1qpIG0k0ft4Uaruoem53Tpk4xXdm6VWHznDSUTsqAJwM5fpRfxybY EYfVQ15p7YRNLiZX8onOthgAz1l7bVZF0hbOs6U7HNHNYx0ZphiD7uzDmv1IWNKJ1s IWTgqHX9csiCg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RmZgj69Bjz6txG; Thu, 14 Sep 2023 13:23:13 +0200 (CEST) From: Ihor Radchenko To: Tom Alexander Cc: emacs-orgmode@gnu.org Subject: [PATCH] Re: Description list with " :: " in the tag. In-Reply-To: <3dfc2172-7521-4939-bc4c-a4959dd1af3a@app.fastmail.com> References: <602c44e3-c5f4-4817-916c-13dd152ad4d2@app.fastmail.com> <87wmwz7m1u.fsf@localhost> <08d768a7-ac07-45cc-addf-3e406b3560ce@app.fastmail.com> <3dfc2172-7521-4939-bc4c-a4959dd1af3a@app.fastmail.com> Date: Thu, 14 Sep 2023 11:24:14 +0000 Message-ID: <87zg1patgh.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-TUID: UfdhW9Ktf9lB "Tom Alexander" writes: > I've written a patch (attached) with my proposed wording changes to > the documentation, should I be starting another thread or does > dropping it here work best? You can just modify subject with [PATCH], as I did. > ... I do not have commit access so I'd need > someone with such authority to do the last bit. Sure. > + =3DTAG-TEXT=3D is one of more objects from the standard set so long as > + they do not contain a newline character, until the last occurrence > + of the substring =3D"=C2=A0::=C2=A0"=3D (two colons surrounded by whit= espace, > + without the quotes). It does not fully represent what is going on - Org parser is top-down and does not parse objects before it is done parsing the descriptive list item. So, - *foo :: bar* does not actually contain bold markup Rather it is "* foo" tag + "bar* does not actually contain bold markup" des= cription. What happens is that the parser splits the first line of the item by the last " :: " and only then proceeds with parsing the tag and description using standard set of objects: - <....> :: --=20 Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at