From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: [new exporter] export title for subtree Date: Mon, 18 Jun 2012 00:14:21 +0200 Message-ID: <87sjdtbn7m.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgNkt-0008IE-6l for emacs-orgmode@gnu.org; Sun, 17 Jun 2012 18:15:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgNkr-0006Fa-Hr for emacs-orgmode@gnu.org; Sun, 17 Jun 2012 18:15:34 -0400 Received: from plane.gmane.org ([80.91.229.3]:51382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgNkr-0006FR-BC for emacs-orgmode@gnu.org; Sun, 17 Jun 2012 18:15:33 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SgNkn-0000US-Ac for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 00:15:29 +0200 Received: from vpn-2020.gwdg.de ([134.76.2.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jun 2012 00:15:29 +0200 Received: from andreas.leha by vpn-2020.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jun 2012 00:15:29 +0200 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: emacs-orgmode@gnu.org Hi all, is the new exporter lacking the possibility to set the title of the exported document, when the title is set in the properties? Example: ,---- | #+title: test | | * testexport | :PROPERTIES: | :EXPORT_TITLE: Pumuckl | :END: | Some text. `---- On my system, this still exports to (in LaTeX): ,---- | ... | \title{test} | ... `---- which should be ,---- | ... | \title{Pumuckl} | ... `---- in my opinion. Regards, Andreas