From mboxrd@z Thu Jan 1 00:00:00 1970 From: Israel Herraiz Subject: Re: Include mechanism for web publishing Date: Wed, 29 Jul 2009 16:08:37 +0200 Message-ID: <1248876153-sup-7510@elly> References: <1248818656-sup-1415@elly> <87hbwwgw75.fsf@zeller.michaelzeller.com> <87d47kgvil.fsf@zeller.michaelzeller.com> Content-Type: text/plain; charset=utf8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MW9oN-0007hj-6A for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 10:07:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MW9oI-0007fL-7p for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 10:07:18 -0400 Received: from [199.232.76.173] (port=46220 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MW9oI-0007fG-3e for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 10:07:14 -0400 Received: from mx20.gnu.org ([199.232.41.8]:6273) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MW9oH-0007dC-LD for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 10:07:13 -0400 Received: from mail-ew0-f226.google.com ([209.85.219.226]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MW9oH-0007KI-1T for emacs-orgmode@gnu.org; Wed, 29 Jul 2009 10:07:13 -0400 Received: by ewy26 with SMTP id 26so27936ewy.42 for ; Wed, 29 Jul 2009 07:07:11 -0700 (PDT) In-reply-to: <87d47kgvil.fsf@zeller.michaelzeller.com> 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 Excerpts from Michael's message on Jul 29, 2009 about 2 AM: > Opps, for some reason the important portion didn't copy. You'll have to > forgive me, I'm still learning gnus. Thanks for the patch. However, stragenly, it is now working out of the box. I cloned the git repo to try out your patch, and before applying it, I tried the original sources, just in case something has changed and my scripts stop working. I added the "org" markup option to all the #+INCLUDEs; for instance: #+INCLUDE: header/my-header.org org And surprisingly it is now working, without changing any single line. I say surprisingly because it works with anything but "src" or none. For instance, I can write #+INCLUDE: file.org blablabla, and the file is included without any formatting or escaping. If I don't indicate the markup, it is escaped. And if I indicate "src", the original file gets included as source code. Thanks anyway for the patch. Cheers, Israel