[O] Bug: get-face-font: Xemacs21.5.29: org-preview-latex-fragment [7.5]
Uwe Brauer writes: > (if (featurep 'xemacs) > (font-height (get-face-font 'default)) The function you want is `face-font'.
[O] Bug: get-face-font: Xemacs21.5.29: org-preview-latex-fragment [7.5]
Hello I tried to use the function as mentioned above, but obtained the following error whose but trace I attach. I looked into the code (org.el) and indeed it has a it has (if (featurep 'xemacs) (font-height (get-face-font 'default)) Now the function `get-face-font' is no