emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sankalp <sankalpkhare@gmail.com>
To: Eric Schulte <eric.schulte@gmx.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 22:38:21 +0530	[thread overview]
Message-ID: <CABcJk5DE_NA5tv81nVnP0Mqamso+9_7Kh2ZNHuvobrsBM_PpMw@mail.gmail.com> (raw)
In-Reply-To: <87aa6z82ws.fsf@gmx.com>

[-- Attachment #1: Type: text/plain, Size: 970 bytes --]

On 11 December 2011 21:30, Eric Schulte <eric.schulte@gmx.com> wrote:

> 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/
>

Thanks a lot Eric, though I got it working with what Puneeth suggested
earlier :)

--
Sankalp

[-- Attachment #2: Type: text/html, Size: 1870 bytes --]

  reply	other threads:[~2011-12-11 17:08 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
2011-12-11 17:08   ` Sankalp [this message]
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=CABcJk5DE_NA5tv81nVnP0Mqamso+9_7Kh2ZNHuvobrsBM_PpMw@mail.gmail.com \
    --to=sankalpkhare@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=eric.schulte@gmx.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).