emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] for an unquoted list in org-e-latex
@ 2012-09-12  9:04 Philipp Kroos
  2012-09-12 10:43 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Kroos @ 2012-09-12  9:04 UTC (permalink / raw)
  To: orgmode

Hi,

see the patch ;)

PS:
Do I have to sign the fsf-formula for such patches?
Sry, I'm still new to the open and free software-community, but I'm 
willing to help, though I can't support anything financially currently.


From d4401405af9e78971b728bcc03342964de397860 Mon Sep 17 00:00:00 2001
From: Philipp Kroos <Philipp.Kroos@t-online.de>
Date: Wed, 12 Sep 2012 10:45:02 +0200
Subject: [PATCH]   * org-e-latex.el (org-e-latex-export-block): fixed typo

  '("LATEX" "TEX") was not quoted.

  TINYCHANGE
---
 contrib/lisp/org-e-latex.el | 2 +-
 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)

diff --git a/contrib/lisp/org-e-latex.el b/contrib/lisp/org-e-latex.el
index 17bdad9..a0ca7dc 100644
--- a/contrib/lisp/org-e-latex.el
+++ b/contrib/lisp/org-e-latex.el
@@ -1209,7 +1209,7 @@ information."
 (defun org-e-latex-export-block (export-block contents info)
   "Transcode a EXPORT-BLOCK element from Org to LaTeX.
 CONTENTS is nil.  INFO is a plist holding contextual information."
-  (when (member (org-element-property :type export-block) ("LATEX" "TEX"))
+  (when (member (org-element-property :type export-block) '("LATEX" "TEX"))
     (org-remove-indentation (org-element-property :value export-block))))
 
 
-- 
1.7.12

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

end of thread, other threads:[~2012-09-12 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-12  9:04 [PATCH] for an unquoted list in org-e-latex Philipp Kroos
2012-09-12 10:43 ` 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).