From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Name-space prefixes in ox- packages Date: Sat, 09 Sep 2017 15:36:49 +0200 Message-ID: <87zia42du6.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqfwN-0001wb-2k for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 09:36:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqfwK-0004dQ-1E for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 09:36:55 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:40933) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqfwJ-0004d2-Qq for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 09:36:51 -0400 In-Reply-To: (Kaushal Modi's message of "Sat, 09 Sep 2017 12:09:11 +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: > I have observed that even though the exporter backend package names begin > with ox-, all the variables and functions inside still start with org-. > > Is there a strong reason to do so? "ox" stands for "org-export-". This is so to limit file name size. Some systems are very limited (e.g. MS-DOS). 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. Regards, -- Nicolas Goaziou