Skip to content

Instantly share code, notes, and snippets.

@melioratus
Created March 30, 2018 21:52
Show Gist options
  • Save melioratus/e958cee229d36ff1ecd6227ba06d61da to your computer and use it in GitHub Desktop.
Save melioratus/e958cee229d36ff1ecd6227ba06d61da to your computer and use it in GitHub Desktop.

To display verbatim (=) or code (~) syntax characters in org-mode

  • To display verbatim syntax wrap string in code syntax.
    =verbatim=  becomes ~=verbatim=~
        

    verbatim becomes =verbatim=

  • To display code syntax wrap string in verbatim syntax.
    ~code~ becomes =~code~=
        

    code becomes ~code~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment