From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: importing external files as LaTeX module Date: Wed, 16 Jun 2010 10:50:16 +0100 Message-ID: <874oh3i9wn.wl%ucecesf@ucl.ac.uk> References: <87y6efpdkd.fsf@kki.biglobe.ne.jp> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Wed_Jun_16_10:50:16_2010-1" Return-path: Received: from [140.186.70.92] (port=59938 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOpGL-0004Yp-2y for emacs-orgmode@gnu.org; Wed, 16 Jun 2010 05:50:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOpGJ-0002Po-F9 for emacs-orgmode@gnu.org; Wed, 16 Jun 2010 05:50:24 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:45310) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOpGJ-0002Pc-9I for emacs-orgmode@gnu.org; Wed, 16 Jun 2010 05:50:23 -0400 In-Reply-To: <87y6efpdkd.fsf@kki.biglobe.ne.jp> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Soichi Ishida Cc: emacs-orgmode@gnu.org --Multipart_Wed_Jun_16_10:50:16_2010-1 Content-Type: text/plain; charset=US-ASCII On Wed, 16 Jun 2010 17:49:22 +0900, Soichi Ishida wrote: > > > Hi. I have recently started using org-mode. > > I wanted to import external files into the outline like, > > [[file:./external1.txt]] > > org-mode created the hyperlink to the file. > Then I have exported it as a LaTeX file, which gives > > \subsubsection{\href{file:///home/soichi/Dropbox/Org/external1.txt}{file:./external1.txt}} > > But it does not compile the linked file as a part of dvi file (eventually a PDF file). It only shows > > "file:./external.txt" > > in PDF. > Could I possibly import the content of the external file as a part of LaTeX? maybe try the direct latex command, \input{external.txt}? Unverified... However, you won't want to do this on an outline heading as latex won't like an input directive within a subsubsection heading, I believe. By creating a link, org-mode is doing exactly the right thing (\href etc). --Multipart_Wed_Jun_16_10:50:16_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Wed_Jun_16_10:50:16_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Wed_Jun_16_10:50:16_2010-1--