Re: [O] Org-mode won't let me export via markdown [BUG]

2013-05-28 Thread Nicolas Goaziou
Hello,

Avery Chan av...@ootbdev.com writes:

 After some futzing with the source org file, it's clear that having a 
 _TEXT_ (where '_' denotes an underline), is incompatible with 
 the md-export parser. Upon removing the offending token, the 
 md-exporter works as expected.

It should be fixed in maint. Thank you for reporting the problem.


Regards,

-- 
Nicolas Goaziou



[O] Org-mode won't let me export via markdown

2013-05-27 Thread Avery Chan
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.