emacs-orgmode
[Top][All Lists]
Advanced

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

[O] how do you get an OPTIONS value during export?


From: John Kitchin
Subject: [O] how do you get an OPTIONS value during export?
Date: Tue, 8 Aug 2017 16:11:15 -0400

Hi,

In my ipynb exporter, I generate md strings for cells using something like

(org-export-string-as
s
'md t '(:with-toc nil :with-tags nil))

This works unless there is a broken link:

https://github.com/jkitchin/ox-ipynb/issues/2#issuecomment-321061051

I figured out I can make it work with :with-broken-links mark, but that might overrule what is in an #+OPTIONS line.

So, my question is how do I get the value of what :with-broken-links should be that has the right prececedence, i.e. OPTIONS > org-export-with-broken-links, during the export?

Thanks,

John

-----------------------------------
Professor John Kitchin 
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803

reply via email to

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