Re: [O] problems with LaTex/BibTex

2012-03-30 Thread suvayu ali
Hey Julian, On Fri, Mar 30, 2012 at 03:41, Julian Burgos wrote: > The "References.bib" is a BibTex file in the same folder as the test file. >  The citations were entered using RefTex with no problem.  But when > exporting to pdf, I get the following message in the minibuffer: > "Exporting to PDF

Re: [O] Org Babel C/C++

2012-03-30 Thread Daimrod
Michael Hannon writes: > On Wednesday, March 28, 2012 at 4:01 PM Daimrod wrote: > >> Eric Schulte writes: >> >>> Applied, Thanks! >>> >>> Daimrod writes: >>> Hi, I've made a small patch to ob-C.el so it now includes the current directory to the list of directories to be sear

Re: [O] problems with LaTex/BibTex

2012-03-30 Thread Julian Burgos
Yes! That was it. Thanks!! On fös 30.mar 2012 08:05, suvayu ali wrote: Hey Julian, On Fri, Mar 30, 2012 at 03:41, Julian Burgos wrote: The "References.bib" is a BibTex file in the same folder as the test file. The citations were entered using RefTex with no problem. But when exporting to

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-30 Thread Jambunathan K
> It does what I want. I have applied my patch to the hotfix branch. > Unless there is some formatting in the caption. This is a limitation that we need to live with. That said, if you want the short captions in bold, then the right thing to do would be to apply the style to the index entry

[O] [PATCH] Separate file time from its tasks times

2012-03-30 Thread Sebastien Vauban
2012-03-30 Sebastien Vauban * org-clock.el (org-clocktable-write-default): Make the sum appear visually correct by not mixing the total time per file and sub-totals. >From 148cdf141add43798e21925ca852587017f6312a Mon Sep 17 00:00:00 2001 From: Sebastien Vauban Date: Fr

[O] [bug] (org-todo-list ) causes exception with sticky agenda buffers.

2012-03-30 Thread Martyn Jago
Hi I've noticed that if (org-todo-list ) is called programatically where `org-agenda-sticky' is set to t, an exception is caused: The exception happens in (org-prepare-agenda ): --8<---cut here---start->8--- (defun org-prepare-agenda (&optional name) (if (or

Re: [O] [PATCH] Separate file time from its tasks times

2012-03-30 Thread Sebastien Vauban
Hello, "Sebastien Vauban" wrote: > 2012-03-30 Sebastien Vauban > > * org-clock.el (org-clocktable-write-default): Make the sum > appear visually correct by not mixing the total time per file > and sub-totals. This can be best understood with an example... Before: #+BEGI

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-30 Thread Martin Gürtler
Hi Jambunathan, Am Freitag, den 30.03.2012, 18:38 +0530 schrieb Jambunathan K: > > It does what I want. > I have applied my patch to the hotfix branch. > > > Unless there is some formatting in the caption. > > This is a limitation that we need to live with. (Unfortunately, this seems to be s

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-30 Thread Jambunathan K
> I have applied my patch to the hotfix branch. I am having second thoughts. I will slightly re-work the patch so it doesn't bomb the ODT file in unexpected ways. I will drop a note once I am done with it.

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-30 Thread Jambunathan K
Martin Gürtler writes: > (Probably, > you take the long versionalso for the short one, if only one is > supplied.) I think this should be fixed as it could break existing > documents. Our mails crossed and we have arrived at the same conclusion. Give me few hours to fix it.

Re: [O] Feature request for noweb mode that strips references on export

2012-03-30 Thread Sean O'Halpin
Hi, I've tried to use the new :noweb strip-export feature but I can't work out the magic combination of headers (working with git head, i.e. commit 67694297fa0f9b32cf4bfe812ba8a5c5cf4a0859). Here is a stripped down example: START OF EXAMPLE * Example Define method #+name: boilerplate #+begin_

Re: [O] Feature request for noweb mode that strips references on export

2012-03-30 Thread Nick Dokos
Sean O'Halpin wrote: > > #+name: example > #+begin_src ruby :exports both :noweb strip-export > =ABboilerplate=BB > > hello > #+end_src > This may have nothing to do with anything (it may even be an artifact of mailer misbehavior) but is this supposed to be <>? These are supposed to be ASCII

Re: [O] Feature request for noweb mode that strips references on export

2012-03-30 Thread Daimrod
"Sean O'Halpin" writes: > Hi, > > I've tried to use the new :noweb strip-export feature but I can't work > out the magic combination of headers (working with git head, i.e. > commit 67694297fa0f9b32cf4bfe812ba8a5c5cf4a0859). > > Here is a stripped down example: > > START OF EXAMPLE > > * Example

Re: [O] [babwel] Simplify graph generation and copying?

2012-03-30 Thread Andreas Leha
Rainer M Krug writes: > Hi > > I do the following to create a graph in R and then convert / copy / do other > stuff with it in the > bash shell: > > #+header: :results graphics > #+header: :file Test.pdf > #+header: :width 4 > #+header: :height 8 > #+header: :pointsize 8 > #+begin_src R > plot

Re: [O] [babel] file header argument includes other variable

2012-03-30 Thread Andreas Leha
Rainer M Krug writes: > Hi > > I would like to do make the file header argument to be concatenated of a > constant string and > another variable, so effectively: > > #+header: :var+ ConNum="10" > #+header: :results graphics > #+header: :file SA_VALUEOFConNum.pdf > #+header: :width 8 > #+header:

[O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Nicolas Girard
Hi all, attached is a patch which adds a new parameter "indent" to the propview dynamic bloc, with the following behaviour: #+BEGIN_SRC org ,* Tree ,:PROPERTIES: ,:COLUMNS: %8ITEM %4prop1 %5prop2 ,:ID: tree ,:END: ,** A ,:PROPERTIES: ,:prop1: 10 ,:prop2: 20 ,:END: ,*** A1 ,

Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Achim Gratz
Nicolas Girard writes: > I wish the indentation to be displayed with nothing but spaces, but > they would be trimmed by org-table guts ; so that's middly satisfying, > but better than nothing :-) Then use a non-breaking space and be fully satisfied. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+30

Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Nick Dokos
Nicolas Girard wrote: > Hi all, > attached is a patch ... Attachments with mime type "application/octet-stream" are *not* caught by patchwork. Please resubmit the patch in a proper attachment: see http://orgmode.org/worg/org-contribute.html#sec-4-3 for details. Nick

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-30 Thread Jambunathan K
Jambunathan K writes: >> I have applied my patch to the hotfix branch. > > I am having second thoughts. I will slightly re-work the patch so it > doesn't bomb the ODT file in unexpected ways. I will drop a note once I > am done with it. Short captions if not provided will take their values fro

Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Nicolas Girard
>From eaf9e5f06279069ed1072425fd020d8f0442d04f Mon Sep 17 00:00:00 2001 From: Nicolas Girard Date: Fri, 30 Mar 2012 22:53:13 +0200 Subject: [PATCH] Allow org-collector to display heading indentation --- contrib/lisp/org-collector.el | 12 +--- 1 files changed, 9 insertions(+), 3 deleti

Re: [O] [PATCH] Separate file time from its tasks times

2012-03-30 Thread Bernt Hansen
Hi Seb, I think this detail should be part of the commit message text. Regards, Bernt "Sebastien Vauban" writes: > Hello, > > "Sebastien Vauban" wrote: >> 2012-03-30 Sebastien Vauban >> >> >> * org-clock.el (org-clocktable-write-default): Make the sum >> appear visually correct

[O] Please test: Fix global variables names

2012-03-30 Thread Bastien
Here is a patch against hotfix to fix warnings about wrong variables names (with Emacs 24). Please test it heavily. Thanks a lot to Martyn Jago for a preliminary set of patches for this! diff --git a/lisp/ob-maxima.el b/lisp/ob-maxima.el index 63f1e32..8da20af 100644 --- a/lisp/ob-maxima.el +++

Re: [O] problems with LaTex/BibTex

2012-03-30 Thread Alan E. Davis
I would have a use for this. I am curious, though... Suppose I use this as a standard init-file declaration for org-latex-to-pdf-process . Does that mean that bibtex will always be run, every time, during the generation of PDFs via LaTex export? Alan On Fri, Mar 30, 2012 at 4:54 AM, Julian Bur

[O] [PATCH] Time specifications: Allow specifying relative times

2012-03-30 Thread Ilya Shlyakhter
When specifying times in the tags/properties matcher you can use relative time notation, such as or <-1w>. This patch allows this to be used in other places, such as the :tstart and :tend parameters of clocktable. Btw, I couldn't quite understand the exact meaning of :block, :tstart and :tend

[O] [PATCH] Testing: Corrected the command to run batch tests given in testing/README

2012-03-30 Thread Ilya Shlyakhter
Added some details for how to run the test suite in batch mode. >From 2cf6b6f529748a2a39927ccfdfa583d7f00cc9df Mon Sep 17 00:00:00 2001 From: Ilya Shlyakhter Date: Fri, 30 Mar 2012 22:11:22 -0400 Subject: [PATCH] Testing: Corrected the command to run batch tests given in README testing/README (

Re: [O] problems with LaTex/BibTex

2012-03-30 Thread Nick Dokos
Alan E. Davis wrote: > I would have a use for this.  I am curious, though... > > Suppose I use this as a standard init-file declaration for > org-latex-to-pdf-process .  Does that > mean that bibtex will always be run, every time, during the generation of > PDFs via LaTex export?   > I belie

Re: [O] About org-babel menu

2012-03-30 Thread Torsten Wagner
My menus are hidden too. However, if I need them for some reasons there is some key mouse combo. Can't remember exactly. Shift right click or C- right click.. something along this. The menu will pop up as a context menu close to the mouse cursor location. Be aware there is a customization menu t

Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Sebastien Vauban
Hi Nicolas, Nicolas Girard wrote: > From eaf9e5f06279069ed1072425fd020d8f0442d04f Mon Sep 17 00:00:00 2001 > From: Nicolas Girard > Date: Fri, 30 Mar 2012 22:53:13 +0200 > Subject: [PATCH] Allow org-collector to display heading indentation > > --- > contrib/lisp/org-collector.el | 12 +