Hi, have in some source file, let's assume Python, the following:
foo = { "bar": ( "baz", "qux", ), } What is the best way to put this into an #+BEGIN_SRC python foo = { "bar": ( "baz", "qux", ), } #+END_SRC Thanks, Andreas
Hi, have in some source file, let's assume Python, the following:
foo = { "bar": ( "baz", "qux", ), } What is the best way to put this into an #+BEGIN_SRC python foo = { "bar": ( "baz", "qux", ), } #+END_SRC Thanks, Andreas