emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-export-string-as issue
@ 2017-03-11 18:53 John Kitchin
  0 siblings, 0 replies; only message in thread
From: John Kitchin @ 2017-03-11 18:53 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-11 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-11 18:53 org-export-string-as issue John Kitchin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).