jkitchin / org-ref

org-mode modules for citations, cross-references, bibliographies in org-mode and useful bibtex tools to go with it.
GNU General Public License v3.0
1.36k stars 243 forks source link

Accented characters on org-mode #699

Closed Ypot closed 4 years ago

Ypot commented 4 years ago

Is there any configuration in .emacs and Bibtex to show accentuated characters on org-mode?

When a note from a cite is created, for example:

El M{\'e}todo bullet journal vs El Método bullet journal

https://github.com/jkitchin/org-ref/issues/474

jkitchin commented 4 years ago

There is not currently a way to do that. In the tooltips, we strip out the brackets so it is a little more readable. In orgmode there are the "pretty-entities" , but these are not the same as the latex representations, and I am not sure how to do something similar in the tooltips.

Ypot commented 4 years ago

My config. to workaround it:

I added to my .emacs:

(prefer-coding-system 'utf-8) (set-default-coding-systems 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) (setq default-buffer-file-coding-system 'utf-8)

In Zotero-Preferences-BetterBibTeX-Export-BibTeX: Unchecked "Export unicode as plan-tex latex commands (recommended)."