emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-export-string-as issue


From: John Kitchin
Subject: [O] org-export-string-as issue
Date: Sat, 11 Mar 2017 13:53:12 -0500

Hi,

I am using code like this in a jupyter notebook exporter:

#+BEGIN_SRC emacs-lisp
(org-export-string-as "** second heading"
              'md t '(:with-toc nil :with-tags nil))
#+END_SRC

I would expect that to export as:

## second heading

but what I get is:

#+RESULTS:
: 
: # second heading
: 

Am I missing something that would keep the heading level correct? Or is
this expected behavior?

Thanks,


-- 
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]