emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: swapped utf-8 symbols in org-entities
@ 2016-06-28  8:15 Konstantin Kliakhandler
  2016-06-28 14:49 ` Nicolas Goaziou
  2016-06-28 19:21 ` Rasmus
  0 siblings, 2 replies; 14+ messages in thread
From: Konstantin Kliakhandler @ 2016-06-28  8:15 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]

Hello,

The unicode letters for 'varphi' and for 'phi' are swapped.

Here is a patch correcting this:

diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 4044432..6f6d054 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -204,9 +204,8 @@ packages to be loaded, add these packages to
`org-latex-packages-alist'."
     ("upsih" "\\Upsilon" t "ϒ" "upsilon" "upsilon" "ϒ")
     ("upsilon" "\\upsilon" t "υ" "upsilon" "upsilon" "υ")
     ("Phi" "\\Phi" t "Φ" "Phi" "Phi" "Φ")
-    ("phi" "\\phi" t "φ" "phi" "phi" "φ")
-    ("varphi" "\\varphi" t "ϕ" "varphi" "varphi" "ɸ")
+    ("phi" "\\phi" t "φ" "phi" "phi" "ɸ")
+    ("varphi" "\\varphi" t "ϕ" "varphi" "varphi" "φ")
     ("Chi" "X" nil "Χ" "Chi" "Chi" "Χ")
     ("chi" "\\chi" t "χ" "chi" "chi" "χ")
     ("acutex" "\\acute x" t "´x" "'x" "'x" "𝑥́")

Thanks,
Kosta

[-- Attachment #2: Type: text/html, Size: 2324 bytes --]

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-08-30  9:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-28  8:15 BUG: swapped utf-8 symbols in org-entities Konstantin Kliakhandler
2016-06-28 14:49 ` Nicolas Goaziou
2016-06-30 14:33   ` Konstantin Kliakhandler
2016-07-01  7:24     ` Nicolas Goaziou
2016-07-03 11:47       ` Konstantin Kliakhandler
2016-07-05 19:13         ` Nicolas Goaziou
2016-08-29 12:26           ` Konstantin Kliakhandler
2016-08-30  9:54             ` Nicolas Goaziou
2016-07-06 11:18       ` Rasmus
2016-07-06 13:10         ` Nicolas Goaziou
2016-06-28 19:21 ` Rasmus
2016-06-28 19:58   ` Nicolas Goaziou
2016-06-28 20:30     ` Rasmus
2016-06-28 20:10   ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).