From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Domberg Subject: No LaTeX preview if non-ASCII chars included Date: Wed, 07 Dec 2011 22:29:00 +0100 Message-ID: <4EDFDA9C.6000100@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYP34-0003YR-8i for emacs-orgmode@gnu.org; Wed, 07 Dec 2011 16:29:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYP31-0006hV-Oy for emacs-orgmode@gnu.org; Wed, 07 Dec 2011 16:29:06 -0500 Received: from mailout05.t-online.de ([194.25.134.82]:58358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYP31-0006hB-K3 for emacs-orgmode@gnu.org; Wed, 07 Dec 2011 16:29:03 -0500 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 everyone, This is my first post. I'm trying to create latex previews using org-preview-latex-fragment (c-c c-x c-l). Everything goes well as long as there is no non-ASCII character included. I use IPA chars a lot. In exports, I use xetex and the Libertine font, which supports them. I suspect c-c c-x c-l has its own setup which bypasses my arrangements for handling them. Is it possible to link the preview-latex machinery with the export one, or modify it accordingly? Emacs: 23.1.1; org-mode: 7.7; Ubuntu 10.10 If the example doesn't display right: it contains unicode character no. 601 / #o1131 / #x259, 'LATIN SMALL LETTER SCHWA'. \begin{center} lorem ipsum ə \end{center} Kind regards Andreas