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

2017-08-09 Thread Nick Dokos
John Kitchin writes: > 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 >

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

2017-08-09 Thread Rasmus
Hi John, John Kitchin writes: > 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

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

2017-08-08 Thread John Kitchin
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 :wi