From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Indenting source code blocks in lists Date: Wed, 25 Jan 2012 15:42:25 +0530 Message-ID: <818vkwxf92.fsf@gmail.com> References: <878vkws4it.fsf@syk.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpzqO-00086Q-Mc for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 05:12:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpzqL-0006mb-V9 for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 05:12:44 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:46730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpzqL-0006mN-QR for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 05:12:41 -0500 Received: by pbaa12 with SMTP id a12so793868pba.0 for ; Wed, 25 Jan 2012 02:12:39 -0800 (PST) In-Reply-To: <878vkws4it.fsf@syk.fi> (Jarmo Hurri's message of "Wed, 25 Jan 2012 08:03:06 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jarmo Hurri Cc: emacs-orgmode@gnu.org Jarmo Hurri writes: > what is the easy way to indent this block Mark the block as you would mark regularly. Then to 10 spaces you can do this: C-u 1 0 C-x TAB To figure out the number of spaces to add, you mentally the subtract the current column with the target column. Turn on M-x column-number-mode if you need to to figure out what column you are on. or Refer the last paragraph in: (info "(emacs) Indentation Commands") or Launch the info manual with: C-h r Visit the needed index entry with: i indent-rigidly --