From: Xavier Garrido <xavier.garrido@gmail.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Improved way to include some headlines from an external org file
Date: Thu, 11 Sep 2014 16:24:13 +0200 [thread overview]
Message-ID: <5411B08D.30209@gmail.com> (raw)
Dear Orgers,
By following discussions on this list, I think I have understood that
the inclusion mechanism through =#+INCLUDE= directive is a bit rough and
only allows a limited range of use. I know how to include only lines
using =:lines= parameter but what I would like to achieve is to only
include some headlines from an external org file. Is there a way using
babel for example (like this function
https://github.com/thesoftwarebin/the-emacs-software-bin/blob/master/include-many-files/include-many-files.org)
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
Of course, I can achieve that by using =:lines= and calculating how many
lines embeds the given headline. But every time the "First base chapter"
length changes I will have to change all the subsequent =#INCLUDE:=
commands. I do not know how hard it is to implement this but I think it
will be a nice addition (at least one I will use a lot).
Thanks for your answer,
Xavier
next reply other threads:[~2014-09-11 14:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-11 14:24 Xavier Garrido [this message]
2014-09-12 0:45 ` Improved way to include some headlines from an external org file Andrea Rossetti
2014-09-13 9:40 ` Xavier Garrido
2014-09-30 23:10 ` Rasmus
2014-10-01 5:29 ` Xavier Garrido
2014-09-30 19:55 ` Andrea Rossetti
2014-10-01 5:06 ` Xavier Garrido
2014-10-01 21:31 ` Andrea Rossetti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5411B08D.30209@gmail.com \
--to=xavier.garrido@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).