* How to enter | in the Org mode table without expanding cell?
@ 2024-12-27 11:18 Jean Louis
2024-12-27 18:41 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Jean Louis @ 2024-12-27 11:18 UTC (permalink / raw)
To: Emacs Org Mode
I just noticed that it is almost impossible to enter | into the Org
cell without expanding it as new call by pressing TAB.
| Key | Value |
|-----+-------|
| key | "123|value" |
it becomes this:
| Key | Value | |
|-----+-------+--------|
| key | "123 | value" |
| | | |
But I need this:
| Key | Value |
|-----+-------------|
| key | "123|value" |
Is there way?
Jean Louis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-27 18:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 11:18 How to enter | in the Org mode table without expanding cell? Jean Louis
2024-12-27 18:41 ` Ihor Radchenko
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).