Re: [O] [PATCH] ob-vala.el: Add Vala support to Babel

2017-08-02 Thread Christian Garbs
Hi, On Wed, Aug 02, 2017 at 12:03:50AM +0200, Nicolas Goaziou wrote: > Christian Garbs <mi...@cgarbs.de> writes: > > Some of your proposed changes apply to ob-C.el as well. I could > > prepare a different patch for that (under which topic?), > > Depending on the si

[O] [PATCH v2] ob-vala.el: Add Vala support to Babel

2017-08-01 Thread Christian Garbs
..0375265 --- /dev/null +++ b/lisp/ob-vala.el @@ -0,0 +1,122 @@ +;;; ob-vala.el --- org-babel functions for Vala evaluation + +;; Copyright (C) 2017 Free Software Foundation, Inc. + +;; Author: Christian Garbs <mi...@cgarbs.de> +;; Keywords: literate programming, reproducible research +;; Ho

Re: [O] [PATCH] ob-vala.el: Add Vala support to Babel

2017-08-01 Thread Christian Garbs
Hello and sorry for the wait! On Sun, Jul 23, 2017 at 11:05:02AM +0200, Nicolas Goaziou wrote: > Christian Garbs <mi...@mitch.h.shuttle.de> writes: > > > * ob-vala.el: Add support for the Vala language to Babel. > > +(defvar org-babel-vala-compiler "valac" >

Re: [O] Babel support for Vala

2017-07-13 Thread Christian Garbs
Hi, Am 11.07.2017 um 10:10 schrieb Nicolas Goaziou: In the meantime, would you want to sent your library as a patch so that we can review it? The patch is prepared but I have one question regarding the copyright situation: Looking at the other files[1], I think I should now list the FSF as

[O] Babel support for Vala

2017-07-09 Thread Christian Garbs
Hi there, I have written a minimal Babel mode supporting the Vala[1][2] language based on both ob-template.el and ob-C.el. I would like to contribute it to lisp/contrib if you deem it useful. ob-vala.el is available here: https://github.com/mmitch/babel-vala so long Mitch [1]

Re: [O] Babel support for Vala

2017-07-10 Thread Christian Garbs
Am 10.07.2017 um 11:03 schrieb Nicolas Goaziou: Christian Garbs <mi...@cgarbs.de> writes: I have written a minimal Babel mode supporting the Vala[1][2] language based on both ob-template.el and ob-C.el. I would like to contribute it to lisp/contrib if you deem it useful. Would yo

[O] [PATCH] ob-vala.el: Add Vala support to Babel

2017-07-14 Thread Christian Garbs
..9b5407f --- /dev/null +++ b/lisp/ob-vala.el @@ -0,0 +1,129 @@ +;;; ob-vala.el --- org-babel functions for Vala evaluation + +;; Copyright (C) 2017 Free Software Foundation, Inc. + +;; Author: Christian Garbs <mi...@cgarbs.de> +;; Keywords: literate programming, reproducible research +;; Ho

Re: [O] [PATCH] ob-vala.el: Add Vala support to Babel

2017-08-05 Thread Christian Garbs
Hi! On Thu, Aug 03, 2017 at 12:49:44PM +0200, Nicolas Goaziou wrote: > Christian Garbs <mi...@cgarbs.de> writes: > > Regarding the lexical-binding: How can I check if byte-compiling is > > successful? > > M-x emacs-lisp-byte-compile Byte-compiling works and gave

Re: [O] [PATCH] ob-vala.el: Add Vala support to Babel

2017-08-06 Thread Christian Garbs
Hello On Sun, Aug 06, 2017 at 02:22:31AM +0200, Nicolas Goaziou wrote: > Christian Garbs <mi...@cgarbs.de> writes: > > Currently I run into a problem with the test case: I have created an > > org file containing some Vala code and an .el file with some tests, > > It

[O] [PATCH v3] ob-vala.el: Add Vala support to Babel

2017-08-06 Thread Christian Garbs
functions for Vala evaluation -*- lexical-binding: t; -*- + +;; Copyright (C) 2017 Free Software Foundation, Inc. + +;; Author: Christian Garbs <mi...@cgarbs.de> +;; Keywords: literate programming, reproducible research +;; Homepage: http://orgmode.org + +;;; License: + +;; GNU Emacs i

[O] export to s9y blog

2017-09-03 Thread Christian Garbs
Hello, I want to write an org export plugin for the serendipity blog system[1]. Basically I need the HTML export with some changes: - I only need the content of the tag and nothing else. I just found the BODY-ONLY argument, so I think I'm good :-) - I don't want any CSS classes and

Re: [O] export to s9y blog

2017-09-03 Thread Christian Garbs
Hi! Am 03.09.2017 um 20:44 schrieb Josiah Schwab: 3. Is there a way to use something like inheritance to import all ~ox-html.el~ functions at once and then simply overwrite what I need to change? I would encourage you to take a look at the org-export docs, with particular attention