Re: [O] Process substitution in babel [RESOLVED]

2017-01-25 Thread Joe Riel
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

[O] Process substitution in babel

2017-01-17 Thread 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

[O] Process substitution in babel

2017-01-16 Thread 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

Re: [O] obtain ob-template.el for Babel language extension

2015-09-16 Thread 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

Re: [O] obtain ob-template.el for Babel language extension

2015-09-13 Thread Joe Riel
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

Re: [O] [patch] small fix to org.texi

2015-09-13 Thread 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

Re: [O] [PATCH] small improvements to info page, Working with source code; add TINYCHANG

2015-09-13 Thread Joe Riel
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 > (

Re: [O] [patch] small fix to org.texi add TINYCHANGE

2015-09-13 Thread Joe Riel
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

Re: [O] [patch] small fix to org.texi

2015-09-13 Thread Joe Riel
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.

[O] [patch] small fix to org.texi

2015-09-13 Thread Joe Riel
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

[O] [PATCH] small improvements to info page, Working with source code

2015-09-12 Thread Joe Riel
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

Re: [O] obtain ob-template.el for Babel language extension

2015-09-12 Thread Joe Riel
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

Re: [O] babel: does have to be major-mode

2015-09-12 Thread Joe Riel
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

[O] babel: does have to be major-mode

2015-09-12 Thread Joe Riel
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

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread 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: > >> > >>

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Joe Riel
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

[O] obtain ob-template.el for Babel language extension

2015-09-10 Thread Joe Riel
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

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread 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

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Joe Riel
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

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-29 Thread Joe Riel
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

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-29 Thread Joe Riel
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

[Orgmode] Specify page number in hyperlink [to pdf]

2010-04-28 Thread Joe Riel
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?