From e2710a3d5b620152ea7ab81489cc20cf23747b16 Mon Sep 17 00:00:00 2001 From: John Henderson Date: Fri, 31 Jan 2014 15:29:47 -0600 Subject: [PATCH] Update org.texi documentation for org-src-preserve-indentation --- doc/org.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 9c7a6a7..666282c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -13798,7 +13798,11 @@ can be used to map arbitrary language names to existing major modes. @item org-src-window-setup Controls the way Emacs windows are rearranged when the edit buffer is created. @item org-src-preserve-indentation -This variable is especially useful for tangling languages such as +By default, the value is @code{nil}, which means that whitespace characters will be +collapsed upon exporting/tangling, according to the value of address@hidden If set to @code{t}, code +blocks will be exported/tangled with whitespace preserved, exactly as they +appear in the org buffer. This variable is especially useful for tangling languages such as Python, in which whitespace indentation in the output is critical. @item org-src-ask-before-returning-to-edit-buffer By default, Org will ask before returning to an open edit buffer. Set this -- 1.8.5.3