Hi, Just a minor bug concerning latex and a special character.
The org-entities entry for iuml is currently: (still there in v. 7.5, by the way) ("iuml" "\\\"{i}" nil "ï" "i" "ï" "ï") Imho, it should be: ("iuml" "\\\"\\i{}" nil "ï" "i" "ï" "ï") Note the escaping of the i in the latex string. The original version will cause the i to have three dots (which is incorrect). Escaping the i will suppress the dot from the original character, so that the resulting output from latex will have two dots. Emacs : GNU Emacs 23.1.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2009-08-16 on black.local Package: Org-mode version 7.01trans