Hi,
Nicolas Goaziou wrote:
> Hello,
>
> Tobias Zawada writes:
>
>> I cannot clone the git-repository as non-developer (permission
>> denied). So, trying out the development version is a bit difficult for
>> me.
>
> git clone git://orgmode.org/org-mode.git
>
> gives access to non-develope
Hello,
Tobias Zawada writes:
> I cannot clone the git-repository as non-developer (permission
> denied). So, trying out the development version is a bit difficult for
> me.
git clone git://orgmode.org/org-mode.git
gives access to non-developers, doesn't it?
Regards,
--
Nicolas Goaziou
Hello,
I had a look at [org-mode.git]/lisp /ob-lob.el
http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob;f=lisp/ob-lob.el;h=6b0996b4ce3e8f24b53cb554352566b358da5ceb;hb=5aa12cd122feef79a32459463df5828fe520a7c2
and org-element.el
http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob;f=lisp/org
Hello,
Tobias Zawada writes:
> * Bug in org-lob: Function call adds space to argument string with parenthesis
> Dear all,
> Please see the following code. I would expect arg="()" as result of the
> call-line but the result is arg="() " with an additional space.
>
> #+NAME: test
> #+BEGIN
* Bug in org-lob: Function call adds space to argument string with parenthesis
Dear all,
Please see the following code. I would expect arg="()" as result of the
call-line but the result is arg="() " with an additional space.
#+NAME: test
#+BEGIN_SRC emacs-lisp :var arg=""
(message "arg=%S"