From: Nick Dokos <nicholas.dokos@hp.com>
To: Bill Day <williamson.day@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: #+INCLUDE broken (or changed) in org-mode 7.9? Help!
Date: Mon, 27 Aug 2012 02:14:44 -0400 [thread overview]
Message-ID: <21686.1346048084@alphaville> (raw)
In-Reply-To: Message from Bill Day <williamson.day@gmail.com> of "Mon, 27 Aug 2012 01:25:31 EDT." <CAJKu5kV_PT0dopn0kyOHkaSOdJXezvOJQjbF+FeAvu3=9765_g@mail.gmail.com>
Bill Day <williamson.day@gmail.com> wrote:
> The following code used to include the sitemap and a search box in my
> published index.html page:
>
> index.org
>
> #+SETUPFILE: ~/elisp/org-templates/level-0.org
> #+TITLE: Wiki
> #+HTML: <div class="container"><div class="span-4">
> #+INCLUDE sitemap-generated.org
> #+HTML: </div><div class="span-16">
> #+INCLUDE search.org
> ...
> Now they do not appear anymore. Any suggestions, please?
Missing colons probably:
#+INCLUDE: sitemap-generated.org
And there seems to be a bug in the easy template code in org.el:
line 11390 says
("I" "#+INCLUDE %file ?"
and it seems to be missing the colon.
Nick
next prev parent reply other threads:[~2012-08-27 6:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-27 5:25 #+INCLUDE broken (or changed) in org-mode 7.9? Help! Bill Day
2012-08-27 6:14 ` Nick Dokos [this message]
2012-08-27 7:12 ` Nicolas Goaziou
2012-08-27 12:51 ` Bill Day
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=21686.1346048084@alphaville \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=williamson.day@gmail.com \
/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).