From mboxrd@z Thu Jan  1 00:00:00 1970
From: Emilio Garcia Cota <kota85@gmail.com>
Subject: ~verbatim~ and =code= inconsistency exporting to Latex/HTML
Date: Thu, 12 Mar 2009 21:39:57 +0100
Message-ID: <20090312203957.GA22160@t61>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1Lhrgk-0001oK-4S
	for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 16:39:34 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1Lhrgj-0001o8-Dz
	for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 16:39:33 -0400
Received: from [199.232.76.173] (port=40864 helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1Lhrgj-0001o5-Bd
	for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 16:39:33 -0400
Received: from mail-bw0-f172.google.com ([209.85.218.172]:63657)
	by monty-python.gnu.org with esmtp (Exim 4.60)
	(envelope-from <kota85@gmail.com>) id 1Lhrgi-0000IJ-W1
	for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 16:39:33 -0400
Received: by bwz20 with SMTP id 20so2255777bwz.42
	for <emacs-orgmode@gnu.org>; Thu, 12 Mar 2009 13:39:30 -0700 (PDT)
Content-Disposition: inline
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: emacs-orgmode@gnu.org

#+TITLE: (bug|feature)? report -- exporting ~verbatim~ and =code= into Latex
#+AUTHOR: me
#+EMAIL: e@ma.il
# I use latest Git (that's 1 commit ahead of 6.24c) on Emacs 22.3.1

* ~verbatim~ and =code=---inconsistency exporting to Latex and HTML

#+BEGIN_EXAMPLE
  [a-zA-Z_]
  [!#&*+-/:;<=>?]
  [\t\n\r ,]
  This works OK
#+END_EXAMPLE

  However if I want to randomly inline any of those in a paragraph,
  =[!#&*+-/:;<=>?]= they're not properly escaped =[a-zA-Z_]= for Latex
  ---while for HTML =[\t\n\r ,]= org-mode does the Right Thing(tm).

  I also find odd that ~verbatim~'ed text is =monospaced= in Latex while
  it is not in HTML.

* Another little thing---EMAIL option for Latex seems to have no effect
  The +EMAIL option below is not shown in Latex---whereas I can see it in
  the exported HTML. Is that a feature, a bug, or both?

* Thanks!