From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: latex export problem Date: Fri, 01 Oct 2010 13:02:00 +0530 Message-ID: <878w2icqrz.fsf@noorul.maa.corp.collab.net> References: <4CA4A4CF.6060305@unibas.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=57561 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1a7n-00088j-Om for Emacs-orgmode@gnu.org; Fri, 01 Oct 2010 03:33:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1a7m-0007h1-HL for Emacs-orgmode@gnu.org; Fri, 01 Oct 2010 03:33:47 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:36910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1a7m-0007gR-9r for Emacs-orgmode@gnu.org; Fri, 01 Oct 2010 03:33:46 -0400 Received: by pzk26 with SMTP id 26so1630282pzk.0 for ; Fri, 01 Oct 2010 00:33:45 -0700 (PDT) In-Reply-To: <4CA4A4CF.6060305@unibas.ch> (=?utf-8?Q?=22J=C3=B6rg?= Hagmann"'s message of "Thu, 30 Sep 2010 16:55:11 +0200") 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: =?utf-8?Q?J=C3=B6rg?= Hagmann Cc: Emacs-orgmode@gnu.org J=C3=B6rg Hagmann writes: > Dear list, > > I have an org file named "test.org" structured as follows (minimal exampl= e): > > ------minimal example------------ > * Head > text > > * Second head > :PROPERTIES: > :EXPORT_OPTIONS: H:5 num:nil toc:t \n:nil @:t ::t |:t ^:{} -:t f:t > *:t skip:nil d:nil tags:nil > :EXPORT_TITLE: My Title > :EXPORT_FILE_NAME: scripts/filename > :END: > > > #+begin_src latex > \input gentium-ge > #+end_src > > ** section > text > ------end of minimal example----------- > > I export the second head to a filename.tex file in a subdirectory (and > convert it later to ConTeXt code, but that shouldn't matter here). I > swear that this worked -- I have everything pertaining to my lectures > in this file. > However, it stopped working recently (without updating org-mode). All > I get when I export "Second Head" to latex is: > "No such file: /Users/me/test.org" > The cause is the #+begin_src ... #+end_src block > Can you please tell us which version of emacs and org-mode are you using?=20 M-x org-version M-x emacs-version Thanks and Regards Noorul