emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: [patch][ox-koma-letter] missing backtick
Date: Fri, 26 Jul 2013 11:24:12 +0200	[thread overview]
Message-ID: <87siz1y8qr.fsf@gmx.us> (raw)

[-- 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


             reply	other threads:[~2013-07-26  9:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-26  9:24 Rasmus [this message]
2013-07-26 17:48 ` [patch][ox-koma-letter] missing backtick Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87siz1y8qr.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).