From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Day Subject: indentation across multiple source blocks Date: Tue, 18 Dec 2012 10:38:30 +1100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkkGl-0002Pj-4y for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 18:38:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkkGk-0003T6-85 for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 18:38:47 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:61488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkkGk-0003S7-0E for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 18:38:46 -0500 Received: by mail-pa0-f46.google.com with SMTP id bh2so89400pad.19 for ; Mon, 17 Dec 2012 15:38:45 -0800 (PST) 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: emacs-orgmode@gnu.org Is there an easy way to preserve indentation for a source block taking into account previous blocks? For (a silly) example: * foo :PROPERTIES: :tangle: yes :END: #+begin_src emacs-lisp (defun foo () #+end_src #+begin_src emacs-lisp (bar) #+end_src #+begin_src emacs-lisp ) #+end_src Any help much appreciated. Tony