From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Hilboll Subject: Title/Author missing in Markdown export? Date: Tue, 28 Apr 2015 16:05:15 +0200 Message-ID: <553F939B.6010201@hilboll.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn68d-0002cG-Kx for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 10:05:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn68W-0004m5-4u for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 10:05:27 -0400 Received: from srv2.andreas-h.info ([130.185.108.51]:59101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn68V-0004lv-Rq for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 10:05:20 -0400 Received: from localhost (localhost [127.0.0.1]) by srv2.andreas-h.info (Postfix) with ESMTP id E4E671C055C for ; Tue, 28 Apr 2015 16:05:17 +0200 (CEST) Received: from srv2.andreas-h.info ([127.0.0.1]) by localhost (srv2.andreas-h.info [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bGGwkzsPLYy1 for ; Tue, 28 Apr 2015 16:05:15 +0200 (CEST) Received: from cloud.andreas-h.info (srv1.andreas-h.info [195.138.240.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by srv2.andreas-h.info (Postfix) with ESMTPS id BD7BB1C0424 for ; Tue, 28 Apr 2015 16:05:15 +0200 (CEST) Received: from [192.168.18.57] (login.iup.physik.uni-bremen.de [134.102.186.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cloud.andreas-h.info (Postfix) with ESMTPSA id 932B3A60B7E for ; Tue, 28 Apr 2015 16:05:15 +0200 (CEST) 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: Org-mode mailing list Using the current git master, any exported Markdown doesn't include title, author, and date information. Is this desired behaviour, or is it a bug? -- Andreas.