From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mikhail Titov" Subject: babel, beamer: Prevent apostrophe/single quote mangling, so examples can be reused from PDF Date: Fri, 11 Nov 2011 19:35:33 -0600 Message-ID: <000301cca0db$5f5f60f0$1e1e22d0$@us> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RP2VP-0003sw-Ec for emacs-orgmode@gnu.org; Fri, 11 Nov 2011 20:35:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RP2VO-00007R-8U for emacs-orgmode@gnu.org; Fri, 11 Nov 2011 20:35:39 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:53695) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RP2VO-00007H-37 for emacs-orgmode@gnu.org; Fri, 11 Nov 2011 20:35:38 -0500 Content-Language: en-us 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@gnu.org Hello! I=E2=80=99ve picked up some templates from orgmode tutorials and I can = successfully create PDF made of beamer slides with babelized R code. The = problem is that I can=E2=80=99t reuse text from pdf by copy-pasting like = SQL I used in RODBC examples. At some point all my single quotes are turned into something that is not = even on my keyboard and looks like reversed back quote. I=E2=80=99m not sure if mailing list can pass all these unchanged. = I=E2=80=99m getting =E2=80=99 instead of ' in the output. What shall I look at to fix this? I really want all text to be easily = reusable. I feel like it is a LaTeX related problem since I see tex file as it is = supposed to be. But there must be some workaround or at least warning = for babel users of org-mode. P.S. I typed in message in HTML mode and converted it to plain text = later. And it looks like even MS Outlook did this conversion in text :( P.P.S. I have the following in output tex file if it makes any = difference \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} and I'm running MS Windows with latest org mode from git and MikTeX 2.9 = . Mikhail