From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xavier Garrido Subject: Re: Improved way to include some headlines from an external org file Date: Wed, 01 Oct 2014 07:06:11 +0200 Message-ID: <542B8BC3.7030702@gmail.com> References: <5411B08D.30209@gmail.com> <84y4t0j32k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZC7K-0002qQ-8l for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 01:06:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZC7G-0007hX-8j for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 01:06:22 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:65171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZC7G-0007hM-1K for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 01:06:18 -0400 Received: by mail-wi0-f179.google.com with SMTP id d1so524949wiv.6 for ; Tue, 30 Sep 2014 22:06:16 -0700 (PDT) In-Reply-To: <84y4t0j32k.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andrea Rossetti Cc: "emacs-orgmode@gnu.org" Hi Andrea, Le 30/09/2014 21:55, Andrea Rossetti a écrit : > Xavier Garrido writes: >> Is there a way ... > ... >> to write something like that > ... >> #+BEGIN_SRC org >> #+INCLUDE: "./base.org" :headline "First base chapter" >> ,* A more personal chapter >> #+INCLUDE: "./base.org" :headline "Second base chapter" >> ,* Another personal chapter >> #+END_SRC > > Hi! today I crossed into Sacha's weekly links > ( http://sachachua.com/blog/#post-27515 ). > > One of the proposed link suggests a solution not too far > from your initial question: > > http://endlessparentheses.com/updating-org-mode-include-statements-on-the-fly.html?source=rss > Thanks for the follow-up. Actually I am waiting this patch http://article.gmane.org/gmane.emacs.orgmode/90932/match=include+resolve+links to be pushed by Rasmus (see the comment in the endlessparentheses article). Thanks again, Xavier > Kindest regards, > > Andrea >