From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Johansson Subject: org-entities: Another issue [was: org-entities: why \lang instead of \langle?] Date: Tue, 25 Mar 2014 14:45:01 +0100 Message-ID: <5331885D.4050702@gmail.com> References: <5309C129.3030309@gmail.com> <8761niqexv.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSRfH-0003qn-L5 for emacs-orgmode@gnu.org; Tue, 25 Mar 2014 09:45:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSRf9-0003Yw-4z for emacs-orgmode@gnu.org; Tue, 25 Mar 2014 09:45:15 -0400 Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:62195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSRf8-0003WB-L5 for emacs-orgmode@gnu.org; Tue, 25 Mar 2014 09:45:07 -0400 Received: by mail-lb0-f180.google.com with SMTP id 10so376035lbg.39 for ; Tue, 25 Mar 2014 06:45:05 -0700 (PDT) Received: from [130.238.195.202] (048417.physics.uu.se. [130.238.195.202]) by mx.google.com with ESMTPSA id rd5sm11795208lbb.0.2014.03.25.06.45.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Mar 2014 06:45:03 -0700 (PDT) In-Reply-To: <8761niqexv.fsf@bzg.ath.cx> 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 continue in the same thread as this is related) org-entities has: ("slash" "/" nil "/" "/" "/" "/") A LaTeX user entering \slash would probably expect to have this exported as \slash (which produces a breaking "/", not the same thing as just entering "/" in LaTeX). So it should rather be: ("slash" "\\slash" nil "/" "/" "/" "/") Could this be changed without breaking people's documents? Cheers, Anders Johansson