ORG-MODE Working with Code (Babel)

  • execute code block at point C-c C-c
  • open results of code block at point C-c C-o
  • check code block at point for errors C-c C-v c
  • insert a header argument with completion C-c C-v j
  • view expanded body of code block at point C-c C-v v
  • view information about code block at point C-c C-v I
  • go to named code block C-c C-v g
  • go to named result C-c C-v r
  • go to the head of the current code block C-c C-v u
  • go to the next code block C-c C-v n
  • go to the previous code block C-c C-v p
  • demarcate a code block C-c C-v d
  • execute the next key sequence in the code edit bu C-c C-v x
  • execute all code blocks in current buffer C-c C-v b
  • execute all code blocks in current subtree C-c C-v s
  • tangle code blocks in current file C-c C-v t
  • tangle code blocks in supplied file C-c C-v f
  • ingest all code blocks in supplied file into the C-c C-v i
  • switch to the session of the current code block C-c C-v z
  • load the current code block into a session C-c C-v l
  • view sha1 hash of the current code block C-c C-v a

Leave a Reply

Your email address will not be published. Required fields are marked *