emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] How to initiate source edits


From: Andreas Röhler
Subject: [O] How to initiate source edits
Date: Fri, 03 May 2013 07:54:33 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]