emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] ~verbatim~ and =code= inconsistency exporting to Latex/HTML


From: Emilio Garcia Cota
Subject: [Orgmode] ~verbatim~ and =code= inconsistency exporting to Latex/HTML
Date: Thu, 12 Mar 2009 21:39:57 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

#+TITLE: (bug|feature)? report -- exporting ~verbatim~ and =code= into Latex
#+AUTHOR: me
#+EMAIL: address@hidden
# 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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]