emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to initiate source edits
@ 2013-05-03  5:54 Andreas Röhler
  2013-05-03  8:07 ` Achim Gratz
  2013-05-03  8:34 ` Myles English
  0 siblings, 2 replies; 7+ messages in thread
From: Andreas Röhler @ 2013-05-03  5:54 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-07 10:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-03  5:54 How to initiate source edits Andreas Röhler
2013-05-03  8:07 ` Achim Gratz
2013-05-03  8:27   ` Andreas Röhler
2013-05-03  8:34 ` Myles English
2013-05-03  9:13   ` Andreas Röhler
2013-05-07  8:22     ` Alexander Baier
2013-05-07 10:55       ` Andreas Röhler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).