From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas S. Dye Subject: Recent export bug? Date: Mon, 10 May 2010 13:38:21 -1000 Message-ID: <11B3CB27-DBAA-4868-BA02-D5F5D172A3E6@tsdye.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52866 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBcYQ-0000Vw-6i for emacs-orgmode@gnu.org; Mon, 10 May 2010 19:38:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBcYO-0001Ui-9Y for emacs-orgmode@gnu.org; Mon, 10 May 2010 19:38:30 -0400 Received: from oproxy2-pub.bluehost.com ([67.222.39.60]:36819) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OBcYN-0001U9-Vi for emacs-orgmode@gnu.org; Mon, 10 May 2010 19:38:28 -0400 Received: from [72.253.144.27] (helo=potofo-ou.westell.com) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1OBcYJ-0004cV-9T for emacs-orgmode@gnu.org; Mon, 10 May 2010 17:38:23 -0600 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs org-mode mailing list Aloha all, The following minimal example doesn't export the Second heading to html. The problem seems to be the :export: tag on the First heading. If I remove the tag, then both the First and Second headings make it into the export. I don't expect the :export: tag on the First heading to stop export of the Second heading. I found this behavior when I tried unsuccessfully to export an org file that successfully exported last on April 6th. I don't believe I've changed any html export settings in the meantime. --------------- * Setup :noexport: #+TITLE: export-tag.org #+AUTHOR: Tom Dye #+EMAIL: tsd@tsdye2.com #+DATE: 2010-05-10 Mon #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:nil skip:nil d:nil todo:t pri:nil tags:not-in- toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: * First :export: Some First text * Second Some Second text --------------- I tried to run git bisect, but if I go far enough back in time then I run up against this: eval-buffer: Symbol's function definition is void: org-overlay-put This leaves me way over my head, but I did want you to know that I worked a bit to isolate the problem and did my best to track it down without success. All the best, Tom