This is probably bonehead simple, but so far that bone seems to be broken here.

The entities in org-html-entities work fine for me as long as followed by a space (or another \-escaped entity), but I can't seem to discover how they're delimited within a word.

E.g.
        "Ren\eacute " produces  "René "

which is just fine; but I've failed to find a way to get the correct

        "Ástor"

out of any combination of "\Aacute" and "stor".

        "\Aacutestor" -> "\Aacutestor"
        "\Aacute stor" (naturally) -> "Á stor"

and nothing I've tried by way of analogy with shells (e.g. "\{Aacute}stor") or other syntax ("\Aacute\stor"? "\Aacute$stor"? etc.) has produced anything but the same string in the generated code.

I'm sure my ignorance of {insert bonehead lacuna here} is showing, but does anyone know how to enter poor old Sr Piazzolla's given name into an org file so that it will export?

Thanks -- and repeated & continual thanks to Carsten and all other generous contributors.

Mark


GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
org-version 6.06b


--
m. theo
producer / classics without walls
the anti-warhorse zone / www.amural.com
kusf 90.3fm / san francisco



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to