両方とも=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
はどちらも関数です。
これらの構文のいずれかは、docstringの*Help*
ようにバッファへのジャンプをサポート`foo'
していますか?
エクスポート時の違いについては、stackoverflow.com
—
questions / 18991981 /…を参照
~ .. ~
、代わりに= .. =
インラインコードスニペットを含むすべてを逐語的に使用していました。