Re: [O] [new exporter] Problems with entities

2012-08-27 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > Now it works as expected and explained by you. There was an error in my > initial version. It was only a list not a list containing lists. Actually, I overlooked the second part of your example: Dies ist eine Ligatur: f\/ifteen \alpha ab\-cd. ab\-cd should be e

Re: [O] [new exporter] Problems with entities

2012-08-27 Thread Thomas Holst
Hi Nicolas, ยท Nicolas Goaziou wrote: > Hello, > > Thomas Holst writes: > >> While testing the new exporter we encountered problems with entities. We >> tried to make ligations work. In LaTeX you write '\/' for a ligation >> e.g. 'f\/ifteen'. To achieve that we set `org-entities-user': >> >> #+BE

Re: [O] [new exporter] Problems with entities

2012-08-27 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > While testing the new exporter we encountered problems with entities. We > tried to make ligations work. In LaTeX you write '\/' for a ligation > e.g. 'f\/ifteen'. To achieve that we set `org-entities-user': > > #+BEGIN_SRC emacs-lisp > (setq org-entities-user >

[O] [new exporter] Problems with entities

2012-08-27 Thread Thomas Holst
Hello, first I want to thank you all for org-mode 7.9! The list of changes is incredible! While testing the new exporter we encountered problems with entities. We tried to make ligations work. In LaTeX you write '\/' for a ligation e.g. 'f\/ifteen'. To achieve that we set `org-entities-user': #+