From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Produce a pdf outline using the latex outline package of the notes in org file Date: Fri, 7 Jan 2011 07:40:18 +0100 Message-ID: References: <7yipy1x0qv.fsf@gmail.com> <87fwt5tpto.fsf@norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53334 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pb5zq-0005g9-Mr for emacs-orgmode@gnu.org; Fri, 07 Jan 2011 01:40:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pb5zp-0008Cj-Ka for emacs-orgmode@gnu.org; Fri, 07 Jan 2011 01:40:22 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:35723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pb5zp-0008CX-F2 for emacs-orgmode@gnu.org; Fri, 07 Jan 2011 01:40:21 -0500 Received: by eyh6 with SMTP id 6so4432941eyh.0 for ; Thu, 06 Jan 2011 22:40:20 -0800 (PST) In-Reply-To: <87fwt5tpto.fsf@norang.ca> 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: Bernt Hansen Cc: Bastien Guerry , emacs-orgmode list , Julius Gamanyi On Jan 7, 2011, at 3:22 AM, Bernt Hansen wrote: > Hi Julius, > > Julius Gamanyi writes: > >> While adding the changes to the current development code, I ran >> into an >> obstacle: I couldn't find org-install.el even with the find >> command; but >> org-install.el is part of the stable release. >> Is org-install.el only added before a stable release or I'm I missing >> something else? > > You can create lisp/org-install.el with > > make lisp/org-install.el > >> >> Another question: must all the contributions be stored in the contrib >> directory? > > I think only contributions from people who haven't signed the FSF > papers > need to be limited to the contrib directory but Bastien or Carsten > would > have a more official comment on that. The contrib directory contains both stuff where no FSF papers have been signed, and also things where it has not yet been determined if they are generally useful and if they will be used by a significant number of people. Normally such new contributions are added to contrib/lisp, and then moved to lisp/ once it has been decided to do so. So I would recommend that your initial patch puts it into contrib/lisp, with corresponding changes to the org-modules variable in lisp/org.el and in contrib/README. And, if you like, documentation on Worg. This is how I used to handle this - the decision about org-latex-outline.el will of course be made by Bastien. One thing: all files in lisp/ must have names which are unique within the first 8 characters, due to Emacs rules which require unique names for, I believe, MS-DOS. org-latex-outline.el would not fulfill this requirement. Maybe org-ltxol.el or so? Or maybe even better the code can eventually simply be integrated into org-latex.el? - Carsten