From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Strings inside code blocks Date: Wed, 16 Apr 2014 19:22:21 +0200 Message-ID: <87ppkhi3zm.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaTWL-0001a0-EA for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 13:21:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaTWF-0002gF-AH for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 13:21:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:40645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaTWF-0002fv-3o for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 13:21:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WaTWC-00038u-KE for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 19:21:04 +0200 Received: from g231235008.adsl.alicedsl.de ([92.231.235.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Apr 2014 19:21:04 +0200 Received: from tjolitz by g231235008.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Apr 2014 19:21: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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rustom Mody writes: > Thorsten Jolitz wrote: > > This > > ,------------------------------ > | * 1st Level > | src_emacs-lisp{"Hello World"} > `------------------------------ > > renders this... > > does not seem to work for me. > Some requirements I need python code inline inside tables. this does not work for me either: | label | code | |-----------+----------------------------------------------------------| | greetings | src_emacs-lisp{"Hello World"} | | arithm | src_emacs-lisp[:results value :exports results]{(+ 2 2)} | #+begin_src emacs-lisp :results value replace (let ((org-export-with-toc nil)) (org-export-as 'ascii)) #+end_src #+results: _________________ 725 Thorsten Jolitz _________________ 1 --text follows this line-- ============================ Rustom Mody writes: > Thorsten Jolitz wrote: This ,------------------------------ | * 1st >Level | `Hello World' `------------------------------ renders this... >does not seem to work for me. Some requirements I need python code >inline inside tables. label code --------------------------------------------------------------------- greetings src_emacs-lisp{"Hello World"} arithm src_emacs-lisp[:results value :exports results]{(+ 2 2)} ,---- | (let ((org-export-with-toc nil)) | (org-export-as 'ascii)) `---- -- cheers, Thorsten but did you read: [[http://orgmode.org/worg/org-contrib/babel/intro.html][Code Block in Tables]] ? -- cheers, Thorsten