emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Something like #+BIND but for the destination buffer


From: Charles C. Berry
Subject: Re: [O] Something like #+BIND but for the destination buffer
Date: Tue, 3 Jan 2017 09:00:14 -0800
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

On Tue, 3 Jan 2017, Jonas Bernoulli wrote:

So here's the ECM:

* Node

#+BEGIN_SRC emacs-lisp
 (progn (progn foo
bar))
#+END_SRC


(info "(org) Literal examples") suggests this


#+BEGIN_SRC emacs-lisp -i
  (progn (progn foo
                bar))
#+END_SRC

(16 spaces before bar)

which gives me


@lisp
  (progn (progn foo
                bar))
@end lisp

(16 spaces before bar)

HTH,

Chuck




reply via email to

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