From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Myles English" Subject: Re: org-export-expand-include-keyword doesn't handle inline tasks well Date: Wed, 17 Oct 2012 01:36:12 +0100 Message-ID: <87hapuq6ir.fsf@ed.ac.uk> References: <87mwzmhdz2.fsf@ed.ac.uk>,<87obk2dw3d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOHUp-00016l-PO for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 20:28:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOHUo-0004WP-UH for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 20:28:27 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:59814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOHUo-0004WL-Ny for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 20:28:26 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so4462323wgb.30 for ; Tue, 16 Oct 2012 17:28:26 -0700 (PDT) In-reply-to: <87obk2dw3d.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: Nicolas Goaziou Cc: emacs-orgmode Nicolas Goaziou writes: > Hello, > > "Myles English" writes: > >> When a tree includes another file tree by using the #+INCLUDE keyword, >> the imported headlines are demoted by appending an appropriate number >> of asterisks. The problem is when an inline task is included, the >> number of asterisks seems to make it unrecognisable as an inline task. >> >> Can someone confirm this as a bug? > > I can. It should be fixed now. Thanks for the report. Thanks for fixing it, works great. Now I just have to remember to (require 'org-inlinetask) if I am going to #+INCLUDE a file that uses them. Myles