emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Philipp Kroos <Philipp.Kroos@t-online.de>
To: orgmode <emacs-orgmode@gnu.org>
Subject: [PATCH] for an unquoted list in org-e-latex
Date: Wed, 12 Sep 2012 11:04:42 +0200	[thread overview]
Message-ID: <20120912090442.GA7568@Vostro.dhcp.fh-bielefeld.de> (raw)

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

             reply	other threads:[~2012-09-12  9:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-12  9:04 Philipp Kroos [this message]
2012-09-12 10:43 ` [PATCH] for an unquoted list in org-e-latex 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=20120912090442.GA7568@Vostro.dhcp.fh-bielefeld.de \
    --to=philipp.kroos@t-online.de \
    --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).