Skip to content

Instantly share code, notes, and snippets.

@guaracy
Last active February 24, 2019 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guaracy/1ec77d08aa9c39c73349615b32dfbccd to your computer and use it in GitHub Desktop.
Save guaracy/1ec77d08aa9c39c73349615b32dfbccd to your computer and use it in GitHub Desktop.
Teste .org

tit

sub-title

Texto bold italico

(defun org-xor (a b)
   "Exclusive or."
   (if a (not b) b))
  example
example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment