From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniele Pizzolli Subject: [PATCH] Fix typo Date: Sat, 02 Jan 2016 12:02:58 +0100 Message-ID: <87ege0zzzz1bx9@me.localhost.invalid> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFJy1-0008Pd-Lf for emacs-orgmode@gnu.org; Sat, 02 Jan 2016 06:03:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFJxw-0001HM-L2 for emacs-orgmode@gnu.org; Sat, 02 Jan 2016 06:03:25 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:39401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFJxw-0001HI-EW for emacs-orgmode@gnu.org; Sat, 02 Jan 2016 06:03:20 -0500 Received: from mfilter25-d.gandi.net (mfilter25-d.gandi.net [217.70.178.153]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id 12A0FC5A3C for ; Sat, 2 Jan 2016 12:03:19 +0100 (CET) Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter25-d.gandi.net (mfilter25-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 7wWEqP3h3pZf for ; Sat, 2 Jan 2016 12:03:17 +0100 (CET) Received: from localhost.invalid (host36-211-static.0-79-b.business.telecomitalia.it [79.0.211.36]) (Authenticated sender: me@toel.it) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 88263C5A5A for ; Sat, 2 Jan 2016 12:03:16 +0100 (CET) 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 Fix a typo. Best, Daniele --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Fix-typo.patch >From 09f2c70f4e95a9489279b3b3989a2244703bc9c9 Mon Sep 17 00:00:00 2001 From: Daniele Pizzolli Date: Sat, 2 Jan 2016 11:25:15 +0100 Subject: [PATCH] Fix typo --- contrib/lisp/ox-koma-letter.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/lisp/ox-koma-letter.el b/contrib/lisp/ox-koma-letter.el index aad0672..3231d34 100644 --- a/contrib/lisp/ox-koma-letter.el +++ b/contrib/lisp/ox-koma-letter.el @@ -80,9 +80,9 @@ ;; `org-koma-letter-special-tags-after-closing' used as macros and the ;; content of the headline is the argument. ;; -;; Headlines with two and from may also be used rather than the -;; keyword approach described above. If both a keyword and a headline -;; with information is present precedence is determined by +;; Headlines with to and from may also be used rather than the keyword +;; approach described above. If both a keyword and a headline with +;; information is present precedence is determined by ;; `org-koma-letter-prefer-special-headings'. ;; ;; You need an appropriate association in `org-latex-classes' in order -- 2.1.4 --=-=-=--