From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Export to LaTeX buffer Date: Mon, 12 Mar 2018 15:13:46 +0100 Message-ID: <87muzdcrfp.fsf@nicolasgoaziou.fr> References: <1520860336.2694.24.camel@fh-aachen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evOjb-0003xu-BD for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 10:47:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evOjY-0008QI-8n for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 10:47:31 -0400 Received: from relay3.mail.gandi.net ([217.70.178.223]:54125 helo=relay3-d.mail.gandi.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evOjY-0008OE-1V for emacs-orgmode@gnu.org; Mon, 12 Mar 2018 10:47:28 -0400 In-Reply-To: <1520860336.2694.24.camel@fh-aachen.de> (Jobst Hoffmann's message of "Mon, 12 Mar 2018 13:12:18 +0000") 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" To: "Hoffmann, Jobst" Cc: "emacs-orgmode@gnu.org" Hello, "Hoffmann, Jobst" writes: > The org-mode manual version Release 9.1.6 (release 9.1.6-567-gbb5e79) > says on page 159, that export of an org file to a LaTeX buffer is doneby C-c C-e l L. > > This ends in a message > > "Autoloading failed to define function turn-on-orgstruct" > > A little bit of googling tells me, that "[O] [ANN] OrgStruct is dead. > Long live Orgalist." > > So I can't go on with my usual work flow, but what should I do instead? > Do I have to write an elisp function, which opens the file generated by > C-c C-e l l and deletes all the document stuff surrounding the contents? > I'm interested only in the bare (LaTeX-prepared) content, because I > continue processing the the contents in my own environment. This looks like a mixed installation. "turn-on-orgstruct" does not exist in master branch, which you seem to be using. I suggest making sure you properly load Org from the git repository instead of some other location. Regards, -- Nicolas Goaziou