emacs-orgmode
[Top][All Lists]
Advanced

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

[O] indentation across multiple source blocks


From: Tony Day
Subject: [O] indentation across multiple source blocks
Date: Tue, 18 Dec 2012 10:38:30 +1100

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



reply via email to

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