emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <eric.schulte@gmx.com>
To: Sankalp <sankalpkhare@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Including source code *from* a file in #+BEGIN_SRC blocks
Date: Sun, 11 Dec 2011 09:00:24 -0700	[thread overview]
Message-ID: <87aa6z82ws.fsf@gmx.com> (raw)
In-Reply-To: CABcJk5BKJHeipGHi+b4NfLY1Z9hS3FoOvaj4nOP_PtgtMknpoA@mail.gmail.com

Sankalp <sankalpkhare@gmail.com> writes:

> Hi,
> I've been using org mode's #+BEGIN_SRC ... <code> #+END_SRC feature to
> display source code.
>
> I was wondering if there's a way to include code from an external file.
> Like the *\lstinputlisting* feature in the LaTeX *listings* package.
>

You could write a code block which when executed wraps the file's
contents in a code block which is then inserted into the Org-mode
buffer.  For example if your external file is named foo.c and holds C
code the following

#+begin_src sh :exports results :results raw output
  echo "#+BEGIN_SRC C"
  cat foo.c
  echo "#+END_SRC"
#+end_src

will insert its contents into the buffer during every export.

Best -- Eric

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

  parent reply	other threads:[~2011-12-11 16:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-11  5:56 Including source code *from* a file in #+BEGIN_SRC blocks Sankalp
2011-12-11  6:53 ` Puneeth Chaganti
2011-12-11 16:00 ` Eric Schulte [this message]
2011-12-11 17:08   ` Sankalp
2011-12-11 19:22   ` Nick Dokos
2011-12-11 19:25     ` Eric Schulte

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=87aa6z82ws.fsf@gmx.com \
    --to=eric.schulte@gmx.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=sankalpkhare@gmail.com \
    /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).