Created
May 17, 2019 19:44
-
-
Save shapr/5788c5a44172b14d32ea289fd5cf5d9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#+name: layout | |
#+RESULTS: layout-calc | |
| q | w | e | r | t | y | u | i | o | p | | |
| | a | s | d | f | g | h | j | k | | | |
| | z | x | c | v | b | n | m | | | | |
#+name: layout-calc | |
#+BEGIN_SRC emacs-lisp :var table=layout | |
(message table) | |
#+END_SRC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment