Re: [O] A simple org tangle and weave makefile

2014-07-06 Thread Grant Rettke
I think that I ran into the same thing and someone else explained that the htmlize package is required to get syntax highlighting on export. , | (require 'htmlize) ` Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in

Re: [O] A simple org tangle and weave makefile

2014-07-04 Thread Rainer M Krug
Following an older thread. I would like to use a make file to export my document, and I am essentially following Eric's suggestion. But I have some problems which I did not manage to solve: html: I would like to have syntax highlighting in the document, but I don't manage. I have added the

Re: [O] A simple org tangle and weave makefile

2014-06-19 Thread Fabrice Niessen
Hello Grant, Grant Rettke wrote: My goals was to have a simple makefile to tangle and weave a document; so org-mk was out of scope. If you're talking of Orgmk (on https://github.com/fniessen/orgmk), please know that I've add a new standalone script `org-tangle'. Just redo a `make install' so

Re: [O] A simple org tangle and weave makefile

2014-06-18 Thread Grant Rettke
I see. Thank you. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson On Thu,

Re: [O] A simple org tangle and weave makefile

2014-06-12 Thread Eric Schulte
Grant Rettke g...@wisdomandwonder.com writes: Hi, My goals was to have a simple makefile to tangle and weave a document; so org-mk was out of scope. Just wondering; how could I have done it better? ## INIT=.emacs.el $(INIT): TC3F.org time emacs --batch --no-init-file --load

[O] A simple org tangle and weave makefile

2014-06-10 Thread Grant Rettke
Hi, My goals was to have a simple makefile to tangle and weave a document; so org-mk was out of scope. Just wondering; how could I have done it better? ## INIT=.emacs.el $(INIT): TC3F.org time emacs --batch --no-init-file --load .org-mode.emacs.el --find-file TC3F.org --funcall