From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Exporting inline code sections Date: Mon, 13 Aug 2012 19:34:29 -0400 Message-ID: <6810.1344900869@alphaville> References: <21A5E1E970CD46459ECBE86D6CC4B28C67323C4F@spexch01.WindLogics.local> <87obmexxr2.fsf@gnu.org> <21A5E1E970CD46459ECBE86D6CC4B28C67323C60@spexch01.WindLogics.local> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T149d-0000IL-Sc for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 19:34:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T149c-000215-1d for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 19:34:37 -0400 In-Reply-To: Message from Ken Williams of "Mon, 13 Aug 2012 17:04:22 CDT." <21A5E1E970CD46459ECBE86D6CC4B28C67323C60@spexch01.WindLogics.local> 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: Ken Williams Cc: Bastien , "emacs-orgmode@gnu.org" Ken Williams wrote: > The other thing I just noticed was that every time I edit a table.el > table with C-c ', two more spaces get inserted to the left of the > table when it's reinserted into the org buffer. I tried to find where > in the code that's happening (probably in org-edit-src-exit?) but I Yes. > couldn't quite see it. C-h v org-src-preserve-indentation RET Nick