From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Source code files and org mode files Date: Tue, 02 Oct 2012 17:25:32 -0400 Message-ID: <14913.1349213132@alphaville.americas.hpqcorp.net> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ9yB-0000n4-Ul for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 17:25:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ9yB-0005L8-5C for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 17:25:35 -0400 Received: from g4t0015.houston.hp.com ([15.201.24.18]:8937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ9yB-0005Ka-0h for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 17:25:35 -0400 In-Reply-To: Message from Fabrice Popineau of "Tue\, 02 Oct 2012 23\:07\:22 +0200." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Popineau Cc: emacs-orgmode@gnu.org Fabrice Popineau wrote: > Hi, >=20 > Is it possible to link to an external source code file from an org mode f= ile=C2=A0 > (for example from an org mode code block) > so that the source code file will be exported "inline" wrt to the org-mod= e file ? >=20 > Thanks for any clue, >=20 --8<---------------cut here---------------start------------->8--- #+include: "foo.c" src c --8<---------------cut here---------------end--------------->8--- See (info "(org) Include files") for details. Nick