all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [babe] :var assignment no longer of tolerant of whitespace
@ 2011-11-20 11:46 Martyn Jago
  2011-11-20 12:03 ` [babel] :var assignment no longer " Martyn Jago
  0 siblings, 1 reply; 4+ messages in thread
From: Martyn Jago @ 2011-11-20 11:46 UTC (permalink / raw)
  To: emacs-orgmode

Hi

It used to be the case that you could assign a variable and any
whitespace would be chomped:

--8<---------------cut here---------------start------------->8---

#+begin_src emacs-lisp :var a = 1 :var b = 2

(+ a b)

#+end_src

--8<---------------cut here---------------end--------------->8---

However it is now required to remove the whitespace:

--8<---------------cut here---------------start------------->8---

#+begin_src emacs-lisp :var a=1 :var b=2

(+ a b)

#+end_src

--8<---------------cut here---------------end--------------->8---

I haven't noticed any announcement of a change in terms of whitespace
use, so I'm mentioning it in case it is actually a regression, or is it
by design? If the change has been announced, then I apologize in advance
for the noise.

Best, Martyn

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-21 11:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-20 11:46 [babe] :var assignment no longer of tolerant of whitespace Martyn Jago
2011-11-20 12:03 ` [babel] :var assignment no longer " Martyn Jago
2011-11-20 16:28   ` Eric Schulte
2011-11-21 11:37     ` Martyn Jago

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.