From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: #+include doesn't export anything? Date: Mon, 27 Jan 2014 00:24:40 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7SW1-000657-FG for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 11:25:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7SVw-0007Gr-Cb for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 11:24:57 -0500 Received: from mail-pb0-x22e.google.com ([2607:f8b0:400e:c01::22e]:47313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7SVw-0007Gi-5W for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 11:24:52 -0500 Received: by mail-pb0-f46.google.com with SMTP id um1so5022164pbc.33 for ; Sun, 26 Jan 2014 08:24:51 -0800 (PST) Received: from localhost ([219.137.188.132]) by mx.google.com with ESMTPSA id yz5sm62677289pac.9.2014.01.26.08.24.47 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 Jan 2014 08:24:50 -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: orgmode I had just asked a question about src-blocks in exports, but things just=20 got a little weirder. Below is my export file, referring to the master source for day 1. It=20 exports *nothing* from 01-contents.org. I get all the stuff from the=20 header, but 01-contents.org may as well not be there. Is this a wrong approach? What's strange is that babel asks me if I want to execute #+call lines that=20= are only in 01-contents.org, but ox-beamer ignores the lot. ?? I'll find some workaround, but this is highly inconvenient. hjh ~~ #+startup: beamer #+TITLE: SuperCollider Week, Day 1 \\ Introductory SC, Synthesis and=20 Sequencing #+DATE: \today #+AUTHOR: H. James Harkins #+EMAIL: #+INCLUDE: "../slidehead.org" #+include: "../glossary.org" #+include: "./01-contents.org" ~~