From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Bug ignoreheading not respected in lower level headlines latex export Date: Thu, 7 Jun 2018 08:29:12 -0400 Message-ID: <353f3114-d972-f4fd-f01c-b7fc608eb18a@verizon.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------638B6C1A963CE9E0DD30CB0F" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQu2b-0005zA-Ma for emacs-orgmode@gnu.org; Thu, 07 Jun 2018 08:29:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQu2W-0007Ya-Lb for emacs-orgmode@gnu.org; Thu, 07 Jun 2018 08:29:21 -0400 Received: from sonic316-13.consmr.mail.bf2.yahoo.com ([74.6.130.123]:44139) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQu2W-0007Y3-Eo for emacs-orgmode@gnu.org; Thu, 07 Jun 2018 08:29:16 -0400 Received: from pool-96-238-154-64.syrcny.east.verizon.net (EHLO [10.0.0.2]) ([96.238.154.64]) by smtp413.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID dbc60320d2554181d0afecaa188e23bb for ; Thu, 07 Jun 2018 12:29:13 +0000 (UTC) Content-Language: en-US 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" To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------638B6C1A963CE9E0DD30CB0F Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi, Set up - Org mode version 9.1.13 (release_9.1.13-791-gcecbe4 @ /usr/local/share/org-mode/lisp/) GNU Emacs 27.0.50 (build 30, x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2018-06-02 I group related documents as second level headlines, thus * All docs :ignoreheading: ** Doc 1 :ignoreheading: ** Doc 2 :ignoreheading: The first level has an export_file_name property so that I can export all the docs at once; likewise each second level has its own export_file_name for separate export, if necessary. When I export all the docs from the first level headline the resulting export is 1. Doc 1 content  (newpage) 2. Doc 2 content I expect content (newpage) content. If I export each doc from its second level, the headline is ignored. --------------638B6C1A963CE9E0DD30CB0F Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Hi,

Set up -

Org mode version 9.1.13 (release_9.1.13-791-gcecbe4 @ /usr/local/share/org-mode/lisp/)
GNU Emacs 27.0.50 (build 30, x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2018-06-02

I group related documents as second level headlines, thus

* All docs :ignoreheading:

** Doc 1 :ignoreheading:

** Doc 2 :ignoreheading:

The first level has an export_file_name property so that I can export all the docs at once; likewise each second level has its own export_file_name for separate export, if necessary.

When I export all the docs from the first level headline the resulting export is

1. Doc 1

content

 (newpage)

2. Doc 2

content

I expect

content

(newpage)

content.

If I export each doc from its second level, the headline is ignored.


--------------638B6C1A963CE9E0DD30CB0F--