emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [ANN] ASCII back-end for new export engine


From: Sebastien Vauban
Subject: Re: [O] [ANN] ASCII back-end for new export engine
Date: Tue, 07 Feb 2012 10:00:25 +0100
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.92 (windows-nt)

Hi Nicolas,

Nicolas Goaziou wrote:
> address@hidden (Thomas S. Dye) writes:
>
>> I defined a new entity in org-entities-user, but the new exporter
>> appears to ignore it.  Does it look at this variable, or just
>> org-entities?
>
> I used:
>
> (add-to-list 'org-entities-user '("omacr" "\\={o}" nil "ō" "o" "o" "ō"))
>
> without a problem.

IIUC, you specify how to translate some "LaTeX-like command" to the different
back-ends. But I don't see DocBook nor OOo in the list:

    ┏━━━━
    ┃ User-defined entities used in Org-mode to produce special characters.
    ┃ Each entry in this list is a list of strings.  It associates the name
    ┃ of the entity that can be inserted into an Org file as \name with the
    ┃ appropriate replacements for the different export backends.  The order
    ┃ of the fields is the following
    ┃ 
    ┃ name                 As a string, without the leading backslash
    ┃ LaTeX replacement    In ready LaTeX, no further processing will take place
    ┃ LaTeX mathp          A Boolean, either t or nil.  t if this entity needs
    ┃                      to be in math mode.
    ┃ HTML replacement     In ready HTML, no further processing will take place.
    ┃                      Usually this will be an &...; entity.
    ┃ ASCII replacement    Plain ASCII, no extensions.  Symbols that cannot be
    ┃                      represented will be left as they are, but see the.
    ┃                      variable `org-entities-ascii-explanatory'.
    ┃ Latin1 replacement   Use the special characters available in latin1.
    ┃ utf-8 replacement    Use the special characters available in utf-8.
    ┃ 
    ┃ If you define new entities here that require specific LaTeX packages to be
    ┃ loaded, add these packages to `org-export-latex-packages-alist'.
    ┗━━━━

Aren't those backends missing?  Or do I miss how it really is used?

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]