Re: [O] ob-lilypond

2011-07-01 Thread Martyn Jago
Hi > > That's good to hear. Are you up for trying to merge them into the rest > of the Org-mode test suite? This should be as simple as placing any > org-mode example files you have in > > org-mode/testing/examples/ > > placing the .el file defining your tests into > > org-mode/testing/lisp/

Re: [O] ob-lilypond

2011-07-02 Thread Martyn Jago
Hi On 1 Jul 2011, at 20:27, Eric Schulte wrote: >>> > I can't reproduce this problem, for example the following works for me > on the latest version of Org-mode. I think perhaps you may not be on > the latest git HEAD. > > Thanks again for this great contribution -- Eric > > ** define a block

Re: [O] org -> lilypond?

2011-07-04 Thread Martyn Jago
Hi Rusi > Hello fellow-music-orgers!I would really like to use something like > lilypond > to make music.  A basic requirement of mine is that it should render as > score and play as sound simultaneously. See http://vimeo.com/16894001 > for a demo.  This is because I use it to teach singing to pel

Re: [O] [RFC] testing the org exporters

2011-07-04 Thread Martyn Jago
Hi Jambunathan >> I have been using the attached test.org file as part of my org-odt >> related work. >> >> The usual steps I follow for testing are quite simple: >> 1. Visit the file >> 2. Export it to xhtml or odt >> 3. Visually make sure that everything is OK. >> >> I would like to add this fi

[O] [BABEL][PATCH] ob-lilypond basic mode - was ob-lilypond

2011-07-06 Thread Martyn Jago
HiI've added functionality to make ob-lilypond act in a consistent org-babel way by default (think ob-dot).The previous modus operandi is now known as arrange-mode and is selected by setting ly-arrange-mode to tMore details including examples are at http://github.com/mjago/ob-lilypondPatch:  basic

Re: [O] Release 7.6

2011-07-07 Thread Martyn Jago
Hi Bastien > > Dear all, > > I'm releasing Org 7.6. > > You can get it from the website as an archive: > > http://orgmode.org/org-7.6.zip > http://orgmode.org/org-7.6.tar.gz > Thanks for the tremendous effort supplied by yourself and other key committers to make this happen! Regards Ma

Re: [O] Thanks for Lilypond export (and minor comments)

2011-07-08 Thread Martyn Jago
Hi >>> I first had to load dot support (because you are calling >>> org-babel-expand-body:dot). If you want to also attract musicians (without >Thanks for finding this error Torsten! I've just pushed up a fix. Thanks Torsten for the heads-up, and thanks Eric for the rapid response. Regards

[O] [PATCH] Fixes to inline src block execution

2011-09-05 Thread Martyn Jago
| was broken beyond | here `-- Also fixes to inline src block execution where the inline src block happens to be on the first line of a buffer. I've included tests and test data. Regards Martyn >From b559789474920f0471f5844b4675be67a74a8283 Mon Sep 17 00:00:00 2001 From

Re: [O] [PATCH] Fixes to inline src block execution

2011-09-06 Thread Martyn Jago
Eric Schulte writes: Hi Eric > Martyn Jago writes: > >> Hi >> >> Some fixes to inline src block execution via org-ctrl-c-ctrl-c >> where point is beyond white-space in the inline src block body... >> >> * Start Pomodoro >> src_emac

Re: [O] [babel] Collection of code block snippets

2011-09-06 Thread Martyn Jago
Hi Rainer M Krug writes: [...] > >> >> > And if this could be done by the user to test .emacs configuration >> > settings, that would be really great. >> > >> >> That's a good idea. Simply running the Org-mode test suite is a good >> way for users to test the sanity of their local config. >>

Re: [O] [babel] Collection of code block snippets

2011-09-07 Thread Martyn Jago
Hi Eric Eric Schulte writes: [...] > > I just made three small changes to the testing framework so it is now > possible to run the test suite in batch mode with the following. > > emacs -Q --batch -l path/to/org/testing/org-test.el --eval "(setq > org-confirm-babel-evaluate nil)" -f org-test-r

Re: [O] [babel] Collection of code block snippets

2011-09-07 Thread Martyn Jago
Hi Rainer Rainer M Krug writes: > On Tue, Sep 6, 2011 at 7:13 PM, Eric Schulte wrote: > >> Hi Martyn, >> >> Martyn Jago writes: >> >> > Hi >> > >> > Rainer M Krug writes: >> > [...] >> >> emacs -Q --batch -l p

Re: [O] Reminders with alarms

2011-09-07 Thread Martyn Jago
Hi Stephen Nelson-Smith writes: > Hi there, > > I'm just starting to explore orgmode. I'm an experienced GTD-er (6 > yrs) and have looked with interest at a few articles on using orgmode > for this. The one area I can't seem to work out is how to set a > reminder with an alarm and attach it to

Re: [O] [babel] Collection of code block snippets

2011-09-08 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Hi Martyn > > Martyn Jago writes: > >> Hi Eric >> >> Eric Schulte writes: >> >> [...] >> >>> >>> I just made three small changes to the testing framework so it is now >>> possible to ru

Re: [O] [babel] Collection of code block snippets

2011-09-08 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Hi Martyn, > >> >> I have written a few more tests for inline source blocks execution with >> org-ctrl-c-ctrl-c (not extensive by any means). > > Thanks for adding these tests, I get 6 failures all with the same error > [1], is that intentional? If not would you m

Re: [O] [babel] Collection of code block snippets

2011-09-08 Thread Martyn Jago
Hi Eric Martyn Jago writes: > Hi Eric > > Eric Schulte writes: > >> Hi Martyn, >> >>> >>> I have written a few more tests for inline source blocks execution with >>> org-ctrl-c-ctrl-c (not extensive by any means). >> >> Thanks f

Re: [O] [babel] Collection of code block snippets

2011-09-09 Thread Martyn Jago
Hi Rainer Rainer M Krug writes: [...] > > > I just tried to run the tests, and I got the following error: > >>rkrug@ecolmod:~$ emacs -Q -batch -L ~/.emacs.d/org-mode/lisp >>~/.emacs.d/org-mode/testing -l org-test.el -eval "(progn(setq >>org-confirm-babel-evaluate nil) \ > (org-babel-do-load-

Re: [O] [babel] Collection of code block snippets

2011-09-09 Thread Martyn Jago
Hi Eric Martyn Jago writes: [...] > > One problem on my system is that emacs was using the wrong org mode > since the newer org location wasn't known about. Also, the languages, > emacs-lisp and sh need to be switched on (I thought emacs-lisp was on by > default)? I

[O] [patch] call execution tests

2011-09-10 Thread Martyn Jago
Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Sat, 10 Sep 2011 18:26:46 +0100 Subject: [PATCH] Preliminary tests for inline call execution (focussing on results placement) * testing/org-test.el: Added =org-test-get-before-after= for grabbing before/after blocks for test in temp-buffer * test

[O] [patch] fix 22.x compatibility test issue

2011-09-11 Thread Martyn Jago
Replace left-char with backward-char for backward compatibility in =test-org-babel/org-babel-get-inline-src-block-matches= >From 08bfac66d69ed6ce739d58710f06444b6f43fb94 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Sun, 11 Sep 2011 21:17:40 +0100 Subject: [PATCH] Replace left-char w

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-11 Thread Martyn Jago
Hi David David Maus writes: [...] > F test-org-babel/org-babel-get-inline-src-block-matches > (void-function left-char) I've pushed a patch to the mailing-list which should fix the above test in Emacs 22. I will take a look at the fortran related tests when I get a chance. Best, Martyn

[O] [patch][test] Remove jump.el dependency from test execution

2011-09-12 Thread Martyn Jago
The idea is to document the test helper availability to aid development in the test documentation I am about to generate. Best, Martyn >From b3111a4ea6b2e5b134634c7eebf27a210529df58 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Mon, 12 Sep 2011 16:50:28 +0100 Subject: [PATCH] Remove jump.el

[O] [patch][test] Add missing FSF / author headers / org-test dependency to test files

2011-09-12 Thread Martyn Jago
Add missing FSF / author headers and org-test dependency to some test files. Best, Martyn >From 39d437176f288d56dfdb2ccfabbfb712f9ce8504 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Mon, 12 Sep 2011 17:07:21 +0100 Subject: [PATCH] Add missing FSF / author headers and org-test dependency

Re: [O] [babel] Export problem (Wrong type argument: consp, nil)

2011-09-14 Thread Martyn Jago
Hi Sebastien "Sebastien Vauban" writes: > Hi Eric, > > Eric Schulte wrote: >> "Sebastien Vauban" writes: >>> If there is no value assigned to the code block... >>> ... there is no an error when exporting: >>> >>> #+begin_src text >>> Debugger entered--Lisp error: (wrong-type-argument consp nil)

Re: [O] [babel] Collection of code block snippets

2011-09-14 Thread Martyn Jago
Hi David David Maus writes: > Hi Martyn, > > At Sat, 10 Sep 2011 09:09:17 +0100, > Martyn Jago wrote: >> I'll do some work on testing against version 23 and 22 and maybe put >> together a how-to get ERT on those earlier systems (on linux). > > Just read this

Re: [O] Overall organization/setup for org mode: Projects and Tasks

2011-09-14 Thread Martyn Jago
Hi Russell Russell Adams writes: [...] > > I hope that helps. > > Thanks. > > -- > Russell Adamsrlad...@adamsinfoserv.com > > PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ > > Finger

Re: [O] [babel] Trying to add ERT test cases

2011-09-19 Thread Martyn Jago
Hi Sebastien "Sebastien Vauban" writes: > Hi, > > I'd like to really contrib more on test cases, in particular every time I'd > see something problematic. My goal (SOMEDAY/MAYBE) would be to (be able to) > report any problem with an attached ERT test case... > > Last experience: for some unknown

[O] [PATCH] Modifications to enable test script to run with emacs-23 and emacs-22

2011-09-20 Thread Martyn Jago
Hi With this patch, the command-line test script now passes all tests on Emacs 24, 23 and 22. On 23 and 22, testing directory should include ert.el and ert-x.el Best, Martyn >From 6ab323b099f55462f690d44f6ad482c962461a97 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Tue, 20 Sep 2011 08

Re: [O] [babel] Trying to add ERT test cases

2011-09-20 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Martyn Jago writes: > [...] >> >> (ert-deftest ob-tangle/speed-command-r () >> (let ((org-use-speed-commands t)) >> (with-temp-buffer >> (org-mode) >> (insert "* Speed command") >>

Re: [O] [babel] Trying to add ERT test cases

2011-09-20 Thread Martyn Jago
use it. Would it be easy for your macro to accept string variables in >> addition to strings? >> > > Hmm, that is weird. I've just pushed up a fix so this should now be > solved. > > Thanks for the catch -- Eric Thanks, that works great. I've updated test-ob.

Re: [O] [babel] BUG in :session

2011-09-21 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Hi Rainer, > > Thanks for finding this bug, I introduced it in one of my recent > changes. I've just pushed up a fix and a test case. > > Best -- Eric > Unfortunately this test introduces an external dependency for R (which I haven't currently got on my system so

Re: [O] [babel] BUG in :session

2011-09-21 Thread Martyn Jago
Hi Sebastien and Eric "Sebastien Vauban" writes: > Hi Eric and Martyn, > > Eric Schulte wrote: >> Martyn Jago writes: >>> Unfortunately this test introduces an external dependency for R (which I >>> haven't currently got on my system so fails h

Re: [O] [babel] BUG in :session

2011-09-23 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Hi Martyn, > > I've just pushed up what will hopefully be a more general solution. > Basically, language-specific test files can now signal errors if they > have unmet dependencies. These are then intercepted by `org-test-load' > and the file is not added to the t

Re: [O] [babel] BUG in :session

2011-09-23 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Martyn Jago writes: > >> Hi Eric >> >> Eric Schulte writes: >> >>> Hi Martyn, >>> >>> I've just pushed up what will hopefully be a more general solution. >>> Basically, language-specif

Re: [O] [PATCH] Modifications to enable test script to run with emacs-23 and emacs-22

2011-09-25 Thread Martyn Jago
Hi David David Maus writes: > Hi Eric, > Hi Martyn, > > At Tue, 20 Sep 2011 09:03:27 -0600, > Eric Schulte wrote: >> >> Applied, Thanks! -- Eric > > I noticed that newlines in the commit messages of patches by Martyn > are somehow messed up: > > , > | Modifications to enable test script to r

Re: [O] [babel] BUG in :session

2011-09-25 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Martyn Jago writes: > >> Hi Eric >> >> Eric Schulte writes: >> >>> Martyn Jago writes: >>> >>>> Hi Eric >>>> >>>> Eric Schulte writes: >>>> >>>>

Re: [O] [babel] BUG in :session

2011-09-25 Thread Martyn Jago
Hi Sebastien "Sebastien Vauban" writes: > Hi Martyn and Eric, > > Martyn Jago wrote: >> Eric Schulte writes: >>> Martyn Jago writes: >>>> Eric Schulte writes: >>>>> I've just pushed up what will hopefully be a more gener

[O] Registration for Worg commit access

2011-10-06 Thread Martyn Jago
Hi Would it be possible for someone to provide we with commit access to Worg? I'm adding and updating documentation for various testing activities. I've registered with repo.org.cz and added my key user name: mjago Best, Martyn

Re: [O] Registration for Worg commit access

2011-10-07 Thread Martyn Jago
Hi Jason Jason Dunsmore writes: > Martyn Jago writes: > >> Hi >> >> Would it be possible for someone to provide we with commit access to >> Worg? > > Hi Martyn, > > Here are the instructions for contributing to Worg: > http://orgmode.org/worg/worg-

[O] [patch][babel] Patch to fix regression (commit 53573d6)

2011-10-07 Thread Martyn Jago
Hi Patch to fix regression caused by commit 53573d6 (lisp/ob-shen.el causes isolated tests to fail). See http://martynjago.com:/ Best, Martyn >From 18e67dae6ac7c9ec8bfee9d53358e379b0e1ece1 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Fri, 7 Oct 2011 15:37:02 +0100 Subject: [PATCH]

Re: [O] GNU Emacs crashing on large Orgmode files

2011-10-13 Thread Martyn Jago
Hi Karl Karl Voit writes: > * Marcelo de Moraes Serpa wrote: >> >> Hi list, > > Hi individual! > >> I love org and I think there's nothing like it out there, > > Ack! > >> but I'm considering using Evernote for reference notes, because my >> reference.orgfile has grown too big (4234k + lines).

Re: [O] [RFC] Standardized code block keywords

2011-10-25 Thread Martyn Jago
Nick Dokos writes: > Eric Schulte wrote: > >> Surprisingly (to me) srcname is the winner here, but luckily I haven't >> yet voted, and although I would have though #+source: would have been >> the winner I like the simplicity of using #+name: for named code blocks >> as well as named data. So I

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-10-25 Thread Martyn Jago
Hi Brian Wightman writes: > On Mon, Oct 24, 2011 at 7:12 AM, Sebastien Vauban > wrote: >> For my information, why do you need to test that 2 suites don't run at the >> same time?  They only write to temp buffers, no?  Can they conflict? > > If they do conflict and only one set of tests should r

Re: [O] [test] Failure on GNU Emacs 22.3.2 (i686-pc-linux-gnu) of 2011-05-28 on x60s

2011-11-07 Thread Martyn Jago
David Maus writes: > Running the test suit on > > GNU Emacs 22.3.2 (i686-pc-linux-gnu) of 2011-05-28 on x60s > > currently fails with the backtrace below. > > Somehwere/somehow Babel ends up calling `member' with the second > argument not being a list. In Emacs22 this triggers an error, but not >

[O] [bug] regression tests broken

2011-11-11 Thread Martyn Jago
Hi All automated regression tests broken since 7720786 commit http://martynjago.com: Best, Martyn

Re: [O] [bug] regression tests broken

2011-11-12 Thread Martyn Jago
s other gnu projects that use cruisecontrolrb. Your server would need Ruby installed (I use v1.9.2), but installation should be straight-forward since I have already written the scripts, which is fairly simple anyway. Hope that helps Best Martyn > Thanks -- Eric > > Martyn Jago writes: > &g

Re: [O] [bug] regression tests broken

2011-11-13 Thread Martyn Jago
Martyn Jago writes: Hi Eric [...] Further to the problem of tests failing under sandboxed conditions unexpectedly, I've made a few observations which I want to pass on. * ID Currently the ID searching command `org-id-find' has global scope to find ID's all over the hos

Re: [O] [bug] regression tests broken

2011-11-13 Thread Martyn Jago
and is particularly annoying during test development. Below is a patch > that fixes this problem for me. > >From b868e208dd3ece7c10818ed73f2cf0dc86dac94b Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Sun, 13 Nov 2011 16:03:51 + Subject: [PATCH] Fix don't load symlinks (Emacs interloc

Re: [O] [bug] regression tests broken

2011-11-13 Thread Martyn Jago
actual deployment (currently on OSX). Best, Martyn > Thanks -- Eric > >> >> Best Martyn >> >>> Thanks -- Eric >>> >>> Martyn Jago writes: >>> >>>> Hi >>>> >>>> All automated regression tests broken since 7720786 commit >>>> >>>> http://martynjago.com: >>>> >>>> Best, Martyn >>>> >>>> >> >>

[O] [bug][babel] #+call: execution broken

2011-11-17 Thread Martyn Jago
I've supplied a patch which provides a couple of failing tests which highlight the problem. Best, Martyn >From 68a64d29222548eff3f414b8881f583f50ea4a96 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Thu, 17 Nov 2011 12:33:08 + Subject: [PATCH] Tests for testing basic `#+cal

Re: [O] [bug][babel] #+call: execution broken

2011-11-18 Thread Martyn Jago
Eric Schulte writes: > Martyn Jago writes: > >> Hi >> >> C-c C-c on a #+call: block() statement no longer causes the block to >> execute. >> >> This regression occurred on Nov 8th: >> >> commit a4273cbe0e0480bd02c59464cafb985951b1c5a2 >&

[O] Export #+call: within example block

2011-11-18 Thread Martyn Jago
Hi Is there a way to export the following, is this a bug, or is there a work-around (to HTML)? --8<---cut here---start->8--- #+begin_example #+call: rubbish() #+end_example --8<---cut here---end--->8--- For instance thi

Re: [O] Export #+call: within example block

2011-11-18 Thread Martyn Jago
Eric Schulte writes: Thanks Eric - sorted my script. Best, Martyn > Hi Martyn, > > Thanks for pointing out this bug. I've just pushed up a fix and a test > case. > > Cheers -- Eric > > Martyn Jago writes: > >> Hi >> >> Is there a way to

Re: [O] Bugs in lisp/ob-lilypond.el

2011-11-19 Thread Martyn Jago
Hi Torston Torsten Anders writes: > Also, the setting results: silent seems to be ignored. > > Best wishes, > Torsten > > > On 19 Nov 2011, at 15:22, Torsten Anders wrote: > >> Dear Martyn Jago, dear all, >> >> I just pulled the latest version of

[O] [babe] :var assignment no longer of tolerant of whitespace

2011-11-20 Thread Martyn Jago
Hi It used to be the case that you could assign a variable and any whitespace would be chomped: --8<---cut here---start->8--- #+begin_src emacs-lisp :var a = 1 :var b = 2 (+ a b) #+end_src --8<---cut here---end--->8--- H

[O] [babel] :var assignment no longer tolerant of whitespace

2011-11-20 Thread Martyn Jago
Martyn Jago writes: (Fixed typos in heading) Hi It used to be the case that you could assign a variable and any whitespace would be chomped: #+begin_src emacs-lisp :var a = 1 :var b = 2 (+ a b) #+end_src However it is now required to remove the whitespace: #+begin_src emacs-lisp :var a

Re: [O] [babel] :var assignment no longer tolerant of whitespace

2011-11-21 Thread Martyn Jago
Eric Schulte writes: Hi Eric > Hi Martyn, > > Tom mentioned this regression earlier and I treated it as a new > restriction on variable specifications, but if multiple people are > running into this issue I suppose spaces around equals should be > supported. > > I have just pushed up a change and

Re: [O] [ANN] Org Elements in contrib

2011-11-21 Thread Martyn Jago
Nicolas Goaziou writes: Hi Nicolas > Hello, > > > I've added org-element.el in contrib directory. It is a complete parser > and interpreter for Org syntax. > > While it was written to be extensible, it is also an attempt to > normalize current syntax and provide guidance for its evolution. > > Or

Re: [O] Bugs in lisp/ob-lilypond.el

2011-11-21 Thread Martyn Jago
Martyn Jago writes: Hi Torsten > Hi Torston > > Torsten Anders writes: > >> Also, the setting results: silent seems to be ignored. >> >> Best wishes, >> Torsten >> >> >> On 19 Nov 2011, at 15:22, Torsten Anders wrote: >> >&

[O] Updating Worg re standard source block syntax

2011-11-22 Thread Martyn Jago
Hi There are literally hundreds of uses of #+srcname and #+source within Worg - should I be updating these to #+name ? In other words, does Worg reflect the last official release (the Emacs release), or the bleeding edge (I tend to assume the latter because of the Org community spirit of Worg), bu

Re: [O] [BUG] org-table: time difference delivers wrong results

2011-11-23 Thread Martyn Jago
Daniel Bausch writes: > Anyone? It might be a duplicate of what Gustav Wiktröm reported on 1st of > September, but his problem was not resolved, either. > > Daniel > > Am Dienstag 15. November 2011, 22:12:45 schrieb Daniel Bausch: >> Hello list, >> >> consider the following example: >> |

Re: [O] [BUG] org-table: time difference delivers wrong results

2011-11-23 Thread Martyn Jago
Martyn Jago writes: Apologies I had a typo - please ignore the previous mail. So this looks more sensible: > Daniel Bausch writes: > >> Anyone? It might be a duplicate of what Gustav Wiktröm reported on 1st of >> September, but his problem was not resolved, either. >

Re: [O] [PATCH] Lilypond: added PDF output

2011-11-29 Thread Martyn Jago
Hi Torsten Torsten Anders writes: > Dear all, > > The current implementation how org-babel calls Lilypond hard-wires the > supported output file formats to EPS and PNG. Attached is a very > simple patch that adds support for PDF as well, so that resulting PDF > files can be directly integrated i

[O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Martyn Jago
Commit 6f8ea8e breaks the build. > make clean > make ...returns the error: --8<---cut here---start->8--- emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f b

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Martyn Jago
Hi Jambunathan Jambunathan K writes: > Martyn Jago writes: > >> Commit 6f8ea8e breaks the build. > >>> make clean >>> make >> >> ...returns the error: >> >> >> emacs -batch -q -no-site-file -eval "(setq load-path (cons (e

Re: [O] Bastiens talk

2011-12-15 Thread Martyn Jago
Hi Bastien writes: > Rustom Mody writes: > >> I'll try and flesh out the rest and post it here > > http://orgmode.org/worg/org-tutorials/org-screencasts/ghm2011-demo.html > > Next step is to have worg-links to the main concepts presented here. > > Thanks! I think this is a great screencast for

Re: [O] Worg migration complete

2011-12-15 Thread Martyn Jago
Hi Jason Achim Gratz writes: > Nick Dokos writes: >> ... but then you'll encounter problems when you try to push, right? > > Yes. It's sorted now, thanks to Jason. First there was some bogus > newlines in the authentication file of the server, so some keys were not > recognized. The remote t

Re: [O] Refresh of http://orgmode.org

2011-12-15 Thread Martyn Jago
Bastien writes: > Dear all, > > I made a small refresh of the website. > > http://orgmode.org > > - random quote (taken from worg/org-quotes.org) > - random screenshot > - twitter feed > - g+/flattr/fb buttons > - french translation (http://orgmode.org/fr/) > > If you want to help with the transl

[Orgmode] Re: [babel] Suggestions: GRASS GIS und Lilypond

2011-02-17 Thread Martyn Jago
Hi I would be interested in a solution to lilypond within org, and would be happy to fork on github and help out (I currently have some time too). Martyn Shelagh Manton writes: > On Tue, 15 Feb 2011 10:59:19 +0100, Christian Moe wrote: > >> Earlier thread on Lilypond: >> http://comments.gman

[Orgmode] [babel][patch] C++ inconsistencies

2011-02-18 Thread Martyn Jago
Hi I've noticed a couple of minor inconsistencies with C++ export... - According to the Org manual (section 14.7 Languages) the identifier for C++ is C++ (upper-case), but in practice this fails and the identifier c++ (lower-case) must be used. In general, identifiers appear to be lowe

[Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-18 Thread Martyn Jago
Martyn Jago writes: > Hi > > I've noticed a couple of minor inconsistencies with C++ export... > > - According to the Org manual (section 14.7 Languages) the identifier >for C++ is C++ (upper-case), but in practice this fails and the >identifier c++ (lower-case

[Orgmode] Re: [babel] Suggestions: GRASS GIS und Lilypond

2011-02-21 Thread Martyn Jago
Shelagh Manton writes: > On Sun, 20 Feb 2011 20:37:19 +, Shelagh Manton wrote: > >> On Thu, 17 Feb 2011 18:40:23 +0000, Martyn Jago wrote: >> >>> Hi >>> >>> I would be interested in a solution to lilypond within org, and would >>> be

[Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-21 Thread Martyn Jago
"Eric Schulte" writes: [...] > Hi Martyn, > > Thanks for sharing this patch, it looks great. Also, I would love to > include your YAML support. It's better to have partial YAML support > than none, and any skeleton can serve as the foundation for more > sophisticated support. > > Would you be

[Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-22 Thread Martyn Jago
"Eric Schulte" writes: > Martyn Jago writes: > >> "Eric Schulte" writes: >> >> [...] >> > Hi Martyn, > > That's great news. A just had trouble trying to apply your earlier > patch, could you reproduce the patch with

[Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-22 Thread Martyn Jago
Bastien writes: > Hi Martyn, > > Martyn Jago writes: > >> The FSF process is in progress - I'm currently waiting for the agreement >> to sign. I'll tidy up the YAML export. > > I confirm the assignment/disclaimer process with the FSF is complete. > &

[Orgmode] [babel] [PATCH]

2011-02-25 Thread Martyn Jago
Hi Babel I've been working on an exporter and have come across some strange behaviour regarding 'empty' source blocks with regard to tangling. If an attempt is made to tangle a block containing two blank (no white-space) lines, the block is exported as carriage returns (as I would expect). If a

[O] Re: [Orgmode] [babel] [PATCH]

2011-02-28 Thread Martyn Jago
our desktop holding your last committed > change. This would allow me to more easily apply your patches, and will > ensure that you get authorship credit in the git logs. > > Martyn Jago writes: > >> Hi Babel [...] >> ___ &

[O] [babel][PATCH] ERT as external library deprecated.

2011-03-01 Thread Martyn Jago
yn >From c4772a9786371c006a2637528a25414033d208c9 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Tue, 1 Mar 2011 07:34:55 + Subject: [PATCH 1/3] Changes to suit latest ert structure. ERT is now a part of EMACS and the source of the ERT git submodule is deprecated, as are some files within. Changes testi

Re: [O] [babel][PATCH] ERT as external library deprecated.

2011-03-02 Thread Martyn Jago
> Hi Eric and Martyn, > > "Eric Schulte" writes: > >> Hi Martyn, >> >> Thanks for the patch, I have just applied it. >> >> Best -- Eric >> >> Martyn Jago writes: >> >>> Hi >>> >>> The ERT library is

[O] Re: [Orgmode] [babel] [PATCH]

2011-03-02 Thread Martyn Jago
"Eric Schulte" writes: [...] > Also, I'm really pleased that you are looking into the test suite. I do > believe that a well maintained test suite would be a huge boon, both for > Babel and for Org-mode at large, however, recently I have only had > enough time to respond to issues raised on the

Re: [O] [babel][PATCH][tests] ERT as external library deprecated.

2011-03-02 Thread Martyn Jago
tyn >From 84dfb3e1f2aadc7d70431f4bf62f69e738ddcb03 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Wed, 2 Mar 2011 18:07:15 + Subject: [PATCH] Modified testing/README.org to include ERT installation information for Emacs version < 24. Added new tests --- testing/README.org | 20 - testing/lis

[O] Re: [Orgmode] [babel] [PATCH]

2011-03-02 Thread Martyn Jago
"Eric Schulte" writes: > Martyn Jago writes: > >> "Eric Schulte" writes: >> >> [...] >> >>> Also, I'm really pleased that you are looking into the test suite. I do >>> believe that a well maintained test suite wo

[O] [BUG] Unmatched #+end-src

2011-03-12 Thread Martyn Jago
Hi --8<---cut here---start->8--- * Unmatched #+end-src bug #+end_src --8<---cut here---end--->8--- With the above simple org file, placing the cursor at the end of #+end_src and hitting return causes emacs to hang. The bu

Re: [O] [BUG] Unmatched #+end-src

2011-03-12 Thread Martyn Jago
Aankhen writes: Thanks for the heads-up Aankhen, I had indeed missed the enclosing infinite loop. I modified your patch slightly since my test still failed, and made further tests. >From b55d846b57fc2ebf3c282cb1fbb27becfdd7d4fd Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Sat, 12 Mar 2

Re: [O] Re: [BUG] Unmatched #+end-src

2011-03-12 Thread Martyn Jago
Nicolas writes: Hi > Hello, > > Aankhen writes: > >>> --8<---cut here---start->8--- >>> * Unmatched #+end-src bug >>> >>> #+end_src >>> --8<---cut here---end--->8--- >>> >>> With the above simple org file, placing the curso

[O] ob-lilypond

2011-06-27 Thread Martyn Jago
Hi This is an invitation to try / test ob-lilypond - enabling LilyPond Score Generation / Arrangement from within org-mode. Available on Github at https://github.com/mjago/ob-lilypond This is a beta release, but includes examples, instructions, and tests, and has been tested on OSX and nix. A

Re: [O] ob-lilypond

2011-06-28 Thread Martyn Jago
see it distributed. Actually, I only recently discovered how busy Lilypond development is, so there must be potential users out there. Perhaps I should bite the bullet and approach the Lilypond user mailing list to see if there is any interest there? Regards Martyn > Martyn Jago btinternet.com> writes: <...> >

Re: [O] ob-lilypond

2011-06-28 Thread Martyn Jago
Hi Cameron > Cameron Horsburgh gmail.com> writes: > > This is very exciting. I use LilyPond a lot for various projects and I > think integration with orgmode is an obvious solution to a problem I > hope to find very soon! > > LilyPond is largely written in Scheme and I'm pretty sure a few of the

Re: [O] ob-lilypond

2011-06-28 Thread Martyn Jago
Hi Cameron > Hi, > > I'm thrilled that Lilypond has been added to Babel, grateful for the > extra thought given to Mac users -- and completely bowled over by your > demos! > > So please consider this a polite request to bump up "Consider the > option to embed resultant partial musical output

Re: [O] ob-lilypond

2011-06-28 Thread Martyn Jago
Hi > I guess most of us who would be interested in this would have > ImageMagick *convert* at hand, if it's difficult to get Lilypond or > lilypond-book to do it directly. > I tentatively disagree. Arrangement mode needs to work for me with the minimal of fuss. Annotation mode similarly fo

Re: [O] ob-lilypond

2011-06-29 Thread Martyn Jago
Hi > I have a commit ready to push to add lilypond support to Org-mode, first > I just have two questions. > > 1. I see Shelagh Manton mentioned as an author, would it be possible for >Shelagh to complete the FSF copyright assignment forms? Otherwise I >don't believe we can add ob-lilyp

Re: [O] ob-lilypond

2011-06-29 Thread Martyn Jago
Hi > > If Shelagh hasn't actually authored any of ob-lilypond.el (or at least > hasn't authored more than 10 lines of) then we could simply remove her > name from the authors list and include it into the Org-mode core. This > however may not be the best long-term solution if you anticipate

[O] ca47d10e commit broke the build

2011-12-30 Thread Martyn Jago
Frankly I'm not sure why, but my build is broken against emacs 22,23,24 Ref: http://martynjago.co.uk:/builds/Org-mode_on_Emacs_24/ca47d10e1f0070f5c6461ff763486b693ff77209 Best, Martyn

Re: [O] ca47d10e commit broke the build

2011-12-31 Thread Martyn Jago
Hi Jambunathan Jambunathan K writes: > Martyn > > The probelmatic commit could actually be this: > commit - 07f006e4fd9a7b66643cd7b404c8994665ba8300 > which touches the Makefile. The problem was indeed related to the Makefile - the thing that changed (I'm guessing) is the use of the EMACS

Re: [O] Happy new year!

2011-12-31 Thread Martyn Jago
Bastien writes: > Dear all, > > time to wrap-up for today and to celebrate. > This has been a *great* year of development! > May all your TODOs belong to your %s_archive. > > Happy new year :) Indeed! Bonne année et bonne santé! It's time to get the glad rags on and C-c C-c :)

[O] [babel][bug]

2012-01-02 Thread Martyn Jago
There is a bug running babel on Emacs 22.1.1 with a minimal init file. The following code works: --8<---cut here---start->8--- * Test passes #+begin_src emacs-lisp "hello there" #+end_src #+results: : hello there --8<---cut here---

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Martyn Jago
Martyn Jago writes: > There is a bug running babel on Emacs 22.1.1 with a minimal init file. > [...] > > The following fails: > > * Test fails > > #+begin_src emacs-lisp :results silent > > "hello there" > > #+end_src > [...] The problem app

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Martyn Jago
Eric Schulte writes: > Martyn Jago writes: > >> Martyn Jago writes: >> >> [...] >> >> The problem appears to be associated with the way `member' works: >> >> - on Emacs 23+ the following doesn't generate an error >

[O] [babel][patch] org-test-with-temp-text-in-file works in Emacs 22

2012-01-04 Thread Martyn Jago
-ob-lob/do-not-eval-lob-lines-in-example-blocks-on-export' on Emacs 22. This fixes the remaining unexpected test failure on Emacs 22.1.1 Best, Martyn >From 5622523ccc9995ff6a0c804c4de8c414ca5e6181 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Wed, 4 Jan 2012 13:37:07 + Subject: [P

[O] [patch] Add test-run capability to Makefile

2012-01-04 Thread Martyn Jago
ation. This makes it super-easy for a user to validate their latest org-mode installation. HTH Best, Martyn >From f025591e918d8921eaea0188da0b0da806c8b6f6 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Wed, 4 Jan 2012 14:24:27 + Subject: [PATCH] Add test command to Makefile * Makefil

  1   2   >