Entrambi =foo=
e ~foo~
sembrano essere utilizzati in org per bit di codice inline. In che modo differiscono? Quale dovrei usare e quando?
Ad esempio, dal ORG-NEWS
file:
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).
Non esiste uno schema ovvio qui: org-export-exclude-tags
e org-odd-levels-only
sono entrambe variabili org-next-visible-heading
e outline-mode
sono entrambe le funzioni.
Una di queste sintassi supporta il salto ai *Help*
buffer come `foo'
nei docstring?
~ .. ~
, e invece ho usato= .. =
per tutto testualmente, inclusi frammenti di codice inline.