Cả hai =foo=
và ~foo~
dường như được sử dụng trong org cho các bit mã nội tuyến. Chúng khác nhau như thế nào? Tôi nên sử dụng cái nào, và khi nào?
Ví dụ: từ ORG-NEWS
tệp:
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).
Không có một mô hình rõ ràng nào ở đây: org-export-exclude-tags
và org-odd-levels-only
cả hai biến org-next-visible-heading
và outline-mode
cả hai hàm.
Do một trong hai cú pháp này có hỗ trợ nhảy tới *Help*
bộ đệm theo cách `foo'
trong tài liệu không?
~ .. ~
, và thay vào đó sử dụng= .. =
cho tất cả mọi thứ nguyên văn, bao gồm các đoạn mã nội tuyến.