emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Fix typo in org-entities.el
@ 2010-04-07  9:31 Julien Barnier
  2010-04-07 11:42 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Barnier @ 2010-04-07  9:31 UTC (permalink / raw)
  To: emacs-orgmode

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

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

end of thread, other threads:[~2010-04-07 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-07  9:31 [PATCH] Fix typo in org-entities.el Julien Barnier
2010-04-07 11:42 ` Carsten Dominik

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).