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