From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Grebenstein Subject: Including Latex Files Date: Mon, 05 Mar 2012 16:27:45 +0100 Message-ID: <4F54DB71.8010903@mgrebenstein.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4Zpe-0002VB-KB for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 10:28:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4ZpH-0002zX-JJ for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 10:28:14 -0500 Received: from smtprelay01.ispgateway.de ([80.67.31.24]:49844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4ZpH-0002zC-CZ for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 10:27:51 -0500 Received: from [195.37.61.178] (helo=[10.17.255.203]) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1S4ZpF-0005RF-Fd for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 16:27:49 +0100 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: emacs-orgmode@gnu.org Dear List, I have a question regarding the #+INCLUDE markup: Using babel, I ran into trouble with latex equations and I do not have the time to sort things out (unbalance #+begin_latex...). Therefore, I decided to use auctex and latex files to edit the calculation parts of my thesis. I know the "brute force" method of using \input etc. but I'd prefer to use the much better #+INCLUDE markup, because I can open the file using C-C '. Using #+INCLUDE: myfile.tex orgmode assumes the file is in org syntax. So I tried #+INCLUDE: myfile.tex latex and the files compiled fine but C-C ' does try to open a file called myfile.tex latex Is there any chance to include a tex file in orgmode in a way that it can be opened interactively by using #+INCLUDE: or -even better- defining a link? Markus