[O] [PATCH] ob-fortran.el, add matrix as input

2013-06-01 Thread Litvinov Sergey
I would like to propose a tiny patch which adds matrix as an input for ob-fortran.el. See changes in testing/examples/ob-fortran-test.org for the examples. >From 4115610e692e5056fa4c0f9d498c12912d374646 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Jun 2013 19:20:06 +0200 Subj

Re: [O] [PATCH] narrowing in agenda file

2012-02-01 Thread Litvinov Sergey
This must be a cumulative patch against master. >From f95e9e89b47b35d5198ecaff7ee20ffb3e63b066 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Thu, 2 Feb 2012 08:15:56 +0100 Subject: [PATCH] Make narrowing of the agenda file survive (org-agenda-redo) * lisp/org.el (org-prepare-age

Re: [O] [PATCH] narrowing in agenda file

2012-02-01 Thread Litvinov Sergey
. Meanwhile I can share another patch to fix the problem with clock reports (please see the second code block in testing/examples/org-agenda-test.org ) >From 8824692191990c7ec4294b20c0c966bfc3e89de6 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Wed, 1 Feb 2012 16:04:12 +0100 Subject: [P

[O] [PATCH] narrowing in agenda file

2012-01-23 Thread Litvinov Sergey
"Narrowing" in the agenda file does not "survive" agenda redo. Please see an example in the first patch. I think the second patch fixes this problem. >From 60ef46625131391c6a49fccd26861f933a984515 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Mon, 23 Jan 2012 14:22:5

[O] [BABEL,PATCH] Map "screen language" to shell-script-mode

2012-01-20 Thread Litvinov Sergey
A patch maps "screen language" to shell-script-mode. >From 8b802edb789eb50ddffcc9f040afcb7870db0181 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Fri, 20 Jan 2012 18:26:59 +0100 Subject: [PATCH] Map "screen" to shell-script-mode --- lisp/org-src.el

[O] [BABEL,PATCH] Add graphical output to ob-octave

2011-12-17 Thread Litvinov Sergey
I propose a patch to make the following example work in ob-octave. #+begin_src octave :results graphics :file chart.png sombrero; % make a figure #+end_src >From f193df8b1b7d1330a0dde89907a607051f632775 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Fri, 16 Dec 2011 20:12:39 +0100 Subj

[O] [BABEL][PATCH] construct a table from the output of maxima code block

2011-10-01 Thread Litvinov Sergey
Please consider a patch to construct a table from the output of maxima code block. >From a0305117f4e793c93d7d10bc7aab04f96bd62e9c Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Oct 2011 22:29:18 +0200 Subject: [PATCH] [ob-maxima] Construct a table from the output of the code bl

Re: [O] looking for examples using babel/calc

2011-10-01 Thread Litvinov Sergey
> is there some documentation and are there some examples of using babel > with calc? There are examples in https://github.com/eschulte/babel-dev.git Search for 'begin_src calc'. https://raw.github.com/eschulte/babel-dev/master/scraps.org

Re: [O] [PATCH][babel] add a string input to ob-octave

2011-10-01 Thread Litvinov Sergey
> In other words, replacing (or var "nil") with var would be enough Thanks. Fixed in the patch below. The patch also adds an ert test. >From b4b679abdc7bec9f3033b50f81d567a0bb48b147 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Oct 2011 13:37:56 +0200 Subject: [P

[O] [PATCH][babel] add a string input to ob-octave

2011-09-30 Thread Litvinov Sergey
Please consider a tiny patch to add a string input variable to ob-octave. I also add tests for ob-octave. >From 4848960cefc1b1486705f7aed022ba199189b6e1 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Oct 2011 02:04:49 +0200 Subject: [PATCH] Add string input variables to ob-octave

[O] [BABEL,PATCH] cpp->c++-mode, ob-C mode tests

2011-08-03 Thread Litvinov Sergey
The first patch maps cpp language code to c++-mode. The second patch adds tests for ob-C. >From d0bc3554ec70138245289f1fabf78e2e86436c78 Mon Sep 17 00:00:00 2001 From: Sergey Litvinov Date: Wed, 3 Aug 2011 22:02:43 +0200 Subject: [PATCH 1/2] Map "cpp" to c++-mode --- lisp/org-src.el |2 +- 1

[O] [PATCH] testing/ort-test.el, regexp to find files

2011-08-03 Thread Litvinov Sergey
org-test picks up temporary and backup files. Please consider a patch the attachments to get rid of them. >From 9b616baf0f3df63ea13ffde37c9c5aff903fac4e Mon Sep 17 00:00:00 2001 From: Sergey Litvinov Date: Mon, 1 Aug 2011 00:47:32 +0200 Subject: [PATCH] Get rid of tmp and backup file in test load

[O] [BABEL,PATCH] call awk with no input

2011-07-24 Thread Litvinov Sergey
Please consider this tiny fix to execute awk program with no input. Example with gawk: gawk --posix 'BEGIN {print 42}' I also added some tests for ob-awk. >From 868fa910254c48752801cdc7849c3eb4db63f811 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sun, 24 Jul 2011 12:28:35

[O] [BABEL,PATCH] ob-fortran, ert tests

2011-07-20 Thread Litvinov Sergey
ob-fortran.el: fix a bug with string input, add ob-fortran tests with ert. >From ed4e14fd509cad8d9ccc66bef570f2d8796213ca Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Thu, 21 Jul 2011 00:44:50 +0200 Subject: [PATCH] ob-fortran.el: fix bug with string input, add ob-fortran tests with

[O] [BABEL, PATCH] ob-maxima.el add variables and graphical output

2011-07-19 Thread Litvinov Sergey
Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Tue, 19 Jul 2011 00:33:52 +0200 Subject: [PATCH] Extend ob-maxima: add input variables and graphic output --- lisp/ob-maxima.el | 91 +- testing/examples/ob-maxima-test.org |

[O] [BABEL,PATCH] ob-fortran

2011-07-18 Thread Litvinov Sergey
Please consider an implementation of fortran support for org-babel. The patch adds contrib/babel/langs/ob-fortran.el (modification of lisp/ob-C.el) and testing/examples/ob-fortran-test.org with tests. >From 2ac9b86a6387cae1472e3ed288a3a133be72318c Mon Sep 17 00:00:00 2001 From: Litvinov Ser

[Orgmode] Re: [babel] maxima support?

2011-02-25 Thread Litvinov Sergey
Thanks. Works like a charm. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [babel] maxima support?

2011-02-23 Thread Litvinov Sergey
I have not found (i)maxima on this page. http://orgmode.org/worg/org-contrib/babel/languages.html (Babel: Languages) Has someone implemented it? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org ht