Skip to content

Instantly share code, notes, and snippets.

@pepijn
Last active June 19, 2016 17:02
Show Gist options
  • Save pepijn/71550a5a7726442de4465a19d65924d8 to your computer and use it in GitHub Desktop.
Save pepijn/71550a5a7726442de4465a19d65924d8 to your computer and use it in GitHub Desktop.
Fill paragraph messes with inline org-mode babel source code
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!
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