From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [ANN] ASCII back-end for new export engine Date: Wed, 08 Feb 2012 12:41:02 +0530 Message-ID: <811uq5ssu1.fsf@gmail.com> References: <87pqec4xua.fsf@gmail.com> <87zkcwt4qg.fsf@gmail.com> <87liofuc2k.fsf@gmail.com> <87obtbnmtj.fsf@gmail.com> <80d39rqaqe.fsf@somewhere.org> <87pqdqfs95.fsf@gmail.com> 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]:46038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv1gd-0002tg-6a for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 02:11:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rv1gY-0001IG-U1 for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 02:11:27 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:51478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv1gY-0001I9-OT for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 02:11:22 -0500 Received: by pbcwz17 with SMTP id wz17so336931pbc.0 for ; Tue, 07 Feb 2012 23:11:21 -0800 (PST) In-Reply-To: <87pqdqfs95.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 07 Feb 2012 18:49:42 +0100") 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: Orgmode Nicolas Goaziou writes: >> IIUC, you specify how to translate some "LaTeX-like command" to the diff= erent >> back-ends. But I don't see DocBook nor OOo in the list: >> >> =E2=94=8F=E2=94=81=E2=94=81=E2=94=81=E2=94=81 >> =E2=94=83 User-defined entities used in Org-mode to produce special = characters. >> =E2=94=83 Each entry in this list is a list of strings. It associat= es the name >> =E2=94=83 of the entity that can be inserted into an Org file as \na= me with the >> =E2=94=83 appropriate replacements for the different export backends= . The order >> =E2=94=83 of the fields is the following >> =E2=94=83=20 >> =E2=94=83 name As a string, without the leading back= slash >> =E2=94=83 LaTeX replacement In ready LaTeX, no further processing= will take place >> =E2=94=83 LaTeX mathp A Boolean, either t or nil. t if thi= s entity needs >> =E2=94=83 to be in math mode. >> =E2=94=83 HTML replacement In ready HTML, no further processing = will take place. >> =E2=94=83 Usually this will be an &...; entity. >> =E2=94=83 ASCII replacement Plain ASCII, no extensions. Symbols = that cannot be >> =E2=94=83 represented will be left as they are,= but see the. >> =E2=94=83 variable `org-entities-ascii-explanat= ory'. >> =E2=94=83 Latin1 replacement Use the special characters available = in latin1. >> =E2=94=83 utf-8 replacement Use the special characters available = in utf-8. >> =E2=94=83=20 >> =E2=94=83 If you define new entities here that require specific LaTe= X packages to be >> =E2=94=83 loaded, add these packages to `org-export-latex-packages-a= list'. >> =E2=94=97=E2=94=81=E2=94=81=E2=94=81=E2=94=81 >> >> Aren't those backends missing? Or do I miss how it really is used? > > I think most back-ends understand at least one of the formats used in > this alist. For example the DocBook one just reads HTML entry. ODT uses utf-8. Also see=20 http://lists.gnu.org/archive/html/emacs-orgmode/2012-01/msg00475.html. --=20