[O] How to tangle org file with option comments yes in batch mode

2015-08-10 Thread Leandro Henrique Oliveira Fernandes
Hi, I am trying to tangle a file in batch mode using the script bellow: emacs.exe -Q --batch --no-init-file -l init.el --visit file.org -f org-babel-tangle --kill == init.el === (require 'org) (require 'org-exp) (require 'ob) (require 'ob-tangle) (require 'ob-R) (org-babel-do-load-languages

[O] How to tangle org file with option comments yes in batch mode

2015-08-09 Thread Leandro Henrique Oliveira Fernandes
Hi, I am trying to tangle a file in batch mode using the script bellow: emacs.exe -Q --batch --no-init-file -l init.el --visit file.org -f org-babel-tangle --kill == init.el === (require 'org) (require 'org-exp) (require 'ob) (require 'ob-tangle) (require 'ob-R) (org-babel-do-load-languages

Re: [O] How to tangle contents of a noweb-ref block that as source block indicators in it?

2014-09-19 Thread Nick Dokos
Grant Rettke writes: > Good afternoon, > > I work in: > > ╭ > │ (print emacs-version) > │ (print org-version) > ╰ > > ╭ > │ "24.3.1" > │ > │ "8.2.7c" > ╰ > > My `org' configuration specifies source blocks like this: > > ╭ > │ (setq org-babel-noweb-wrap-start "«") > │ (setq org

[O] How to tangle contents of a noweb-ref block that as source block indicators in it?

2014-09-19 Thread Grant Rettke
Good afternoon, I work in: ╭ │ (print emacs-version) │ (print org-version) ╰ ╭ │ "24.3.1" │ │ "8.2.7c" ╰ My `org' configuration specifies source blocks like this: ╭ │ (setq org-babel-noweb-wrap-start "«") │ (setq org-babel-noweb-wrap-end "»") ╰ When I tangle this block

Re: [O] How to tangle?

2014-05-08 Thread Suvayu Ali
Hi John, On Thu, May 08, 2014 at 11:36:25AM -0400, John Kitchin wrote: > that is pretty strange. I just tried it and got > > Tangled 51 code blocks from org-ref.org > You can run the command `org-babel-tangle' with C-c C-v t > > You could also try: > [[elisp:(org-babel-load-file "org-ref.org")]]

Re: [O] How to tangle?

2014-05-08 Thread John Kitchin
that is pretty strange. I just tried it and got Tangled 51 code blocks from org-ref.org You can run the command `org-babel-tangle' with C-c C-v t You could also try: [[elisp:(org-babel-load-file "org-ref.org")]] John --- John Kitchin Associate Professor Doherty H

[O] How to tangle?

2014-05-08 Thread Suvayu Ali
Hi, I was trying to tangle John's org-ref.org[1]; when I visit the file and do `M-x org-babel-tangle RET', all I get is: Tangled 0 code blocks from org-ref.org Any ideas what is wrong? Footnotes: [1] -- Suvayu Open source is the f