Re: [O] Order of tangled blocks reversed?

2018-10-10 Thread Kaushal Modi
On Wed, Oct 10, 2018 at 6:05 PM Nicolas Goaziou wrote: > It is. Fixed. Thank you. Awesome! Thank you!

Re: [O] Order of tangled blocks reversed?

2018-10-10 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I was playing with Org Tangle header-args inheritance and came up with > this example: > > = > > #+property: header-args :tangle yes > > At Org level 0. > > * Heading 1 > :PROPERTIES: > :header-args: :tangle foo.el > :END: > At Org level 1. > > #+name: block1 >

[O] Order of tangled blocks reversed?

2018-10-07 Thread Kaushal Modi
Hello, I was playing with Org Tangle header-args inheritance and came up with this example: = #+property: header-args :tangle yes At Org level 0. * Heading 1 :PROPERTIES: :header-args: :tangle foo.el :END: At Org level 1. #+name: block1 #+begin_src emacs-lisp (message "this will be tangled