From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacek Generowicz Subject: Re: Export of inline source blocks Date: Thu, 26 Sep 2013 20:17:31 +0200 Message-ID: <87li2jzbus.fsf@cern.ch> References: <87ob7fzjc0.fsf@cern.ch> <87ioxnr0g3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPG8A-0003Yx-IV for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 14:17:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPG82-00008X-HC for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 14:17:38 -0400 Received: from cernmx30.cern.ch ([137.138.144.177]:22361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPG82-00008O-B2 for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 14:17:30 -0400 In-Reply-To: <87ioxnr0g3.fsf@gmail.com> 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: Org Mode Eric Schulte writes: > Inline code blocks are meant for exporting results, not code. I don't > believe Org-mode supports inline source-code export. I see. Thanks. > I'd use simple verbatim markers instead. How would I persuade those not to collapse whitespace? Both ~stuff~ and =stuff= get exported as stuff, while #+BEGIN_SRC lang stuff #+end_SRC gets exported as
 ...