From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Name-space prefixes in ox- packages Date: Sun, 10 Sep 2017 09:56:12 +0200 Message-ID: <87377v2dib.fsf@nicolasgoaziou.fr> References: <87zia42du6.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqx6G-0008IV-If for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 03:56:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqx6F-0007Pw-MP for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 03:56:16 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:50030) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqx6F-0007MT-F6 for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 03:56:15 -0400 In-Reply-To: (Kaushal Modi's message of "Sun, 10 Sep 2017 03:19:28 +0000") 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" To: Kaushal Modi Cc: emacs-org list Hello, Kaushal Modi writes: > On Sat, Sep 9, 2017 at 9:36 AM Nicolas Goaziou > wrote: > >> >> "ox" stands for "org-export-". This is so to limit file name size. Some >> systems are very limited (e.g. MS-DOS). >> > > Is that file name size that important in today's time? For some Emacs developers, it is. If Emacs drops MS-DOS support, we can reconsider this. I doubt this is going to happen any time soon. >> Variables and functions should really be "org-export-html..." but that >> would be very long. The "org" prefix is mandatory for Org variables and >> functions. "ox" would be misleading. >> > > Does this have to do with org-export--generate-copy-script (as discussed > here[1])? I don't think so. > Is the prefix requirement for "org-" more widespread than that? IIRC, it is an Emacs convention. Variables should be prefixed by the major mode's name, since Emacs has no proper namespace. Regards, -- Nicolas Goaziou 0x80A93738