From: "Tom Alexander" <tom@fizz.buzz>
To: "Ihor Radchenko" <yantar92@posteo.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Description list with " :: " in the tag.
Date: Wed, 13 Sep 2023 18:52:50 -0400 [thread overview]
Message-ID: <3dfc2172-7521-4939-bc4c-a4959dd1af3a@app.fastmail.com> (raw)
In-Reply-To: <08d768a7-ac07-45cc-addf-3e406b3560ce@app.fastmail.com>
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
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? I do not have commit access so I'd need someone with such authority to do the last bit.
--
Tom Alexander
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-org-syntax.org-Fix-definition-of-description-list-ta.patch --]
[-- Type: text/x-patch; name="0001-org-syntax.org-Fix-definition-of-description-list-ta.patch", Size: 1359 bytes --]
From 20addaa5ab7d4e9420ade1125c2a337345ecdd31 Mon Sep 17 00:00:00 2001
From: Tom Alexander <tom@fizz.buzz>
Date: Wed, 13 Sep 2023 18:19:05 -0400
Subject: [PATCH] org-syntax.org: Fix definition of description list tags.
Description lists support objects in their tags and they support the substring " :: ".
---
org-syntax.org | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/org-syntax.org b/org-syntax.org
index 123fc232..3046e26c 100644
--- a/org-syntax.org
+++ b/org-syntax.org
@@ -470,9 +470,10 @@ BULLET COUNTER-SET CHECK-BOX TAG CONTENTS
+ CHECK-BOX (optional) :: A single whitespace character, an =X=
character, or a hyphen enclosed by square brackets (i.e. =[ ]=, =[X]=, or =[-]=).
+ TAG (optional) :: An instance of the pattern =TAG-TEXT ::= where
- =TAG-TEXT= represents a string consisting of non-newline characters
- that does not contain the substring =" :: "= (two colons surrounded by
- whitespace, without the quotes).
+ =TAG-TEXT= 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 =" :: "= (two colons surrounded by whitespace,
+ without the quotes).
+ CONTENTS (optional) :: A collection of zero or more elements, ending
at the first instance of one of the following:
- The next item.
--
2.42.0
next prev parent reply other threads:[~2023-09-13 22:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-08 17:25 Description list with " :: " in the tag Tom Alexander
2023-09-09 3:15 ` Max Nikulin
2023-09-09 9:06 ` Ihor Radchenko
2023-09-10 4:22 ` Max Nikulin
2023-09-11 16:05 ` Tom Alexander
2023-09-13 22:52 ` Tom Alexander [this message]
2023-09-14 11:24 ` [PATCH] " Ihor Radchenko
2023-09-20 0:09 ` Tom Alexander
2023-09-20 9:00 ` Ihor Radchenko
2023-09-14 11:25 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3dfc2172-7521-4939-bc4c-a4959dd1af3a@app.fastmail.com \
--to=tom@fizz.buzz \
--cc=emacs-orgmode@gnu.org \
--cc=yantar92@posteo.net \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.