From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [patch] ox-koma-letter.el: credit [1/4] Date: Mon, 20 May 2013 17:49:24 +0200 Message-ID: <87ip2dps6z.fsf@pank.eu> References: <87wqqusder.fsf@pank.eu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeSLI-0002jr-BP for emacs-orgmode@gnu.org; Mon, 20 May 2013 11:49:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UeSLD-000147-AR for emacs-orgmode@gnu.org; Mon, 20 May 2013 11:49:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:33375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeSLD-00013t-1W for emacs-orgmode@gnu.org; Mon, 20 May 2013 11:49:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UeSLC-0003pF-0V for emacs-orgmode@gnu.org; Mon, 20 May 2013 17:49:38 +0200 Received: from ip-pool-135.iue.it ([192.167.90.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 May 2013 17:49:38 +0200 Received: from rasmus by ip-pool-135.iue.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 May 2013 17:49:38 +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 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Alan Schmitt writes: > Rasmus writes: > >> This one just updates the credit: most importantly with Viktor. > > This is a great idea, however you seem to have forgotten the patch. Right. Need to figure out that git email program . . . -- ⠠⠵ --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Updated-author-list-of-ox-koma-letter.el.patch >From 4dfe8ba80661c4e35c9f3de8313b8ddef65846a3 Mon Sep 17 00:00:00 2001 From: "rasmus.pank" Date: Sun, 19 May 2013 15:43:24 +0200 Subject: [PATCH 1/4] Updated author list of ox-koma-letter.el * ox-koma-letter.el: added Viktor Rosenfeld and Rasmus as contributors to ox-koma-letters.el. TINYCHANGE --- contrib/lisp/ox-koma-letter.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/lisp/ox-koma-letter.el b/contrib/lisp/ox-koma-letter.el index 96c0569..2389025 100644 --- a/contrib/lisp/ox-koma-letter.el +++ b/contrib/lisp/ox-koma-letter.el @@ -4,6 +4,9 @@ ;; Author: Nicolas Goaziou ;; Alan Schmitt +;; Viktor Rosenfeld +;; Rasmus Pank Roulund + ;; Keywords: org, wp, tex ;; This program is free software: you can redistribute it and/or modify @@ -265,7 +268,7 @@ holding export options." (signature (plist-get info :signature))) (concat ;; Letter Class Option File - (when lco + (when lco (let ((lco-files (split-string lco " ")) (lco-def "")) (dolist (lco-file lco-files lco-def) -- 1.8.2.3 --=-=-=--