From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: novice - inline src ? Date: Wed, 3 Nov 2010 01:23:36 -0200 Message-ID: <20101103032336.GA15160@soloJazz.com> References: <201011031535.00063.ahcnz@ihug.co.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60198 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDU2Z-000316-3L for Emacs-orgmode@gnu.org; Tue, 02 Nov 2010 23:29:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDU2X-0000Gt-Sg for Emacs-orgmode@gnu.org; Tue, 02 Nov 2010 23:29:34 -0400 Received: from cpoproxy1-pub.bluehost.com ([69.89.21.11]:42835) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PDU2X-0000Gb-G1 for Emacs-orgmode@gnu.org; Tue, 02 Nov 2010 23:29:33 -0400 Content-Disposition: inline In-Reply-To: <201011031535.00063.ahcnz@ihug.co.nz> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Adam Cc: Emacs-orgmode@gnu.org On Wed, Nov 03, 2010 at 03:34:58PM +1300, Adam wrote: > Am a novice, and just trying my first src emacs lisp. > Can a results output be included in the middle of a line of text ? Hi, Yo can include inline code blocks thus: The date today is src_emacs-lisp{(format-time-string "%a %e %b %Y ")}. The complete format is: src_lang[optional header arguments]{code body} Check the following message on the mailing list: Date: Tue, 03 Aug 2010 11:44:14 -0600 From: Eric Schulte Subject: Re: [Orgmode] Babel - display results in an overlay? > Also, is there a switch on setting to avoid the > "Evaluate this Lisp code on your system? (yes or no)" > questions being asked at export - to always answer yes to this ? Customize the following variable to nil: org-confirm-babel-evaluate Regards, .j.