all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam <ahcnz@ihug.co.nz>
To: Emacs-orgmode@gnu.org
Subject: novice - inline src ?
Date: Wed, 3 Nov 2010 15:34:58 +1300	[thread overview]
Message-ID: <201011031535.00063.ahcnz@ihug.co.nz> (raw)

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 ? 

I've looked through section 14 of the manual. Perhaps the entire 
line must be "concat"ed into the one composite line needed. 

See the "quick brown fox" example below, with src result plonked 
in the middle. 

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 ? 


* test

#+begin_src emacs-lisp :exports results
  (format-time-string "%a %e %b %Y ")
#+end_src

#+begin_src emacs-lisp :exports none
(defun pt ()
  (format-time-string "%a %e %b %Y "))
#+end_src

The quick brown fox jumps 
#+begin_src emacs-lisp :exports results
  (pt)
#+end_src
over the lazy dog.

             reply	other threads:[~2010-11-03  2:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-03  2:34 Adam [this message]
2010-11-03  3:23 ` novice - inline src ? Juan Pechiar
2010-11-03  4:47   ` Adam
2010-11-03  9:48     ` Adam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201011031535.00063.ahcnz@ihug.co.nz \
    --to=ahcnz@ihug.co.nz \
    --cc=Emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.