From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Exporting #+lob Date: Sun, 17 Oct 2010 15:25:46 -0600 Message-ID: <87fww44ilh.fsf@gmail.com> References: <58EEABEE-9247-434F-A861-5CB641A6CA56@tsdye.com> <87zkuc7k74.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=58023 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7ajp-0003SI-6z for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 17:25:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7ajo-0006NZ-3G for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 17:25:53 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:37551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7ajn-0006NQ-Vz for emacs-orgmode@gnu.org; Sun, 17 Oct 2010 17:25:52 -0400 Received: by gxk27 with SMTP id 27so130754gxk.0 for ; Sun, 17 Oct 2010 14:25:51 -0700 (PDT) In-Reply-To: (Thomas S. Dye's message of "Sun, 17 Oct 2010 09:45:48 -1000") 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: "Thomas S. Dye" Cc: emacs-orgmode Mailinglist Hi Tom, I think this code should live in the main library-of-babel.org file. I don't see any reason why it would be overwritten in that file, and that way it will be available by default for anyone who already loads the library of babel. Best -- Eric "Thomas S. Dye" writes: > Hi Eric, > > Thanks for asking about the Library of Babel. I'm still figuring out > the best way to use it and welcome your advice. > > Here is the approach I've drafted. Do you think this is a reasonable > way to go? > >> The GANTT Emacs lisp code can either be placed in the buffer with the >> GANTT chart table or it can be installed in the >> [[http://orgmode.org/manual/Library-of-Babel.html#Library-of-Babel >> ][Library of Babel]]. >> Installing local code in the Library of Babel is best accomplished by >> establishing one or more Org-mode files for this purpose and keeping >> them in a place that won't be overwritten when Org-mode is updated. >> For each of these local files, place a line like the following in >> =.emacs= to make the source code blocks accessible to the Library: >> >> #+source: load-local-lob >> #+begin_src emacs-lisp :exports code >> (org-babel-lob-ingest "~/org/local-lob.org") >> #+end_src > > If this is off the mark, and the code should go in the main Library, > then I'd want to check with Eric F. first about the changes I made. > > All the best, > Tom > > On Oct 17, 2010, at 8:22 AM, Eric Schulte wrote: > >> BTW: Do you still intend to add the elispgantt code to the library of >> babel distributed with Org-mode? If so I'm happy to handle the >> commit if you send me the code or a patch.