From 4b577b6909c57a74adf75925ea9f26e17f9ad946 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Tue, 1 May 2012 18:48:50 +0800 Subject: [PATCH 1/2] spelling fixes * org.el (org-create-formula-image-with-imagemagick): "converte" --> "convert". --- lisp/org.el | 2 +- 1 个文件被修改,插入 1 行(+),删除 1 行(-) diff --git a/lisp/org.el b/lisp/org.el index f54026c..c3f37f9 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -17037,7 +17037,7 @@ Some of the options can be changed using the variable ((eq processing-type 'imagemagick) (unless executables-checked (org-check-external-command - "converte" "you need to install imagemagick") + "convert" "you need to install imagemagick") (setq executables-checked t)) (unless (file-exists-p movefile) (org-create-formula-image-with-imagemagick -- 1.7.10