উভয় =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'
করে?
~ .. ~
এবং পরিবর্তে= .. =
ইনলাইন কোড স্নিপেটস সহ সমস্ত ভারব্যাটিম ব্যবহার করছি।