From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: can babel results show time of evaluation? Date: Thu, 31 Jan 2013 12:05:27 +0100 Message-ID: <8738xhobkx.fsf@bzg.ath.cx> References: <87haly2aag.fsf@bzg.ath.cx> <87libawqb4.fsf@gmail.com> <877gmulfp6.fsf@bzg.ath.cx> <87pq0mz8rk.fsf@gmail.com> <87wquugyrf.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0s6v-0002VS-4x for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 06:15:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0s6q-0002A0-7v for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 06:15:16 -0500 Received: from mail-wi0-f180.google.com ([209.85.212.180]:57353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0s6p-000296-PV for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 06:15:12 -0500 Received: by mail-wi0-f180.google.com with SMTP id hj13so2644791wib.1 for ; Thu, 31 Jan 2013 03:15:10 -0800 (PST) In-Reply-To: <87wquugyrf.fsf@Rainer.invalid> (Achim Gratz's message of "Wed, 30 Jan 2013 22:13:40 +0100") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Hi Achim, Achim Gratz writes: > Putting all definitions into a separate "leaf" file that can then be > required from everywhere with impunity. Bastien doesn't like this > idea, Maybe you misunderstood me. I am very much in love with the idea of putting defconst in a separate file. What I don't like *at all* is the idea you proposed to put every variable (including user options) in a separate file. The reason why I don't like this is because it will force potential contributors to modify this "Yeah-I-contain-all-variables!"-file. This would be a maintainance burden. -- Bastien