Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-14 Thread Thomas S. Dye
Aloha Aaron, Welcome to Org-mode. Aaron Ecay writes: > 2012ko azaroak 13an, John Hendy-ek idatzi zuen: > > [...] >> Crazy. I really wondered if it had something to do with trying to spit >> out the results into the minibuffer. Why is that behavior included? > > “:results silent” just means “sil

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-14 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Aaron, > > Welcome to Org-mode. > > Aaron Ecay writes: > >> 2012ko azaroak 13an, John Hendy-ek idatzi zuen: >> >> [...] >>> Crazy. I really wondered if it had something to do with trying to spit >>> out the results into the minibuffer. Why is that be

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-14 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Nick Dokos wrote: >> >> I think I read the whole thread but I'm still not clear on why >> the change is needed. What goes awry with the environment instead >> of the declaration? > > Never mind - I didn't read the whole thread. To summarize: - \begin{center}...\end

[O] org-reload and new exporter

2012-11-14 Thread Andreas Leha
Hi all, I just stumbled on this. I am building org (Org-mode version 7.9.2 release_7.9.2-585-g3d56f5) now basically with 'ORG_ADD_CONTRIB = org*' in local.mk (not sure if that is relevant, though). When I call org-reload the new exporter forgets all loaded backends and even re-evaluating (requi

Re: [O] org-reload and new exporter

2012-11-14 Thread Achim Gratz
Andreas Leha med.uni-goettingen.de> writes: > When I call org-reload the new exporter forgets all loaded backends and Did you check *Messages*? I've tried again just now to be sure and this is working as expected for me. > even re-evaluating (require 'org-e-latex), etc. does not bring them >

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-14 Thread Myles English
Sebastien Vauban writes: > Hi Nick, > > Nick Dokos wrote: >> Nick Dokos wrote: >>> >>> I think I read the whole thread but I'm still not clear on why >>> the change is needed. What goes awry with the environment instead >>> of the declaration? >> >> Never mind - I didn't read the whole thread.

Re: [O] org-reload and new exporter

2012-11-14 Thread Andreas Leha
Hi Achim, thanks for checking. Achim Gratz writes: > Andreas Leha med.uni-goettingen.de> writes: >> When I call org-reload the new exporter forgets all loaded backends and > > Did you check *Messages*? I've tried again just now to be sure and this is > working as expected for me. > *Message

[O] Error in export to odt

2012-11-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I am exporting a document to odt (Org-mode version 7.9.2 (release_7.9.2-459-g6f7e92 @ /home/rkrug/.emacs.d/org-mode/lisp/) and the odt generates fine, but it is corrupt. The simple org document looks like followed: * Required data / field w

Re: [O] org-reload and new exporter

2012-11-14 Thread Achim Gratz
Andreas Leha med.uni-goettingen.de> writes: > *Messages* does not show anything suspicious: Indeed. Since the org-export backends clearly are reloaded, some of the later reloads must subvert them. I'd assume that this is due to something else from contrib you have loaded, but you could simply r

Re: [O] Error in export to odt

2012-11-14 Thread Jambunathan K
Rainer M Krug writes: > Hi > > I am exporting a document to odt (Org-mode version 7.9.2 > (release_7.9.2-459-g6f7e92 @ > /home/rkrug/.emacs.d/org-mode/lisp/) and the odt generates fine, but > it is corrupt. The simple org > document looks like followed: > > > * Required data / field work > 1

Re: [O] org-reload and new exporter

2012-11-14 Thread Andreas Leha
Hi Achim, Achim Gratz writes: > Andreas Leha med.uni-goettingen.de> writes: >> *Messages* does not show anything suspicious: > > Indeed. Since the org-export backends clearly are reloaded, some of the later > reloads must subvert them. I'd assume that this is due to something else from > cont

Re: [O] Error in export to odt

2012-11-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/11/12 13:46, Jambunathan K wrote: > Rainer M Krug writes: > >> Hi >> >> I am exporting a document to odt (Org-mode version 7.9.2 >> (release_7.9.2-459-g6f7e92 @ >> /home/rkrug/.emacs.d/org-mode/lisp/) and the odt generates fine, but it is >

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-14 Thread Nicolas Goaziou
Hello, Myles English writes: > Nick, I think you are right about this, the modified patch at the end of > this email makes only the replacements that are necessary just to > replace the center environment within table blocks. > > The other \begin{center}'s in the org-e-latex.el file may be chang

Re: [O] org-reload and new exporter

2012-11-14 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > Good suggestion. I did, and org-export is the guilty one. > > Should that be loaded before? You should try to update Org and try again. I just commited a patch which should fix the issue. Regards, -- Nicolas Goaziou

Re: [O] change the latex header per subtree

2012-11-14 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > I'd like to change the LaTeX header per subtree. Is that possible? > > Use case: I have two documents that I want to export from a single > orgmode file. Each in its own subtree. One of them should use the > endfloat package, the other should not. Define two La

Re: [O] txt2tags exporter: patch & questions

2012-11-14 Thread Nicolas Goaziou
Hello, Matteo Cypriani writes: > I worked on an exporter to the txt2tags format (http://txt2tags.org/) via org- > export-generic, and I have got a few questions (that are also included as > comments in the attached patch). There's a more powerful generic exporter being tested right now: org-ex

Re: [O] orgmode html export - cygwin - browser

2012-11-14 Thread Manish
On Mon, Nov 12, 2012 at 4:20 AM, Jan-Mark Batke wrote: > [snip (19 lines)] >>> >>> Or is a cygwin browser mandatory anyway (I would like to avoid >>> that)? >> >> >> can you please help understand/rephrase this last line? >> > > Well, a cygwin browser would expect (and under

[O] Export tables as matrices (change tbl-export function on the fly)

2012-11-14 Thread Rasmus
Hi, I'm doing some stuff where the natural output of my tables are matrices. I found a decent translation function here ¹. However, I'm not very successful in making org use it. I tried to add #+begin_src org * heading :PROPERTIES: :TABLE_EXPORT_FORMAT: orgtbl-to-latex-matrix :END: #+e

Re: [O] [PATCH] Separate clocksum format for durations >= 1 day

2012-11-14 Thread Nicolas Goaziou
Toby Cubitt writes: Thanks for your work. Some comments below. > The second patch: > - further extends org-time-clocksum-format to allow separate month and > year components (where a month is taken to be 30 days, a year to be 365 > days). I suggest to add week instead of month, as the durat

Re: [O] clickable text in org-mode not working (Sebastien Vauban)

2012-11-14 Thread Sebastien Vauban
Hi John, John Kitchin wrote: > Sebastien Vauban wrote: >> John Kitchin wrote: >>> It appears that one cannot define "clickable" text in org-mode. I was >>> trying to make some text in an org-file respond to different types of >>> clicking. I know that links provide some functionality for this, but

Re: [O] [PATCH] Separate clocksum format for durations >= 1 day

2012-11-14 Thread Toby Cubitt
On Wed, Nov 14, 2012 at 04:04:05PM +0100, Nicolas Goaziou wrote: > Toby Cubitt writes: > > Thanks for your work. Some comments below. > > > The second patch: > > - further extends org-time-clocksum-format to allow separate month and > > year components (where a month is taken to be 30 days, a

[O] Logging properties, values in notes on TODO state change for column view usage?

2012-11-14 Thread 'Mash (Thomas Herbert)
Wondered if anyone had any thoughts about this? I am trying to utilise the LOGBOOK and I think column view is the way to go. Many thanks, 'Mash > From: "'Mash (Thomas Herbert)" > Date: Mon, 29 Oct 2012 16:39:57 + > To: emacs-orgmode@gnu.org > Subject: Logging properties, values in notes on

Re: [O] [PATCH] Separate clocksum format for durations >= 1 day

2012-11-14 Thread Nicolas Goaziou
Toby Cubitt writes: > I can easily allow org-time-clocksum-fractional-format to be a list of > formats. But "1d 3.4h" doesn't seem very useful to me. Probably it should > work a bit differently: format the time as a fractional quantity, using > the largest time unit which will give a non-zero int

Re: [O] [PATCH] Separate clocksum format for durations >= 1 day

2012-11-14 Thread Toby Cubitt
On Wed, Nov 14, 2012 at 05:09:38PM +0100, Nicolas Goaziou wrote: > Toby Cubitt writes: > > > I can easily allow org-time-clocksum-fractional-format to be a list of > > formats. But "1d 3.4h" doesn't seem very useful to me. Probably it should > > work a bit differently: format the time as a fracti

Re: [O] Export tables as matrices (change tbl-export function on the fly)

2012-11-14 Thread Nicolas Goaziou
Hello, Rasmus writes: > I'm doing some stuff where the natural output of my tables are > matrices. I found a decent translation function here ¹. However, > I'm not very successful in making org use it. Using the new exporter, something like should replace any table using default environment

[O] replace-disputed-keys by default; but not for calendar

2012-11-14 Thread Miro Bezjak
Hi all, I configured (setq org-replace-disputed-keys t) since I'm used to windmove.el. I would, however, like to use shift+arrow keys just for calendar. Does anyone have a suggestion how to accomplish such a feat? I'm looking at source code for `org-read-date' but I'm not getting any ideas. If i

Re: [O] Extending org-koma-letter.el

2012-11-14 Thread Alan Schmitt
Nicolas Goaziou writes: > I cannot reproduce it. Also, I think Luis provided a better option for > letters with his Groff backend. You may want to try it. > > Anyway, for the record, I'm posting an updated version[1] of the file, > compatible with latest Org (master branch). It may solve your pro

Re: [O] Export tables as matrices (change tbl-export function on the fly)

2012-11-14 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> I'm doing some stuff where the natural output of my tables are >> matrices. I found a decent translation function here ¹. However, >> I'm not very successful in making org use it. > > Using the new exporter, something like should replac

Re: [O] [PATCH] Make org-notify.el work with latest org-element.el

2012-11-14 Thread Nicolas Goaziou
Hello, Peter Münster writes: > * contrib/lisp/org-notify.el (org-notify-convert-deadline): New function. > (org-notify-make-todo): Use that function. Applied. Thank you. Regards, -- Nicolas Goaziou

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

2012-11-14 Thread Achim Gratz
Ivan Vilata i Balaguer writes: > Bastien (2012-11-13 23:02:40 +0100) wrote: >> I'm not sure what went wrong on your side but the patch >> has been applied here: >> >> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=001bcb9645bf0a5ea72f09ae502a8410319473c0 > > I apologise if I'm getting confused

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-11-14 Thread Nick Dokos
Nick Dokos wrote: > I checked successive versions from 7.01h onwards and found breakage > between release_7.8 and release_7.9. So I bisected and came up > with this as the bad commit: > > , > | commit 5cb80c7e5b9bcae180b799d2a49c78d529e029f0 > | Author: Eric Schulte > | Date: Mon Mar 12

Re: [O] change the latex header per subtree

2012-11-14 Thread Achim Gratz
Nicolas Goaziou writes: > Define two LaTeX classes, one with "endfloat" package and one without. > Then use :EXPORT_LATEX_CLASS: node property. Speaking of which, couldn't this be made easier? There's only one org-export-latex-packages-alist and if you're trying to use very different LaTeX classe

Re: [O] change the latex header per subtree

2012-11-14 Thread Nicolas Goaziou
Achim Gratz writes: > Speaking of which, couldn't this be made easier? There's only one > org-export-latex-packages-alist and if you're trying to use very > different LaTeX classes you'll end up specifying [NO-DEFAULT-PACKAGES] > and then copying a lot of \usepackage stuff around. So what? You

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

2012-11-14 Thread Ivan Vilata i Balaguer
Achim Gratz (2012-11-14 20:44:55 +0100) wrote: > Ivan Vilata i Balaguer writes: >> Bastien (2012-11-13 23:02:40 +0100) wrote: >>> I'm not sure what went wrong on your side but the patch >>> has been applied here: >>> >>> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=001bcb9645bf0a5ea72f09ae5

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-11-14 Thread Nick Dokos
In a previous mail, I wrote: , | Which tells me that the tmp file error is a red herring and the real | breakage occurred after 5cb80c7, probably through a commit that touched | ob-sh.el (although that's far from guaranteed). Here's that list: | | $ git log --oneline -- lisp/ob-sh.el | 86e515