如何将“|”字符转义到组织模式表中

Ton*_*ams 4 emacs org-mode

我正在以组织模式构建一些表,我需要输入“||” 进入表(对于逻辑 OR 命令),我没有尝试将两个字符作为表构造函数关闭。

我试过单引号、双引号、反引号并用'\'开头。我还尝试了使用 ':=' 的所有排列来获取文字字符串,但它们不起作用。

// 托尼·威廉姆斯

jua*_*eon 5

根据您想要对表的输出做什么,您可以使用看起来像垂直管道(或双垂直管道)的替代 unicode 字符。例子:

This is the pipe character written twice (as for logical OR):
||
Those are similar (or not too different) looking unicode characters
? - ¦¦ - ??
Run Code Online (Sandbox Code Playgroud)

当然,如果您不仅对外观感兴趣(但转义管道也不起作用),这对您不起作用。

在此处查看您可能比上面 3 个更喜欢的更多 unicode 字符