From: Ihor Radchenko <yantar92@posteo.net>
To: Mark Barton <mbarton98@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [BUG] Clock report produces malformed table when contributed headings contain "|" in their title [9.7-pre (release_9.6.16-1060-g1aa455 @ /home/yantar92/.emacs.d/straight/build/org/)]
Date: Mon, 15 Jan 2024 13:04:35 +0000 [thread overview]
Message-ID: <87ttnerbmk.fsf@localhost> (raw)
In-Reply-To: <14A27962-B105-4275-A204-5641487F8F6B@gmail.com>
Mark Barton <mbarton98@gmail.com> writes:
>> Not so easy for src block and other verbatim text - there is simply no
>> way to escape "|" in tables.
>
> ...
> In your example of the src block, I don't normally make those headers, but could the pipe char be replaced only in the clock table? If clock table links are turned on then the header link should point to the header and just the description changes.
That's one option.
Another observation is that Org parser does not even allow inline src
blocks inside table cells. So, it might make more sense to remove all
the inline src blocks before creating the table cell.
Although, unlike inline src blocks, verbatim/code markup is allowed.
And something like =this|is|verbatim= is problematic - similar to inline
src blocks, altering the "|" inside may change the meaning.
To be clear, it is quite easy to write some kind of
`org-table-cell-escape' that will make sure that text inserted into a
table cell will not cause problems with table formatting. However, I'd
prefer to solve this problem in a more generic way, alongside with
similar problem of escaping "=" inside verbatim markup, edge cases with
link paths like
=should not be verbatim [[https:/example.com/?foo=?]], yet it is
and other edge cases.
--
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>
prev parent reply other threads:[~2024-01-15 13:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-14 13:56 [BUG] Clock report produces malformed table when contributed headings contain "|" in their title [9.7-pre (release_9.6.16-1060-g1aa455 @ /home/yantar92/.emacs.d/straight/build/org/)] Ihor Radchenko
2024-01-14 20:18 ` Mark Barton
2024-01-15 13:04 ` Ihor Radchenko [this message]
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=87ttnerbmk.fsf@localhost \
--to=yantar92@posteo.net \
--cc=emacs-orgmode@gnu.org \
--cc=mbarton98@gmail.com \
/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).