Re: [O] [ANN] Bibliography support ODT + JabRef

2013-07-29 Thread Jambunathan K
Nicolas, just jump to the last para. Feng Shu Please CC the mailing list. I don't mind receiving or replying to one-to-one mails but things that we exchange will be of interest to other members. feng shu writes: > 1. When I add (setq org-odt-data-dir "~/project/org-mode/etc/") to my . > emac

Re: [O] Export of property key:value

2013-07-29 Thread Edward DeMeulle
Nicolas Goaziou writes: > You can use a hook (e.g., `org-export-before-processing-hook) to insert > "amount : {{{property(amount)}}}" (or with `org-entry-get', you don't > need the macro in that case) after each property drawer with an amount > property. (apologies if this is a double-post, the

Re: [O] [bug?][ob-core] using remove-if

2013-07-29 Thread Aaron Ecay
There is light at the end of this tunnel: emacs 24.3 introduced the cl-lib package, making cl functions canonically available with a ‘cl-’ prefix. So once emacs 26 is out (and support for emacs 24.[12] is dropped), org can use the cl- versions cl-lib is also on GNU ELPA, so org could decide to st

Re: [O] [bug?][ob-core] using remove-if

2013-07-29 Thread Rasmus
Eric Schulte writes: > Thanks for catching this, I've just pushed up a fix. Thanks for the quick fix! I'll go back to async export :) > To complain to no-one in particular for a second... > > The exclusion of the cl functions from Emacs packages including both > functions like `remove-if',

Re: [O] [bug?][ob-core] using remove-if

2013-07-29 Thread Eric Schulte
Rasmus writes: > Hi, > > Regarding this commit: > > commit 3142297d69f6063221215757a3ba9c74adcf3e43 > Author: Eric Schulte > Date: Fri Jul 26 11:48:51 2013 -0600. > > remove-if is introduced in ob-core.el: > > (setf (cdr (assoc param params)) >

[O] [bug?][ob-core] using remove-if

2013-07-29 Thread Rasmus
Hi, Regarding this commit: commit 3142297d69f6063221215757a3ba9c74adcf3e43 Author: Eric Schulte Date: Fri Jul 26 11:48:51 2013 -0600. remove-if is introduced in ob-core.el: (setf (cdr (assoc param params)) (remove-if (lambda (pair)

Re: [O] Latest Org Compatible with Emacs 23.3.1

2013-07-29 Thread Nicolas Goaziou
Kenneth Jacker writes: > How did you "get around" the missing Emacs functions (scroll-up-line and > scroll-down-line)? Made/included your own? ;-) (scroll-up-line) is the same as (scroll-up 1). Regards, -- Nicolas Goaziou

Re: [O] ox-html problem exposed by ox-S5

2013-07-29 Thread Bastien
Hi Eric, Eric Schulte writes: > While moving to the ox-s5 backend, which is very nice (thanks Rick), I > noticed a bug in ox-html. The attached patch fixes this problem. applied, thanks! -- Bastien

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Nick Dokos
"Cook, Malcolm" writes: > > Indeed, thanks, and, my worked out example follows using emacs 2.18.9 and > org-mode version 8.0.6 > 2.18.9? > #+LATEX: \listoftables > #+LaTeX_HEADER: \usepackage{longtable} > #+name: longtabletest > #+CAPTION: test of longtable caption > #+begin_src R :results val

[O] ox-html problem exposed by ox-S5

2013-07-29 Thread Eric Schulte
Hi, While moving to the ox-s5 backend, which is very nice (thanks Rick), I noticed a bug in ox-html. The attached patch fixes this problem. >From 07d6c3d1943b2b6fe63ddc107c4c127c9b70b209 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Mon, 29 Jul 2013 15:19:22 -0600 Subject: [PATCH] check htm

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Cook, Malcolm
>-Original Message- >From: John Hendy [mailto:jw.he...@gmail.com] >Sent: Monday, July 29, 2013 11:03 AM >To: Cook, Malcolm >Cc: Rob Stewart; Andreas Leha; emacs-orgmode@gnu.org >Subject: Re: [O] import R data frame into org-mode table > >On Mon, Jul 29, 2013 at 10:35 AM, Cook, Malcol

Re: [O] Yet another literate programming application

2013-07-29 Thread Alan Schmitt
schulte.e...@gmail.com writes: > Very cool, thanks for sharing. I would note, that one nice thing about > embedded mode is that there is no need for the #+begin/end_src calc > blocks, rather the formulas may be placed directly in the Org-mode > file. Yes, but I was thinking of exporting the resu

Re: [O] [Bug] #+call does not respect :colnames argument

2013-07-29 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> I just pushed up a fix, I now only get 1 failing test locally, but it is >> related to table alignment so I believe it must be unrelated to this >> commit. > > I confirm the fix. As to your oither test fail, it doesn't show up for > me and it most ce

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Nick Dokos
John Hendy writes: > On Mon, Jul 29, 2013 at 10:35 AM, Cook, Malcolm wrote: >>>Hi Andreas, >> > >> >On 17 July 2013 23:09, Andreas Leha >> wrote: >> > >> >> Definitely there is: >> >> >> >> --8<---cut here---start->8--- >> >> #+begin_src R :results ta

Re: [O] [Bug] #+call does not respect :colnames argument

2013-07-29 Thread Achim Gratz
Eric Schulte writes: > I just pushed up a fix, I now only get 1 failing test locally, but it is > related to table alignment so I believe it must be unrelated to this > commit. I confirm the fix. As to your oither test fail, it doesn't show up for me and it most certainly shouldn't show up for yo

Re: [O] Yet another literate programming application

2013-07-29 Thread Eric Schulte
Alan Schmitt writes: > schulte.e...@gmail.com writes: > >> Alan Schmitt writes: >> >>> Or rather, I should say a literate algebra and calculating application: >>> http://calca.io/ >>> >> >> If this is appealing, it may be worth checking out the "Embedded Mode" >> of Emacs calc [1]. From what I

Re: [O] Yet another literate programming application

2013-07-29 Thread Alan Schmitt
schulte.e...@gmail.com writes: > Alan Schmitt writes: > >> Or rather, I should say a literate algebra and calculating application: >> http://calca.io/ >> > > If this is appealing, it may be worth checking out the "Embedded Mode" > of Emacs calc [1]. From what I can tell on the calc.io website, E

Re: [O] import R data frame into org-mode table

2013-07-29 Thread John Hendy
On Mon, Jul 29, 2013 at 10:35 AM, Cook, Malcolm wrote: >>Hi Andreas, > > > >On 17 July 2013 23:09, Andreas Leha > wrote: > > > >> Definitely there is: > >> > >> --8<---cut here---start->8--- > >> #+begin_src R :results table :colnames yes > >> read.c

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Cook, Malcolm
>Hi Andreas, > >On 17 July 2013 23:09, Andreas Leha >wrote: > >> Definitely there is: >> >> --8<---cut here---start->8--- >> #+begin_src R :results table :colnames yes >> read.csv('test.csv') >> #+end_src >> >> #+results: >> | X | Variant | Xaxis

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Rob Stewart
Hi Andreas, On 17 July 2013 23:09, Andreas Leha wrote: > Definitely there is: > > --8<---cut here---start->8--- > #+begin_src R :results table :colnames yes > read.csv('test.csv') > #+end_src > > #+results: > | X | Variant | Xaxis | N | mean | sd | se

Re: [O] [Bug] #+call does not respect :colnames argument

2013-07-29 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> I've just pushed up that patch. > > …which breaks testing: > > 10 unexpected results: >FAILED ob-exp/use-case-of-reading-entry-properties >FAILED test-ob-header-arg-defaults/global/call >FAILED test-ob-header-arg-defaults/global/noweb >

Re: [O] [BUG][PATCH] Commit '3142297d69f6063221215757a3ba9c74adcf3e43' breaks some my files

2013-07-29 Thread Eric Schulte
Hi Vladimir, Thanks for mentioning this bug and sending along your trial and error patch. It helped me to confirm the location of the bug. I've just pushed up a fix. Best, Vladimir Lomov writes: > Hello, > as title states, commit '3142297d69f6063221215757a3ba9c74adcf3e43' > breaks one of my

Re: [O] Yet another literate programming application

2013-07-29 Thread Eric Schulte
Alan Schmitt writes: > Or rather, I should say a literate algebra and calculating application: > http://calca.io/ > If this is appealing, it may be worth checking out the "Embedded Mode" of Emacs calc [1]. From what I can tell on the calc.io website, Emacs calc provides the same functionality,

[O] Yet another literate programming application

2013-07-29 Thread Alan Schmitt
Or rather, I should say a literate algebra and calculating application: http://calca.io/ I'd really like to be able to call such an engine from org-mode. (And I'm secretly hoping something will say that $some_programming_language already does it and is fully integrating with org.) Alan

Re: [O] How to trigger the clockcheck in an agenda view.

2013-07-29 Thread Sebastien Vauban
Hi Rainer Stengele, Rainer Stengele wrote: > Am 7/17/2013 2:07 PM, schrieb Rainer Stengele: >> Am 12.07.2013 10:06, schrieb Rainer Stengele: >>> >>> I want to start an aganda view over a week and immediately check the >>> consistency of clock entries: >>> >>> I can't seem to find a way to trigger

Re: [O] Latest Org Compatible with Emacs 23.3.1

2013-07-29 Thread Jambunathan K
Jambunathan K writes: > Look at the error messages and YOU tell us what the problem is. It is > quite obvious what the problem is and how it can be fixed. I was rude, sorry. I C-s ed for error and landed up in makeinfo. The messages pertaining to scroll etc usually pop up as warning messages

Re: [O] [ANN] Bibliography support ODT + JabRef

2013-07-29 Thread Jambunathan K
> 2. Install the JabRef plugin [Chicago Export filters for Org-mode]. > [Chicago Export filters for Org-mode] > > http://repo.or.cz/w/JabRefChicagoForOrgmode.git/blob_plain/HEAD:/net.sf.jabref.export.Chicago.ODF(English)-1.2.jar This is a port of Chicago plugin for JabRef. Search for Chic

Re: [O] [ANN] Bibliography support ODT + JabRef

2013-07-29 Thread Jambunathan K
> It can work with Chinese characters now. thanks! Thanks for confirming this. > 2. Word "References" should be added to `org-export-dictionary' I am CCing Ngz. Currently Bibliography support in Org is EXPERIMENTAL. Things will be in a state of flux until it gets standardized. I also think

Re: [O] Encoding Problem in export?

2013-07-29 Thread Jambunathan K
Nicolas, David I just interjected. Nicolas Goaziou writes: > ...if that part cannot happen for some reason, links will be unusable > outside Org. Correctness should overrule compatibility. In practice, we may have to strike a balance, with more weight thrown in favor of correctness. I am

Re: [O] [babel] Table as varaiables a differently proccesed by #+call lines vs. source code blocks

2013-07-29 Thread Jambunathan K
Torsten Wagner writes: > The different ways of calling a source code block might come with > different system-wide values of header arguments. Thus, the behaviour > of a source code block might differ, depending on the way how it was > called. The table below depicts the variables and standard v

Re: [O] Encoding Problem in export?

2013-07-29 Thread Jambunathan K
If Org links are escaped by Org will the URLs be functional outside of Org? i.e., If I am on some machine, that has no Emacs or Org or if I am using a version of Org that uses "new unescape" algorithm but the original link was encoded with the "old escape" algorithm, will Copy-pasting the link to

Re: [O] Encoding Problem in export?

2013-07-29 Thread Jambunathan K
I sense a design flaw. Fix it rather than "escape" it. Jambunathan K writes: > If Org links are escaped by Org will the URLs be functional outside of > Org? > > i.e., If I am on some machine, that has no Emacs or Org or if I am using > a version of Org that uses "new unescape" algorithm but t

Re: [O] How to trigger the clockcheck in an agenda view.

2013-07-29 Thread Rainer Stengele
Am 7/17/2013 2:07 PM, schrieb Rainer Stengele: > Am 12.07.2013 10:06, schrieb Rainer Stengele: >> Hi, >> >> I want to start an aganda view over a week and immediately check the >> consistency of clock entries: >> >> >> See manual for agenda dispacther: >> >> v c >> Show overlapping clock entri