From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: strange output when executing matlab using babel, strange , Date: Fri, 31 May 2019 10:50:59 -0400 Message-ID: <877ea6isoc.fsf@alphaville.usersys.redhat.com> References: <875zpqydo0.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWis9-0000wF-K7 for emacs-orgmode@gnu.org; Fri, 31 May 2019 10:51:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWis8-00089U-Ih for emacs-orgmode@gnu.org; Fri, 31 May 2019 10:51:09 -0400 Received: from [195.159.176.226] (port=48432 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hWis8-000884-B2 for emacs-orgmode@gnu.org; Fri, 31 May 2019 10:51:08 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hWis4-000ZS8-S2 for emacs-orgmode@gnu.org; Fri, 31 May 2019 16:51:04 +0200 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" To: emacs-orgmode@gnu.org Uwe Brauer writes: > Hi > > I am running Ubuntu 16.06, matlab 2018b and I am using the python > kernel to use matlab from within org mode > > .... > > * The problem > > When I run > > #+begin_src matlab :results output latex :exports results :eval never-export > disp('*Step 3:*') > disp('*Step 3:* Calculate this') > #+end_src > > On obtain > #+RESULTS: > > #+begin_export latex > ,*Step 3:* > ,*Step 3:* Calculate this > #+end_export > > Instead of > > #+begin_export latex > *Step 3:* > *Step 3:* Calculate this > #+end_export > > Does anybody have an idea what is wrong there? > I don't think anything is wrong: org quotes lines that look like headlines in the babel output by prepending the comma. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler