emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [patch][ox-koma-letter] missing backtick
@ 2013-07-26  9:24 Rasmus
  2013-07-26 17:48 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Rasmus @ 2013-07-26  9:24 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

Hi,

There's a missing backtick in a function.  I could swear it used to be
there. . .

–Rasmus

-- 
This is the kind of tedious nonsense up with which I will not put

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Missing-backtick-in-ox-koma-letter.el.patch --]
[-- Type: text/x-diff, Size: 956 bytes --]

From b6cdbb74fc4f2bb6d1e497a932d33c640e2f2bc1 Mon Sep 17 00:00:00 2001
From: rasmus <rasmus@gmx.us>
Date: Fri, 26 Jul 2013 11:20:41 +0200
Subject: [PATCH] Missing backtick in =`ox-koma-letter.el'=

* ox-koma-letter.el (org-koma-letter-plug-into-ox): Add a
backtick.
---
 contrib/lisp/ox-koma-letter.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/lisp/ox-koma-letter.el b/contrib/lisp/ox-koma-letter.el
index 44626a9..cdaf34e 100644
--- a/contrib/lisp/ox-koma-letter.el
+++ b/contrib/lisp/ox-koma-letter.el
@@ -334,7 +334,7 @@ Use `foldmarks:true' to activate default fold marks or
 `org-koma-letter-default-class' to `default-koma-letter'"
   (let ((class "default-koma-letter"))
     (eval-after-load "ox-latex"
-      '(unless (member ,class 'org-latex-classes)
+      `(unless (member ,class 'org-latex-classes)
 	 (add-to-list 'org-latex-classes
 		      `(,class
 			"\\documentclass[11pt]{scrlttr2}") ())
-- 
1.8.3.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch][ox-koma-letter] missing backtick
  2013-07-26  9:24 [patch][ox-koma-letter] missing backtick Rasmus
@ 2013-07-26 17:48 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-07-26 17:48 UTC (permalink / raw)
  To: Rasmus; +Cc: emacs-orgmode

Rasmus <rasmus@gmx.us> writes:

> There's a missing backtick in a function.  I could swear it used to be
> there. . .

Applied, thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-26 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-26  9:24 [patch][ox-koma-letter] missing backtick Rasmus
2013-07-26 17:48 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).