From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-entities for texinfo Date: Sun, 11 Nov 2012 21:13:28 +0100 Message-ID: <87ip9b99uf.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXdyV-0004W8-7P for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 15:17:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXdyS-0002Wd-5D for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 15:17:47 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:58385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXdyR-0002WS-UC for emacs-orgmode@gnu.org; Sun, 11 Nov 2012 15:17:44 -0500 Received: by mail-wi0-f177.google.com with SMTP id c10so577459wiw.12 for ; Sun, 11 Nov 2012 12:17:42 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Sun, 11 Nov 2012 09:53:14 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > With the new exporter's texinfo back-end, I think org-entities and > org-entities-user might usefully be augmented with the entities listed > in Chapter 14 of the texinfo manual, Special Insertions. > > Or, is there some other Org mechanism that might be preferable? AFAIU, texinfo can handle UTF-8 characters with: @documentencoding UTF-8 (see section 18.2 from texinfo manual). So I guess it's safe to rely on :utf-8 entities. However, special characters like @dots{} are usually handled with "special strings" mechanism, directly at the plain text transcoded (see `org-e-latex-plain-text' for example). Regards, -- Nicolas Goaziou