Hi,

A one-character fix for a typo which prevented me to build latest
org-mode git version…

Thanks,

Julien

---
 lisp/org-entities.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index b2afd2d..95233b5 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -66,7 +66,7 @@ utf-8 replacement    Use special character available in utf-8.
 
 If you define new entities here that require specific LaTeX packages to be
 loaded, add these packages to `org-export-latex-packages-alist'."
-  :Group 'org-entities
+  :group 'org-entities
   :type '(repeat
          (list
           (string :tag "name  ")
-- 
1.7.0.4



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to