From mboxrd@z Thu Jan 1 00:00:00 1970 From: David O'Toole Subject: org-publish v1.71 Date: Thu, 08 Jun 2006 16:09:03 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FoQoc-00008x-Gy for emacs-orgmode@gnu.org; Thu, 08 Jun 2006 16:09:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FoQoX-00006S-J6 for emacs-orgmode@gnu.org; Thu, 08 Jun 2006 16:09:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FoQoX-00006C-5l for emacs-orgmode@gnu.org; Thu, 08 Jun 2006 16:09:09 -0400 Received: from [66.249.82.196] (helo=wx-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FoQwP-0000l1-Bu for emacs-orgmode@gnu.org; Thu, 08 Jun 2006 16:17:18 -0400 Received: by wx-out-0102.google.com with SMTP id s19so421125wxc for ; Thu, 08 Jun 2006 13:09:06 -0700 (PDT) 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: emacs-orgmode@gnu.org --=-=-= Bugfix release. Should now allow absolute filenames in the :include directive. --=-=-= Content-Type: message/rfc822 Content-Disposition: inline X-From-Line: dominik@science.uva.nl Wed Jun 7 18:12:21 2006 X-Gmail-Received: c80780b6356514d9ec6e5a33960f17a714504854 Delivered-To: dto1138@gmail.com Received: by 10.65.159.9 with SMTP id l9cs28697qbo; Wed, 7 Jun 2006 14:56:06 -0700 (PDT) Received: by 10.70.31.1 with SMTP id e1mr1234315wxe; Wed, 07 Jun 2006 14:54:34 -0700 (PDT) Return-Path: Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) by mx.gmail.com with ESMTP id h11si1251013wxd.2006.06.07.14.54.31; Wed, 07 Jun 2006 14:54:34 -0700 (PDT) Received-SPF: neutral (gmail.com: 199.232.76.164 is neither permitted nor denied by best guess record for domain of dominik@science.uva.nl) Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1Fo5yx-0000HY-8t for dto@gnu.org; Wed, 07 Jun 2006 17:54:31 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.52) id 1Fo66d-00005L-8x for dto@gnu.org; Wed, 07 Jun 2006 18:02:27 -0400 Received: from [194.134.35.144] (helo=smtp04.wanadoo.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fo66c-000052-Iq for dto@gnu.org; Wed, 07 Jun 2006 18:02:27 -0400 Received: from [192.168.2.2] (dc5146d3e6.adsl.wanadoo.nl [81.70.211.230]) by smtp4.wanadoo.nl (Postfix) with ESMTP id 69C0C3E344 for ; Wed, 7 Jun 2006 23:54:29 +0200 (CEST) In-Reply-To: References: <5a66e8bc561ad58f8ec11eb9d01b2e97@science.uva.nl> <87wtbutmnt.fsf@tuxtanker.mwolson.org> <87k67utklm.fsf@tuxtanker.mwolson.org> <9bcdfad70606060901q52c0097fgde12d5d6ffcf83e9@mail.gmail.com> <9bcdfad70606060902i30c11ecav99a21966a6fc14cf@mail.gmail.com> <33a44a817ed2058827091b0a638872e2@science.uva.nl> <9bcdfad70606070800q5eb3a769o29e7ebb49eeb99ad@mail.gmail.com> Message-Id: <37a16ed8c7d328344688e76b1ed910af@science.uva.nl> From: Carsten Dominik Subject: Re: [Emacs-orgmode] Re: [David O'Toole] Fwd: Re: org-publish future ? Date: Wed, 7 Jun 2006 18:12:21 +0200 To: "David O'Toole" X-Mailer: Apple Mail (2.624) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on monty-python X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.4 X-Content-Length: 2512 Lines: 97 Xref: localhost.localdomain mail.general:413 MIME-Version: 1.0 Hi David, you can use (setq allfiles (cons (expand-file-name inc dir) allfiles)) which will cover both absolute and relative file names. Thanks! - Carsten On Jun 7, 2006, at 17:25, David O'Toole wrote: > > I will look into this and get back to you. > > "Chris wallace" writes: > >> On 07/06/06, Carsten Dominik wrote: >>> >>> >>> On Jun 6, 2006, at 18:02, Chris wallace wrote: >>> >>>> >>>> PS. On the subject of org-publish (sort of), one of the things I >>>> like >>>> most about org-mode is that I can have Readme.org files scattered >>>> over >>>> a number of directories and have them all included in the agenda. >>>> However, org-publish assumes all org files for a single project >>>> reside >>>> in a single directory. I wonder if I am the only one who has several >>>> directories per project? >>> >>> I think you can already use the :include parameter to do this - at >>> least I hope that you can give absolute path names there. If not, i >>> would consider this a bug. >> >> >> So either this is a bug or I'm mis-using the :include parameter. I >> have >> org-publish-project-alist set as follows: >> >> org-publish-project-alist is a variable defined in `org-publish.el'. >> Its value is >> (("bright" :base-directory "~/bright" >> :base-extension "org" >> :include ("/home/chris/bright/chr5/cng/Readme.org" >> "/home/chris/bright/chr5/phase2/Readme.org") >> :publishing-directory "~/public_html/org" >> :with-section-numbers nil >> :table-of-contents t >> :style "> type=\"text/css\">")) >> >> When I do M-x org-publish bright the *.org files in ~/bright are >> published, >> but the included files are not. I also tried with filenames relative >> to >> ~/public/org; same result. How should I be setting :include? >> >> This is with org v. 4.36, org-publish v. 1.70, emacs v. 22.0.50.2 >> >> Chris. >> >> >> >> - Carsten >>> >>> >> _______________________________________________ >> Emacs-orgmode mailing list >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- > David O'Toole -- Independent Consultant > dto@gnu.org > > > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 --=-=-= -- David O'Toole -- Independent Consultant dto@gnu.org --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--