* Fixed width areas not allowing tab after leading colon.
@ 2023-09-16 18:43 Tom Alexander
2023-09-17 9:48 ` Ihor Radchenko
0 siblings, 1 reply; 3+ messages in thread
From: Tom Alexander @ 2023-09-16 18:43 UTC (permalink / raw)
To: emacs-orgmode
The documentation for fixed width areas states: A “fixed-width line” starts with a colon character (:) and either a whitespace character or the immediate end of the line.
Using the test document:
```
:<TAB>foo
```
parses as a paragraph instead of a fixed-width area:
```
(org-data
(:standard-properties
[1 1 1 7 7 0 nil org-data nil nil nil 3 7 nil #<buffer *scratch*> nil nil nil]
:path nil :CATEGORY nil)
(section
(:standard-properties
[1 1 1 7 7 0 nil first-section nil nil nil 1 7 nil #<buffer *scratch*> nil nil #0])
(paragraph
(:standard-properties
[1 1 1 7 7 0 nil top-comment nil nil nil nil nil nil #<buffer *scratch*> nil nil #1])
#(": foo\n" 0 6
(:parent #2)))))
```
This happens in a document in worg: https://git.sr.ht/~bzg/worg/tree/74e80b0f7600801b1d1594542602394c085cc2f9/item/org-contrib/org-bom.org#L499
Emacs version: GNU Emacs 29.1 (build 1, x86_64-pc-linux-musl)
Org-mode version: c703541ffcc14965e3567f928de1683a1c1e33f6 (latest in git)
Fixed-width area documentation: https://orgmode.org/worg/org-syntax.html#Fixed_Width_Areas
--
Tom Alexander
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fixed width areas not allowing tab after leading colon.
2023-09-16 18:43 Fixed width areas not allowing tab after leading colon Tom Alexander
@ 2023-09-17 9:48 ` Ihor Radchenko
2023-09-20 0:10 ` Tom Alexander
0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2023-09-17 9:48 UTC (permalink / raw)
To: Tom Alexander; +Cc: emacs-orgmode
"Tom Alexander" <tom@fizz.buzz> writes:
> The documentation for fixed width areas states: A “fixed-width line” starts with a colon character (:) and either a whitespace character or the immediate end of the line.
> ...
> Fixed-width area documentation: https://orgmode.org/worg/org-syntax.html#Fixed_Width_Areas
org-syntax.html is not accurate here. The parser only allows ": " (colon
followed by space) and no other variant.
Fixed, on master.
https://git.sr.ht/~bzg/worg/commit/a42f57ac
> This happens in a document in worg: https://git.sr.ht/~bzg/worg/tree/74e80b0f7600801b1d1594542602394c085cc2f9/item/org-contrib/org-bom.org#L499
Fixed, on master.
https://git.sr.ht/~bzg/worg/commit/0c8d5679
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fixed width areas not allowing tab after leading colon.
2023-09-17 9:48 ` Ihor Radchenko
@ 2023-09-20 0:10 ` Tom Alexander
0 siblings, 0 replies; 3+ messages in thread
From: Tom Alexander @ 2023-09-20 0:10 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: emacs-orgmode
Thanks!
--
Tom Alexander
On Sun, Sep 17, 2023, at 5:48 AM, Ihor Radchenko wrote:
> "Tom Alexander" <tom@fizz.buzz> writes:
>
>> The documentation for fixed width areas states: A “fixed-width line” starts with a colon character (:) and either a whitespace character or the immediate end of the line.
>> ...
>> Fixed-width area documentation: https://orgmode.org/worg/org-syntax.html#Fixed_Width_Areas
>
> org-syntax.html is not accurate here. The parser only allows ": " (colon
> followed by space) and no other variant.
>
> Fixed, on master.
> https://git.sr.ht/~bzg/worg/commit/a42f57ac
>
>> This happens in a document in worg: https://git.sr.ht/~bzg/worg/tree/74e80b0f7600801b1d1594542602394c085cc2f9/item/org-contrib/org-bom.org#L499
>
> Fixed, on master.
> https://git.sr.ht/~bzg/worg/commit/0c8d5679
>
> --
> Ihor Radchenko // yantar92,
> Org mode contributor,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-20 0:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16 18:43 Fixed width areas not allowing tab after leading colon Tom Alexander
2023-09-17 9:48 ` Ihor Radchenko
2023-09-20 0:10 ` Tom Alexander
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).