From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Produce a pdf outline using the latex outline package of the notes in org file Date: Tue, 18 Jan 2011 10:17:01 +0100 Message-ID: <87oc7eefle.fsf@gnu.org> References: <7yipy1x0qv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=56765 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pf7gl-0001KQ-U8 for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 04:17:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pf7gk-0006vY-PY for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 04:17:19 -0500 Received: from mail-ww0-f67.google.com ([74.125.82.67]:62845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pf7gk-0006v6-Jy for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 04:17:18 -0500 Received: by wwb31 with SMTP id 31so1728061wwb.6 for ; Tue, 18 Jan 2011 01:17:17 -0800 (PST) In-Reply-To: <7yipy1x0qv.fsf@gmail.com> (Julius Gamanyi's message of "Thu, 06 Jan 2011 19:58:48 +0000") 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: Julius Gamanyi Cc: emacs-orgmode@gnu.org Hi Julius, Julius Gamanyi writes: > On and off reader and first time poster. Welcome on the list! > I previously used the latex outline package and added a few > modifications to get the output I liked. I added the changes to an old > stable version of org-mode (org-6.33f), which worked nicely. > The code is on github: https://github.com/juliusgb/emacs-org-tex-outline > > I'd like to add the changes to the current development version. Please send a patch to the development version with the change you propose, many people follow the development version and will be happy to test your code. > Another question: must all the contributions be stored in the contrib > directory? Only useful ones. > I added the org-latex-outline.el in the lisp directory because all the > other output formats, which depended on org-exp.el, org-install.el were > in the lisp directory. The org-latex-outline.el also depends on > org-latex.el and I wanted to avoid the sorrow of parting them. We can have contributions in contrib/ that depend on code in lisp/, requiring core librairies from the contributed package is standard practice - even for exporters (see contrib/lisp/org2rem.el). > Maybe there's a better setup that I can use. I'm all ears. Please let us know about your code! > In addition, I've already signed the appropriate papers with FSF. Which will certainly ease things. Thanks! -- Bastien