From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: Struggling with setting up ox-koma-letter.el Date: Mon, 18 Jul 2016 09:32:04 +0200 Message-ID: <20160718093204.3750b7ff@pckr186.mpip-mainz.mpg.de> References: <87y45rhimv.fsf@moondust.awandering> <87y45pv52h.fsf@moondust.awandering> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP32E-0007vL-Da for emacs-orgmode@gnu.org; Mon, 18 Jul 2016 03:32:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bP32B-0001jj-8s for emacs-orgmode@gnu.org; Mon, 18 Jul 2016 03:32:14 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:36958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP32B-0001jH-2M for emacs-orgmode@gnu.org; Mon, 18 Jul 2016 03:32:11 -0400 In-Reply-To: <87y45pv52h.fsf@moondust.awandering> 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: "N. Jackson" Cc: emacs-orgmode@gnu.org Hi, On Tue, 28 Jun 2016 10:03:18 -0300 nljlistbox2@gmail.com (N. Jackson) wrote: > At 16:09 -0300 on Sunday 2016-06-26, N. Jackson wrote: > > > I am trying to get ox-koma-letter.el working in my Emacs (25.0.95). > > > > I have been following the instructions at > > http://orgmode.org/worg/exporters/koma-letter-export.html and I am > > testing with the "A simple letter example" > > (http://orgmode.org/cgit.cgi/worg.git/plain/exporters/koma-letter-new-example.org). > > > > My org and my ox-koma-letter.el are from the Org Elpa > > org-plus-contrib package (version 20160620) and are located in > > ~/.emacs.d/elpa/org-plus-contrib-20160620/. > > After the version 20160627 update came down, I no longer get any error > messages on export, which is great. > > However, the PDF generated by the exporter isn't quite right. Some of > the problems with it are likely due to my LaTeX setup (page size etc.) > and I'm investigating those, and some might be flaws in > koma-letter-new-example.org, but I think I still don't have > ox-koma-letter.el properly configured yet. > > For example, it seems to not be recognising the "location" headline > and hence it is treating it as the first undefined headline in the > file and is using it as the salutation. > > My .PDF output file is attached for comparison with the correct one at > http://orgmode.org/cgit.cgi/worg.git/plain/exporters/koma-letter-new-example.pdf. > > Any suggestions? afaik the elpa version is the maintenance version of 8.3.4. The example looks fine when using the develpoment version of org (i.e. master branch of the git repository). Best regards Robert