From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: Exporting to ACM format using new LaTeX exporter Date: Thu, 26 Apr 2012 10:33:52 +0200 Message-ID: <2012-04-26T10-26-32@devnull.Karl-Voit.at> References: <2012-04-24T22-00-37@devnull.Karl-Voit.at> <2012-04-25T00-12-21@devnull.Karl-Voit.at> <81ty08g3vt.fsf@gmail.com> <2012-04-25T23-11-35@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNK9U-0004lq-5T for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 04:34:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNK9O-0000Cz-O8 for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 04:34:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:34308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNK9O-0000Cn-Gc for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 04:34:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SNK9L-0003ua-8m for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 10:34:03 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2012 10:34:03 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2012 10:34:03 +0200 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 * Thomas S. Dye wrote: > Karl Voit writes: > >> https://github.com/novoid/orgmode-ACM-template >> > Hi Karl, Hi! > IIUC, you'd like to configure Org-mode to export a LaTeX file that is > functionally equivalent to sigproc-sp.tex. Yes. If it is possible, I want to have an equivalent PDF and an equivalent TeX as well. > If this is the case, it might be best to change the name of > orgmode.org to sigproc-sp.org or something similar. It has to be something similar. Otherwise the sigproc-sp.tex gets overwritten by the exporter. > If the goal is to support both exporters, perhaps > sigproc-sp-old.org and sigproc-sp-new.org? Good idea. I'll change it. > In my view, it is best to encapsulate as much of the Org-mode > configuration as possible in an init.el file. That way, users of the > Org-mode template can launch with emacs -Q etc. and not have to worry > about their own customizations that might conflict with the > configuration. An example is here: https://github.com/tsdye/LKFS.git. > Perhaps two initialization files would be needed: init-new.el and > init-old.el? I was hoping that it is possible to encapsulate everything in the Org-mode file instead. «#+name: setup» looked very promising to me for that purpose ... (but so far I could not achieve any impact with it) >> With the new exporter, I was not able to compile the Org-mode file >> at all. Since the old exporter had troubles using this >> "per-file-class" I do have a feeling that this might be the cause >> for the error message with the new exporter too. > > I'll have a look at this and send you patches off list. Great! -- Karl Voit