From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avdi Grimm Subject: Dumbquotes in exported source listings Date: Sat, 30 Apr 2011 19:39:29 -0400 Message-ID: Reply-To: avdi@avdi.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGJlP-0006Wi-S0 for emacs-orgmode@gnu.org; Sat, 30 Apr 2011 19:39:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGJlO-0007PI-NI for emacs-orgmode@gnu.org; Sat, 30 Apr 2011 19:39:51 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:61930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGJlO-0007PB-Ig for emacs-orgmode@gnu.org; Sat, 30 Apr 2011 19:39:50 -0400 Received: by qwa26 with SMTP id 26so2976444qwa.0 for ; Sat, 30 Apr 2011 16:39:49 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode So I'm writing an eBook with lots of source code listings, using org-mode-LaTeX->PDF with the "minted" package providing source code highlighting. For the most part I'm really, really happy with the toolchain; thank you to those that pointed me in the direction of "minted". One issue: my beta reviewers have noted that when copy-and-pasting source code listings that contain single-quoted strings, they are getting "smart quotes"--i.e. the first quote is a backquote, the second quote is a single quote. This breaks the pasted code. I'm sure I could track the problem down myself eventually, but I thought someone here might know which part of the toolchain to look at first for this quote-munging behavior. Thanks! -- Avdi Grimm http://avdi.org