emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* emphasis borders, double quotes, and export
@ 2014-03-28 13:58 Alan Schmitt
  2014-03-28 15:10 ` Alan Schmitt
  0 siblings, 1 reply; 17+ messages in thread
From: Alan Schmitt @ 2014-03-28 13:58 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I have removed the single and double quote characters from my
configuration of the emphasis borders:

#+begin_src emacs-lisp
  (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,")
  (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist))
#+end_src

However, the latex export of the following file is not correct.

--8<---------------cut here---------------start------------->8---
This is a string: ~"Nil"~.
--8<---------------cut here---------------end--------------->8---

The generated latex is as follows (I show just the fragment of
interest):

#+begin_src latex
This is a string: \textasciitilde{}"Nil"\textasciitilde{}.
#+end_src

I see the same problem with html export.

Note that syntax highlighting works correctly.

Is this a bug?

Thanks,

Alan

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

end of thread, other threads:[~2014-04-07 13:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28 13:58 emphasis borders, double quotes, and export Alan Schmitt
2014-03-28 15:10 ` Alan Schmitt
2014-03-28 16:29   ` Nicolas Goaziou
2014-03-28 17:22     ` Alan Schmitt
2014-04-04 13:08     ` Alan Schmitt
2014-04-04 19:02       ` Nicolas Goaziou
2014-04-04 21:52         ` Nick Dokos
2014-04-04 22:35           ` Nicolas Goaziou
2014-04-05  3:04             ` Nick Dokos
2014-04-05  9:41         ` Alan Schmitt
2014-04-05 10:17           ` Nicolas Goaziou
2014-04-06 14:00             ` Alan Schmitt
2014-04-06 14:13               ` Nicolas Goaziou
2014-04-06 19:04                 ` Alan Schmitt
2014-04-06 19:37                   ` Nicolas Goaziou
2014-04-06 21:34                     ` Nick Dokos
2014-04-07 12:57                     ` Alan Schmitt

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).