From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: "No definition" for "per-file basis in a source code block" mode Date: Mon, 15 Apr 2013 13:38:12 +0200 Message-ID: <20130415113812.GA16442@kuru.dyndns-at-home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URhjn-0006A6-Nz for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 07:38:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URhjm-0003u9-A2 for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 07:38:19 -0400 Received: from mail-ea0-x236.google.com ([2a00:1450:4013:c01::236]:56721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URhjm-0003tt-3B for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 07:38:18 -0400 Received: by mail-ea0-f182.google.com with SMTP id q15so2202997ead.13 for ; Mon, 15 Apr 2013 04:38:17 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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 On Mon, Apr 15, 2013 at 04:34:57PM +0800, Wolfkin Chiang wrote: > Hi, All, > > While I try the "per-file basis in a source code block" mode, > It tells me: > No definition for class `per-file-class' in `org-export-latex-classes' > Please help me to resolve it, thanks! (require 'org-latex) (require 'org-export-latex) The above is incorrect. It should be: (require 'ox-latex) Hope this helps, -- Suvayu Open source is the future. It sets us free.