From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: underscore behaviour Date: Thu, 13 Oct 2011 14:28:04 +0100 Message-ID: <4E96E764.6050205@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RELKW-0004Sv-67 for emacs-orgmode@gnu.org; Thu, 13 Oct 2011 09:28:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RELKT-0004Bd-3I for emacs-orgmode@gnu.org; Thu, 13 Oct 2011 09:28:12 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:56253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RELKS-0004BX-RN for emacs-orgmode@gnu.org; Thu, 13 Oct 2011 09:28:09 -0400 Received: by wyi40 with SMTP id 40so2144314wyi.0 for ; Thu, 13 Oct 2011 06:28:08 -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@gnu.org I use names with "_" very often, and I like to export to PDF, because it' the one that looks nicest. But the _ in latex means something different, and I find my output a bit messed up. Isn't it possible to add an automatic quote for every "_" when exporting to latex/pdf maybe? Or is there a better way to write things like function names "__init__" or similar?