From: "Phil (Philip) Mason" <phil.mason@broadcom.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Indenting source code blocks in lists
Date: Wed, 25 Jan 2012 09:42:20 +0000 [thread overview]
Message-ID: <2D76BBD878DB8B49BBE309F15526B38EA4C6@SJEXCHMB06.corp.ad.broadcom.com> (raw)
In-Reply-To: <878vkws4it.fsf@syk.fi>
> But let us assume that I already have a source block, and it is not
> indented correctly; what is the easy way to indent this block in a list?
If you indent just the #+BEGIN_SRC line and then use C-c ' to open the source editor and C-c ' to close it again it indents all source to the level of the BEGIN_SRC line.
For example
#+BEGIN_SRC emacs-lisp
(message (number-to-string
(- (point)
10))
#+END_SRC
Becomes
#+BEGIN_SRC emacs-lisp
(message (number-to-string
(- (point)
10))
#+END_SRC
Is that closer to what you wanted?
All the best
Phil
next prev parent reply other threads:[~2012-01-25 9:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-25 6:03 Indenting source code blocks in lists Jarmo Hurri
2012-01-25 6:46 ` Bastien
2012-01-25 12:09 ` Nicolas Goaziou
2012-01-25 14:37 ` Bastien
2012-01-28 23:56 ` Bastien
2012-01-25 9:42 ` Phil (Philip) Mason [this message]
2012-01-25 10:12 ` Jambunathan K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2D76BBD878DB8B49BBE309F15526B38EA4C6@SJEXCHMB06.corp.ad.broadcom.com \
--to=phil.mason@broadcom.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).