On Mon, 16 Jan 2017 14:35:30 -0800
Joe Riel wrote:
> Can one use process substitution in babel?
>
> #+BEGIN_SRC bash
> comm <(ls) <(ls)
> #+END_SRC
>
> I get an error
>
> Syntax error: "(" unexpected
>
The solution was to pull and install
Can one use process substitution in babel?
#+BEGIN_SRC bash
comm <(ls) <(ls)
#+END_SRC
I get an error
Syntax error: "(" unexpected
--
Joe Riel
Can one use process substitution in babel?
#+BEGIN_SRC bash
comm <(ls) <(ls)
#+END_SRC
I get an error
Syntax error: "(" unexpected
--
Joe Riel
Also, it seems from other examples that the usual approach is to use assoc,
> > e.g., (cdr (assoc ":session" params)). Are there enforced conventions that
> > ensure the order in processed-params?
> >
> > 3. In function org-babel-expand-body:template we assume that
e it should always contain pairs as vars are required
to have values. Caveat: I just started playing with this so could be very
wrong.
--
Joe Riel
On Sun, 13 Sep 2015 18:40:12 +0200
Rasmus wrote:
> Joe Riel writes:
>
> > Thanks for the notice.
> >
> > I didn't see that when I first read it. Hmm. I posted two others
> > yesterday. What should I do now? Edit the commit messages and
> > post t
On Sat, 12 Sep 2015 11:50:23 -0700
Joe Riel wrote:
> The attached two patches make small improvements to
> the "Working with source code".
>
> This is my first time submitting patches to org, it's
> not entirely clear that I'm doing this correctly
> (
On Sun, 13 Sep 2015 09:12:37 -0700
Joe Riel wrote:
> In "The export dispatcher", the phrase "from which it is possible to
> select an export format and to toggle export options." is repeated.
> This removes the duplication.
The attached adds TINYCHANGE to the c
On Sun, 13 Sep 2015 18:25:12 +0200
Rasmus wrote:
> Joe Riel writes:
>
> > In "The export dispatcher", the phrase "from which it is possible to
> > select an export format and to toggle export options." is repeated.
> > This removes the duplication.
In "The export dispatcher", the phrase "from which it is possible to
select an export format and to toggle export options." is repeated.
This removes the duplication.
--
Joe Riel
>From b6319a36e57fdeb3318bcb02b2d76ba3e21e34c5 Mon Sep 17 00:00:00 2001
From: Joe Riel
Da
The attached two patches make small improvements to
the "Working with source code".
This is my first time submitting patches to org, it's
not entirely clear that I'm doing this correctly
(i.e. sending them to the correct place).
--
Joe Riel
>From 2dad38f55c6c2e1db
On Sat, 12 Sep 2015 07:15:37 -1000
Thomas S. Dye wrote:
> Aloha Joe,
>
> Joe Riel writes:
> >
> > No offense, but the help pages on the code blocks could really use
> > improvement.
>
> Glad to have your help. The documentation is a community effort.
Agreed
On Sat, 12 Sep 2015 08:33:46 -0700
Joe Riel wrote:
> Does the parameter to a BEGIN_SRC block
> have to be a major-mode? Or is there an alist that
> I can configure to map a language to a particular
> major-mode?
>
Found it, org-src-lang-modes. Reading the info page helpe
Does the parameter to a BEGIN_SRC block
have to be a major-mode? Or is there an alist that
I can configure to map a language to a particular
major-mode?
--
Joe Riel
On Fri, 11 Sep 2015 06:03:32 -1000
Thomas S. Dye wrote:
> Aloha Joe,
>
> Joe Riel writes:
>
> > On Thu, 10 Sep 2015 20:38:12 -1000
> > Thomas S. Dye wrote:
> >
> >> Aloha Joe,
> >>
> >> Joe Riel writes:
> >>
> >>
On Thu, 10 Sep 2015 20:38:12 -1000
Thomas S. Dye wrote:
> Aloha Joe,
>
> Joe Riel writes:
>
> > How do I get a copy of ob-template.el?
> > The file can be viewed at
> > http://orgmode.org/w/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el
> > howev
How do I get a copy of ob-template.el?
The file can be viewed at
http://orgmode.org/w/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el
however, that is an html file and not the elisp.
I tried using git to clone http://orgmode.org/w/worg.git
but that does not work.
--
Joe Riel
Nick Dokos wrote:
Joe Riel wrote:
That is fine, though I'll apply the patch. There does appear to
be another bug, or my misunderstanding. That is, even
without the link,
[[file:/home/joe/sample.pdf]]
does not work properly. That is, clicking on it (mouse 1)
opens the pdf inside
Nick Dokos wrote:
Joe Riel wrote:
Jan Böcker wrote:
On 28.04.2010 20:30, Joe Riel wrote:
The hyperlink syntax allows specifying a line number, however,
that doesn't do anything (other than force the document to
be opened inside of emacs) with a non-text file (say
Jan Böcker wrote:
On 28.04.2010 20:30, Joe Riel wrote:
The hyperlink syntax allows specifying a line number, however,
that doesn't do anything (other than force the document to
be opened inside of emacs) with a non-text file (say a pdf).
Is therea an extension to allow specifying a
Jan Böcker wrote:
On 28.04.2010 20:30, Joe Riel wrote:
The hyperlink syntax allows specifying a line number, however,
that doesn't do anything (other than force the document to
be opened inside of emacs) with a non-text file (say a pdf).
Is therea an extension to allow specifying a
The hyperlink syntax allows specifying a line number, however,
that doesn't do anything (other than force the document to
be opened inside of emacs) with a non-text file (say a pdf).
Is therea an extension to allow specifying a page number
so that a link to a pdf is opened at the specified page?
22 matches
Mail list logo