Last active
June 19, 2016 17:02
-
-
Save pepijn/71550a5a7726442de4465a19d65924d8 to your computer and use it in GitHub Desktop.
Fill paragraph messes with inline org-mode babel source code
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
Before =fill-paragraph=: | |
#+NAME: answer | |
#+RESULTS: | |
: 42 | |
The answer to Life, the Universe and Everything is src_emacs-lisp[:var answer=answer]{answer} {{{results(=42=)}}}. | |
Great success! |
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
After =fill-paragraph=: | |
#+NAME: answer | |
#+RESULTS: | |
: 42 | |
The answer to Life, the Universe and Everything is src_emacs-lisp[:var | |
answer=answer]{answer}. | |
=C-c C-c can do nothing useful at this location= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment