From: "Thomas S. Dye" <tsd@tsdye.com>
To: emacs-orgmode mailing list <emacs-orgmode@gnu.org>
Subject: [Babel] Library calls and begin_example
Date: Fri, 15 Oct 2010 16:55:06 -1000 [thread overview]
Message-ID: <1EB2B610-4AE1-4744-BE05-73427497A5F2@tsdye.com> (raw)
Aloha all,
I'm working with Eric Fraga's GANTT chart code, posted here
recently. I'd like to move it into the Library of Babel so I can
call it from any Org-mode buffer. Here is the (modified) header:
#+source: elispgantt
#+begin_src emacs-lisp :var table=gantttest :results output
latex :exports code
When this code is in the Org-mode buffer, the results are wrapped in
BEGIN_latex ... END_latex, which is just what I want.
When the same code is in the Library of Babel and is called like this:
#+lob: elispgantt(table=gantttest)
the results are wrapped in begin_example ... end_example, which is not
what I want.
How can I get the LOB code to perform like its in-buffer sibling and
wrap the output in BEGIN_latex ... END_latex?
All the best,
Tom
next reply other threads:[~2010-10-16 2:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-16 2:55 Thomas S. Dye [this message]
2010-10-16 14:59 ` [Babel] Library calls and begin_example Eric Schulte
2010-10-16 19:01 ` Eric S Fraga
2010-10-16 17:12 ` [Babel] Library calls and begin_example, where may I find the code ? Marc-Oliver Ihm
2010-10-17 11:30 ` Eric S Fraga
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1EB2B610-4AE1-4744-BE05-73427497A5F2@tsdye.com \
--to=tsd@tsdye.com \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).