两者=foo=和~foo~似乎都在组织中用于内联代码。它们有何不同?我应该在何时使用?
例如,从ORG-NEWS文件:
If you want to exclude a headline from export while using its contents
for setting options, use =:noexport:= (see =org-export-exclude-tags=.)
...
The key sequences =C-c C-n= and =C-c C-p= are now bound to
~org-next-visible-heading~ and ~org-previous-visible-heading~ respectively,
rather than the =outline-mode= versions of these functions. The Org
version of these functions skips over inline tasks (and even-level
headlines when ~org-odd-levels-only~ is set).
这里没有明显的模式:org-export-exclude-tags和org-odd-levels-only都是变量,并且org-next-visible-heading和outline-mode都是函数。
这两种语法中的任何一种都支持*Help*像`foo'文档字符串中那样跳转到缓冲区吗?
请查看stackoverflow.com/questions/18991981/…以了解导出时的区别
—
CantrianBear 2016年
~ .. ~,而是= .. =逐字使用所有内容,包括内联代码段。