jkitchin / ox-ipynb

org-mode exporter to Jupyter notebooks
173 stars 40 forks source link

[feature] export subtree #49

Open fleimgruber opened 1 year ago

fleimgruber commented 1 year ago

When using ox-ipynb with the org-mode dispatcher and selecting "Export scope: subtree" the setting is not used by ox-ipynb, i.e. the whole file gets exported regardless.

Do you plan or are you open to support subtree export?

jkitchin commented 1 year ago

I am open to it, but don't have plans to implement it any time soon.

fleimgruber commented 1 year ago

A workaround I am currently using is to org-narrow-to-subtree prior to export and widen after export. This achieves the same effect as the subtree export scope.