From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manuel Koell Subject: prevent auto appending #+INCLUDE files title Date: Mon, 23 Nov 2015 15:57:56 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1142def250a1ef05253673a6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0sZ4-0007PH-MF for emacs-orgmode@gnu.org; Mon, 23 Nov 2015 09:57:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0sZ3-0004yO-Bd for emacs-orgmode@gnu.org; Mon, 23 Nov 2015 09:57:58 -0500 Received: from mail-yk0-x233.google.com ([2607:f8b0:4002:c07::233]:34729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0sZ3-0004yK-7Q for emacs-orgmode@gnu.org; Mon, 23 Nov 2015 09:57:57 -0500 Received: by ykfs79 with SMTP id s79so240787743ykf.1 for ; Mon, 23 Nov 2015 06:57:56 -0800 (PST) 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: org-mode mailing list --001a1142def250a1ef05253673a6 Content-Type: text/plain; charset=UTF-8 I tried to use #+INCLUDE "sitemap.org" :only-contents t with the :auto-sitemap option on my publishing project, but whenever I include a file this way the title appends to the exported document title. example file (test.org) ``` #+TITLE: My title #+INCLUDE "sitemap.org" :only-contents t ``` Now the exported document title test.html contains the title: My title Sitemap Expected behaviour: the title I set with #+TITLE Why is orgmode doingt such "smart" things for me? --001a1142def250a1ef05253673a6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I tried to use #+INCLUDE "sitemap.org" :only-contents t with th= e :auto-sitemap option on my publishing project, but whenever I include a f= ile this way the title appends to the exported document title.

example file (test.org)

```
#+TITLE: My title

#+INCLUDE "sitemap.org" :only-contents t
```
Now the exported document title test.html contains the title: My ti= tle Sitemap
Expected behaviour: the title I set with #+TITLE
Why is orgmode doingt such "smart" things for me?
--001a1142def250a1ef05253673a6--