From mboxrd@z Thu Jan 1 00:00:00 1970 From: asr@ufl.edu (Allen S. Rout) Subject: Re: Generic LaTeX class support (scrlttr2/isodoc) Date: Wed, 09 Feb 2011 18:59:56 -0500 Message-ID: <87fwrwyd1f.fsf@ufl.edu> References: <81hbhjf1vi.fsf@gmail.com> <817hiff125.fsf@gmail.com> <87r5bi8cx5.fsf@ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39150 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnJx3-0002hu-KI for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 19:00:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnJx0-00082L-OD for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 18:59:59 -0500 Received: from lo.gmane.org ([80.91.229.12]:59000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnJx0-000828-Il for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 18:59:58 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PnJwy-0001un-V2 for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 00:59:57 +0100 Received: from n128-227-126-167.xlate.ufl.edu ([128.227.126.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Feb 2011 00:59:56 +0100 Received: from asr by n128-227-126-167.xlate.ufl.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Feb 2011 00:59:56 +0100 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: emacs-orgmode@gnu.org asr@ufl.edu (Allen S. Rout) writes: > I'm trying to use your lisp to generate isodoc letters. I'm wondering > what tex processing commands you are using? I'm closing in on the discrepancy. The exported TeX which Jambunathan sent was 'similar' to what I'm getting, but there were a few important differences. Most importantly, I'm getting an additional newline between key and value: --- opening = My dear john , --- instead of --- opening = My dear john , --- This appears to fotch up the LaTex, and put those strings in a spot out of the document entirely. If I remove line 1137 (insert "\n") from org-latex.el, this change in spacing goes away, but of course I have no idea why it was put there. Oddly, git-blame suggests that line went in in 2009, well before Jambunathan posted his isodoc files. Does anyone who's been tinkering with the latex export code want to expound on why that newline's in there? Is it silly to just suggest "Can we take it out?" - Allen S. Rout