From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [ANN] Org-babel integrated into Org-mode Date: Sat, 26 Jun 2010 08:59:22 -0700 Message-ID: <87fx09bx9h.fsf@gmail.com> References: <87wrtp78rg.fsf@gmail.com> <87aaqkvqdi.fsf@mundaneum.com> <87iq585rb9.fsf@gmail.com> <87mxuji0n9.fsf@gmail.com> <87zkyiuqpt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38103 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSXmy-0008Ol-CT for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 11:59:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSXmx-0003aE-3S for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 11:59:28 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:47630) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSXmw-0003a6-VG for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 11:59:27 -0400 Received: by pwi7 with SMTP id 7so9854800pwi.0 for ; Sat, 26 Jun 2010 08:59:25 -0700 (PDT) In-Reply-To: <87zkyiuqpt.fsf@gmail.com> (=?utf-8?B?IsWgdMSbcMOhbiBOxJtt?= =?utf-8?B?ZWMiJ3M=?= message of "Sat, 26 Jun 2010 10:45:50 +0200") 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: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: emacs-orgmode@gnu.org, Rainer M Krug =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec writes: [...] > > How come some of your rewrites above still use the `org-babel-' prefix? > (As a side note, I don't see what Emacs guidelines suggest `ob-' is more > appropriate than `org-babel-', and I would personally prefer to retain > the latter -- it's much more descriptive.) > > =C5=A0t=C4=9Bp=C3=A1n > Hi =C5=A0t=C4=9Bp=C3=A1n, The guidelines I mentioned (I believe) specify that all file names for emacs-lisp files which are part of Emacs must be unique in the first 6 or so characters. This is why all "(require 'ob-*)" lines (which must correspond to file names) now use ob-* instead of org-babel-*. Since I (like you) prefer the org-babel-* prefixes, those have been retained for all function and variable names. Hope this explains it, I'm certainly open to other naming suggestions. Best -- Eric