Re: [O] Can one tangle only the current blocks under header ?

2016-08-02 Thread Joon Ro
> Joon: thx this is great. You're welcome. > one last question. suppose i have multiple code blocks under header like > this:> > main i3 conf> :PROPERTIES:> :ID: > f17b5518-2695-4484-a958-2fc7b8aa2479> :tangle: > /home/zeltak/.i3/config> :END:>> > > is

Re: [O] Can one tangle only the current blocks under header ?

2016-08-02 Thread Xebar Saram
thx so much Joon: thx this is great. one last question. suppose i have multiple code blocks under header like this: main i3 conf :PROPERTIES: :ID: f17b5518-2695-4484-a958-2fc7b8aa2479 :tangle: /home/zeltak/.i3/config :END: is there a way to issue a tangle just

Re: [O] Can one tangle only the current blocks under header ?

2016-07-31 Thread Grant Rettke
You can `:tangle no' on the source block to exclude it from tangling. You can even tangle one source block to a different or as many files as you like during tangling. Sincerely, Grant Rettke On Sat, Jul 30, 2016 at 1:38 PM, Joon Ro wrote: > can one tangle only the current blocks under header

Re: [O] Can one tangle only the current blocks under header ?

2016-07-30 Thread Joon Ro
can one tangle only the current blocks under header or can you only tangle the whole file?the issue is again for dotfiles managed by org that these files are not proper org babel languages and look like this: #+BEGIN_SRC conf :mkdirp yes :tangle ~/.config/mpv/mpv.confsoftvol-max=600 #+END_S

[O] Can one tangle only the current blocks under header ?

2016-07-30 Thread Xebar Saram
Hi all can one tangle only the current blocks under header or can you only tangle the whole file? the issue is again for dotfiles managed by org that these files are not proper org babel languages and look like this: #+BEGIN_SRC conf :mkdirp yes :tangle ~/.config/mpv/mpv.conf softvol-max=600 #+E