Re: [O] Problem exporting to PDF (and viewing)

2012-05-11 Thread Richard Stanton
Checking further, this works fine using the default Windows shell in Emacs, but fails if I use bash as my shell. Unfortunately, I like to use bash, which I achieve with the following lines in my init.el: (setq shell-file-name "bash") (setenv "SHELL" shell-file-name) (setq exp

Re: [O] ATTR_HTML for a clickable image, howto?

2012-05-11 Thread Samuel Wales
Hi Christian, Thanks for your thoughtful comments. I have a better understanding of it now. Here is more as a sort of summary for searchers. On 2012-04-11, Christian Moe wrote: > Are those two separate questions, perhaps? I tried with > org-export-as-region, and I still got the full HEAD secti

[O] Problem exporting to PDF (and viewing)

2012-05-11 Thread Richard Stanton
Using Org-mode version 7.8.09 (release_7.8.09-553-g5750f0) (and earlier versions) I've encountered a problem on my Windows machine when I try to export an Org file to LaTeX, then to Pdf, then viewing (using C-c C-e d). In my init.el I have the lines (eval-after-load "org" '(progn (

Re: [O] [babel] [BUG] table with header line as parameter

2012-05-11 Thread Eric Schulte
Andreas Leha writes: > Andreas Leha writes: > >> Hi all, >> >> I do not know what could be the cause of this, but I can't have a >> table with header as argument to a source block any more: >> >> #+name: table_w_header >> | one | two | >> |-+-| >> | 1 | 3 | >> >> #+begin_src R :var t

Re: [O] (no subject)

2012-05-11 Thread Bernt Hansen
Eric Schulte writes: >> * lisp/ob-sql.el (org-babel-execute:sql): Add dbi as a suppored engine. s/suppored/supported/ -Bernt

Re: [O] Babel, gnuplot, post processing

2012-05-11 Thread Eric Schulte
skip writes: > How can I perform post processing on eps files produced by gnuplot > source blocks? I want to take out the extra white space margins in the > eps file by running eps2eps utility on the eps file produced by > gnuplot. > I believe that if given a :file header argument the gnuplot bl

Re: [O] Feedback on org-collector Worg page

2012-05-11 Thread Eric Schulte
John Hendy writes: > I'm happy to do the updating that might come out of these comments. > Org-collector was recently mentioned on the mailing list and I took a > second to play with it a bit by following the page on Worg. > -- http://orgmode.org/worg/org-contrib/org-collector.html > > The locati

Re: [O] (no subject)

2012-05-11 Thread Eric Schulte
Thanks for the patch, I would like to apply it. Have you signed the FSF papers for contribution to Org-mode and Emacs? If you haven't would you be willing to? See the Org-mode contribution instructions for more information. http://orgmode.org/worg/org-contribute.html Thanks! r...@rickster.com (

[O] (no subject)

2012-05-11 Thread Rick Frankel
>From 113bbbe1ce9540e2af8c613ba655599fc474cedd Mon Sep 17 00:00:00 2001 From: Rick Frankel Date: Fri, 11 May 2012 16:54:32 -0400 Subject: [PATCH] Add support for perl dbi to SQL code block * lisp/ob-sql.el (org-babel-execute:sql): Add dbi as a suppored engine. Invokes `dbish' with the arguments

[O] Feedback on org-collector Worg page

2012-05-11 Thread John Hendy
I'm happy to do the updating that might come out of these comments. Org-collector was recently mentioned on the mailing list and I took a second to play with it a bit by following the page on Worg. -- http://orgmode.org/worg/org-contrib/org-collector.html The location of the src table was not spec

Re: [O] "Wrapping" section into LaTeX statements?

2012-05-11 Thread Thomas S. Dye
Rainer M Krug writes: > Hi > > I want to wrap a section of a document into LaTeX statements, as I would like > to redefine > \subsectionbreak so that it does a \pagebreak before - but *only in one > section*: > > * A normal section > * Here I want the redefinition > #+BEGIN_LaTeX > \let\oldsu

Re: [O] [babel] [BUG] table with header line as parameter

2012-05-11 Thread Andreas Leha
Andreas Leha writes: > Hi all, > > I do not know what could be the cause of this, but I can't have a > table with header as argument to a source block any more: > > #+name: table_w_header > | one | two | > |-+-| > | 1 | 3 | > > #+begin_src R :var tbl=table_w_header > > #+end_src > > I

[O] "Wrapping" section into LaTeX statements?

2012-05-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I want to wrap a section of a document into LaTeX statements, as I would like to redefine \subsectionbreak so that it does a \pagebreak before - but *only in one section*: * A normal section * Here I want the redefinition #+BEGIN_LaTeX \let\ol