From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Fix typo in org-entities.el Date: Wed, 7 Apr 2010 13:42:26 +0200 Message-ID: References: <87d3ybvcbc.fsf@z.nozav.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzTeU-0003g4-RW for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 07:42:34 -0400 Received: from [140.186.70.92] (port=34494 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzTeR-0003eq-Sj for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 07:42:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzTeP-0005Ee-Lo for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 07:42:30 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:60757) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzTeP-0005Ea-DT for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 07:42:29 -0400 Received: by ewy6 with SMTP id 6so137554ewy.32 for ; Wed, 07 Apr 2010 04:42:28 -0700 (PDT) In-Reply-To: <87d3ybvcbc.fsf@z.nozav.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Julien Barnier Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Apr 7, 2010, at 11:31 AM, Julien Barnier wrote: > Hi, > > A one-character fix for a typo which prevented me to build latest > org-mode git version=85 > > 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 =20 > available in utf-8. > > If you define new entities here that require specific LaTeX packages =20= > to be > loaded, add these packages to `org-export-latex-packages-alist'." > - :Group 'org-entities > + :group 'org-entities > :type '(repeat > (list > (string :tag "name ") > --=20 > 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 - Carsten