From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [RFC] Introduce ox-i18n.el Date: Tue, 02 Jul 2013 22:10:16 +0530 Message-ID: <87vc4sncen.fsf@gmail.com> References: <87fvw1ovtm.fsf@gmail.com> <87li5p1n7i.fsf@gmail.com> <871u7hq8cj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu3bQ-0007iw-Mz for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 12:38:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu3bN-0008Ae-V1 for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 12:38:52 -0400 Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]:51437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu3bN-0008AU-OA for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 12:38:49 -0400 Received: by mail-pb0-f47.google.com with SMTP id rr13so6359002pbb.34 for ; Tue, 02 Jul 2013 09:38:49 -0700 (PDT) In-Reply-To: <871u7hq8cj.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 02 Jul 2013 17:39:40 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Org Mode List Nicolas Goaziou writes: > Hello, > > Jambunathan K writes: > >> Nicolas Goaziou writes: >> >>> +(defconst org-export-dictionary >> ^^^^^^^^ >> ^^^^^^^^ >> >> Why? > > Because it is not meant to be changed by the user nor let-bound. IOW, > it's a constant. Lately, users ARE modifying it. > > > Regards,