From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: Re: [PATCH] Improve configurability of ox-koma-letter Date: Thu, 16 May 2013 20:35:31 +0200 Message-ID: <20130516183531.GC85860@client197-185.wlan.hu-berlin.de> References: <20130421175957.GA7821@cartman> <20130505133551.GD2898@kenny.local> <20130514160949.GA1608@kenny.fritz.box> <87ehd9uul4.fsf@pank.iue.private> 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]:49838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud31c-0005Wn-UA for emacs-orgmode@gnu.org; Thu, 16 May 2013 14:35:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ud31b-0000dD-LW for emacs-orgmode@gnu.org; Thu, 16 May 2013 14:35:36 -0400 Received: from mail-bk0-x22e.google.com ([2a00:1450:4008:c01::22e]:56194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud31b-0000d5-Ex for emacs-orgmode@gnu.org; Thu, 16 May 2013 14:35:35 -0400 Received: by mail-bk0-f46.google.com with SMTP id my1so1929326bkb.33 for ; Thu, 16 May 2013 11:35:34 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87ehd9uul4.fsf@pank.iue.private> 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: Rasmus Cc: emacs-orgmode@gnu.org Hi Rasmus, Rasmus wrote: > "Optionally download an up-to-date KOMA letter exporter" > Is this something we want to encourage people to do? We probably shouldn't. The problem is that the tutorial depends on a version that has not yet been released. Once Org-mode 8.1 arrives the best thing to do is to only refer to released functionality. Until then, I've changed the text somewhat and put a bold *Note* in front of it. > I think that > > "1. Add the path containing ox-koma-letter.el to Emacs' load path...." > > is so common that it need not be included. If anything it should link > to another wiki page explaining how to add stuff to the load path as > to not add a step that (what I'd guess) a high percentage of the > readers would know. I'd rather have the minimal guide to be complete so newbies do not have to go hunting for information. > "download the KOMA letter example and you can also download the > example PDF letter." > > Links aren't working here. Somehow the source of the Org file isn't served by the webserver and neither is the PDF I've checked in. Not really sure what the problem is, maybe it has something to do with the change in the exporter. > "Letter meta data can be configured in one of three ways, listed > below from the most specific to the most general:" > > 4. through org-latex-classes (e.g. defining my-business-letter and > my-love-letter). But perhaps this is considered bad practice? I haven't thought about this at all. It's somewhat orthogonal to the other configuration options. I've trimmed the latex class definition down because configuration options which are set there are fairly fixed. But it's a valid approach. I've added some text to this effect. > "Custom LCO files must be placed in a directory where LaTeX will > find them. On Linux, this defaults to ~/texmf/tex/latex. On OS X, > use ~/Library/texmf/tex/latex instead. These paths can be > configured using the following command:" > > Mayhaps one could add: > > In TeXLive you can test whether foo.lco is recognized by TeXLive by > typing =kpsewhich foo.lco=. After adding a file to the TeXLive > path you may have to run =mktexlsr=. Thanks, I've added that. Cheers, Viktor > > –Rasmus > > -- > This is the kind of tedious nonsense up with which I will not put >