[O] How to build a project from org files using ant/make?

2012-03-02 Thread Robert McIntyre
people doing when it comes to automatically building a project whose source files are generated from org files? sincerely, --Robert McIntyre

[O] How to format really long #+whatever lines

2011-11-01 Thread Robert McIntyre
, --Robert McIntyre

[O] [bug] cannot execute shell code blocks

2011-07-19 Thread Robert McIntyre
-babel-result-hash This must have been a very recent change -- the results blocks are from executing these blocks in the morning. org-version gives: release_7.6-116-g90d7 Org-mode version 7.6 (release_7.6.116.g90d7) sincerely, Robert McIntyre First, I checked out the source to jMonkeyEngine using

Re: [O] [bug] cannot execute shell code blocks

2011-07-19 Thread Robert McIntyre
definition is void: org-babel-result-hash sorry about the confusing message earlier. sincerely, --Robert McIntyre On Tue, Jul 19, 2011 at 3:10 AM, Robert McIntyre r...@mit.edu wrote: I can't execute any sh code blocks for this file anymore. This has to be a very recently introduced problem

[O] [bug] (:cache yes) not respected for the second nameless code block during html export

2011-07-18 Thread Robert McIntyre
M-x org-version yields: release_7.6-105-gbfed5 Org-mode version 7.6 (release_7.6.105.gbfed5) When I try to export this file to html, org re-evaulates the second code block, even though it has :cache yes https://gist.github.com/1090173 sincerely, --Robert McIntyre

[O] [PATCH] Adding support for :results output for clojure src blocks.

2011-07-12 Thread Robert McIntyre
This small patch handles :results output for clojure src blocks by using clojure's with-out-str function. Please let me know if I've done anything wrong as this is my first patch to org-mode. sincerely, --Robert McIntyre diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index a72b14c..00013b8

[O] Some bugs with ob-clojure.el and some more with ob-sh.el

2011-07-09 Thread Robert McIntyre
.gf06e.dirty) I hope that this will be helpful to someone in squashing some bugs. If there are any questions please email me. I'd love to help in any way I can to make org-mode even better. sincerely, --Robert McIntyre

[O] Fwd: Some bugs with ob-clojure.el and some more with ob-sh.el

2011-07-09 Thread Robert McIntyre
-- Forwarded message -- From: Robert McIntyre r...@mit.edu Date: Sat, Jul 9, 2011 at 11:04 AM Subject: Re: [O] Some bugs with ob-clojure.el and some more with ob-sh.el To: Bastien b...@altern.org Great idea --- I updated my version of Org such that: M-x org-version returns: Org

[O] problem with html export when using clojure and :exports both

2011-06-24 Thread Robert McIntyre
Hi everyone --- I've been working on making a website using clojure and org-mode, and have run into what I think may be a bug. Any help would be appreciated as to whether this is a bug, or if I am doing something wrong. sincerely, --Robert McIntyre M-x org-version gives: release_7.5-435-gd3100

Re: [O] problem with html export when using clojure and :exports both

2011-06-24 Thread Robert McIntyre
Thanks for your reply -- I've updated using `git pull` and while some of the relevant files have changed, I still have the same problem. M-x org-version yields: release_7.5-440-g00c62 Org-mode version 7.5 (release_7.5.440.g00c62) sincerely, --Robert McIntyre On Fri, Jun 24, 2011 at 6:55 PM

Re: [O] question about :results scalar

2011-06-21 Thread Robert McIntyre
to my last comments! sincerely, --Robert McIntyre On Sun, Jun 19, 2011 at 6:08 PM, Eric Schulte schulte.e...@gmail.comwrote: Hi Rob, Thanks for pointing this out. The emacs-lisp interaction is so simple we apparently never implemented checks which are routine in other languages. I just pushed

[O] question about :results scalar

2011-06-19 Thread Robert McIntyre
an org-table instead of the expected : (1 2 3). what am I doing wrong? a minimal example file can be found here: https://gist.github.com/1034648 I also get the same thing when trying the stable Org-mode version 7.5. sincerely, --Robert McIntyre