@@ -44,9 +44,11 @@ You do *not* need Emacs or Org mode installed to use ~ntangle~.
4444 section below to build the binary locally for your OS.
4545** Build locally
4646See [[#development][Development]].
47- * Features [7/9]
48- - [X] Tangle global header-args in ~#+property~ keywords
49- - [X] Tangle header-args directly above Org source blocks
47+ * Features
48+ ** Tangling /minus Noweb/ [7/8]
49+ - [X] Understand global tangle header-args in ~#+property~ keywords
50+ - [X] Understand tangle header-args directly above Org source blocks
51+ - [ ] Understand tangle subtree property drawer header-args
5052- [X] Understand the precendence order of the tangle header-args when
5153 a mix of global and source block header-args are used
5254- [X] Language-specific header-args (e.g. ~#+property: header-args:nim
@@ -55,20 +57,25 @@ See [[#development][Development]].
5557- [X] Respects comma-escaping in source blocks
5658- [X] Removes common indentation, but also retains the indentation
5759 where needed
58- - [ ] Tangle subtree property drawer header-args
59- - [ ] Noweb support. I sorely miss the lack of ~noweb~ support.. I use
60- it heavily in [[https://github.com/kaushalmodi/eless][~eless~]].
61- - [ ] ~:noweb~
62- - [ ] ~:noweb-ref~
63- - [ ] ~:noweb-sep~
64- ** Supported ~header-args~ switches [5/7]
60+ *** Supported ~header-args~ switches [5/7]
6561- [X] ~:tangle~
6662- [X] ~:padline~
6763- [X] ~:shebang~
6864- [X] ~:mkdirp~
6965- [X] ~:tangle-mode~
7066- [ ] ~:comments~
7167- [ ] ~:no-expand~
68+ ** Noweb [0/1]
69+ - [ ] Noweb support. I sorely miss the lack of ~noweb~ support.. I use
70+ it heavily in [[https://github.com/kaushalmodi/eless][~eless~]].
71+
72+ /There is *no* plan to support Org Babel functions with Noweb, like
73+ evaluating code blocks during tangling, etc. (just use Emacs for those
74+ :D)./
75+ *** Supported ~header-args~ switches for Noweb [0/3]
76+ - [ ] ~:noweb~
77+ - [ ] ~:noweb-ref~
78+ - [ ] ~:noweb-sep~
7279* Screenshot
7380[[https://raw.githubusercontent.com/OrgTangle/ntangle/master/doc/img/Screenshot_ntangle_v0.4.2.png][https://raw.githubusercontent.com/OrgTangle/ntangle/master/doc/img/Screenshot_ntangle_v0.4.2.png]]
7481* Usage
0 commit comments