From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avery Chan Subject: Org-mode won't let me export via markdown Date: Tue, 28 May 2013 01:13:13 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh8aB-0002Bq-Ej for emacs-orgmode@gnu.org; Mon, 27 May 2013 21:20:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uh8a5-0001em-Jg for emacs-orgmode@gnu.org; Mon, 27 May 2013 21:20:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:54718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh8a5-0001dY-D3 for emacs-orgmode@gnu.org; Mon, 27 May 2013 21:20:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uh8a3-0005Iu-9I for emacs-orgmode@gnu.org; Tue, 28 May 2013 03:20:03 +0200 Received: from 205.164.56.84 ([205.164.56.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 May 2013 03:20:03 +0200 Received: from avery by 205.164.56.84 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 May 2013 03:20:03 +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 First, thanks to everyone who contributes to org-mode. I find it very useful. When I select export as markdown, I get an error: Quit [2 times] not: Wrong type argument: stringp, nil I've posted a backtrace in the debugger to here: http://pastebin.com/UAAund8M Emacs: 24.3.50.1 Org-mode: 8.0.3 I've edited my .emacs appropriately to load the md exporter backend. As a sidenote, it would be nice to put into the documentation that there needs to be some configuration to get markdown export to work. I was confused for a while why I didn't see the markdown options.