emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] novice - inline src ?


From: Juan Pechiar
Subject: Re: [Orgmode] novice - inline src ?
Date: Wed, 3 Nov 2010 01:23:36 -0200
User-agent: Mutt/1.5.20 (2009-06-14)

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 
<address@hidden>                                                                
                        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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]