[O] [PATCH] Fix uncaught error when trying to open a link at point

2012-11-22 Thread Samuel Loury
From 0e31213fa486f7fcfe1c2b7037689df077a39fce Mon Sep 17 00:00:00 2001 From: Samuel Loury samuel.lo...@cosmo-platform.org Date: Thu, 22 Nov 2012 09:31:15 +0100 Subject: [PATCH] Fix the uncaught exception when doing opening a link from nowhere * lisp/org.el (org-open-at-point): Make sure point is

Re: [O] sum up variables from different org-mode tables

2012-11-22 Thread Martin Gross
Dear Eric, I was sure something like that could be done. Thank for the example. Being a layman (not a programmer) I will need a time study it. Sincerely, Martin

Re: [O] [BUG] org-export-with-current-buffer-copy drops local variable WAS:Re: new exporter - noweb substitution issues

2012-11-22 Thread Nicolas Goaziou
Hello, cbe...@tajo.ucsd.edu writes: Thank you for all the debugging. org-export-with-current-buffer-copy calls org-clone-local-variables which uses a regexp to detect buffer-local variables, but *org-babel-use-quick-and-dirty-noweb-expansion* is not detected, so it gets dropped. Solution

Re: [O] Anyone using or working on ob-scheme?

2012-11-22 Thread Thorsten Jolitz
Michael Gauland mikely...@no8wireless.co.nz writes: Hi Mike, I've recently started playing with guile source blocks, and haven't gotten the results I expect. I'd like to hear from anyone who's had more success than I have, or who is working on ob-scheme.el, before I wade into the code.

Re: [O] new exporter: remove postamble in html of export subtree

2012-11-22 Thread Nicolas Goaziou
Hello, Jambunathan K kjambunat...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: I'm trying to remove the postamble in the html-export of a subtree, and I don't know how to do it. This is what I tried: C-h v org-e-html-postamble RET #+BEGIN_SRC org :PROPERTIES:

Re: [O] require blank line in TeX output of org (and/or how to use the LaTeX package linguex via org-mode)

2012-11-22 Thread Nicolas Goaziou
Hello, Benjamin Slade sl...@jnanam.net writes: I want to be able to use the LaTeX package linguex in org-based beamer presentations. But this package requires a special syntax where after the environment there must be a blank line in the LaTeX source (!=a blank line in the LaTeX output). How

Re: [O] new exporter: remove postamble in html of export subtree

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou n.goaz...@gmail.com writes: You can't specify this option at the subtree level, because you can't specify it with neither a keyword nor an options item. The property :html-postamble is defined with the following line: (:html-postamble nil nil org-e-html-postamble) Its

Re: [O] [org-e-latex] Coding System

2012-11-22 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: I looked at the code/documentation and it seems the intention is to do the reverse lookup, that is look at the buffer encoding and decide what to give inputenc as argument (when it is specified as AUTO in the header template). I maintain that the

Re: [O] require blank line in TeX output of org (and/or how to use the LaTeX package linguex via org-mode)

2012-11-22 Thread Andreas Leha
Benjamin Slade sl...@jnanam.net writes: I want to be able to use the LaTeX package linguex in org-based beamer presentations. But this package requires a special syntax where after the environment there must be a blank line in the LaTeX source (!=a blank line in the LaTeX output). How do I do

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

2012-11-22 Thread Alan Schmitt
Hello, Nicolas Goaziou n.goaz...@gmail.com writes: Anyway, for the record, I'm posting an updated version[1] of the file, compatible with latest Org (master branch). It may solve your problem. Regards, [1] I do not seriously maintain this file. It was a proof of concept. I had to write

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, I've changed the attribute syntax for tables, images and lists in e-latex back-end (new exporter). New this back-end conforms to the syntax used by Babel and every other back-end. Hello, I think this has broken beamer export (new

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

2012-11-22 Thread Rasmus
Alan Schmitt alan.schm...@polytechnique.org writes: The non-technical question: I understand this exporter is just a proof of concept, but it is working quite well for me, and I'm ready to help tweaking this. If I do further modifications, should I send them to the list? YES!! I want to

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

2012-11-22 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: I had to write yet another letter, so I digged into this and it's now working well enough for me. I made a few changes to the file (which I attach): - fixed bugs to the menu (export to pdf, open pdf), added export to tex file - put a

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: I think this has broken beamer export (new exporter). When I get back to commit 359b10b3070588e8b751935b3fbcc2c9d8885a6a everything works, but with this commit I have some error messages about the wrong number of arguments for (item contents

Re: [O] Time clocked is displayed in fractional form [0.95/1.00]

2012-11-22 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Over the last couple of days, a change made has the effect of displaying something like: [0.33/1.00] (Read email and news) in the modeline, instead of: [0:33/1:00] (Read email and news) To add

Re: [O] [org-e-latex] Coding System

2012-11-22 Thread Achim Gratz
Nicolas Goaziou writes: Anyway, if you think it's useful to provide a patch, I suggest to dynamically bind `org-export-coding-system' in `org-e-latex-export-to-latex' before `org-export-to-file' is called. You'll have to open outfile in order to apply `latexenc-find-file-coding-system'.

Re: [O] moving subtree breaks line space

2012-11-22 Thread Jason Dunsmore
Try configuring org-blank-before-new-entry. The FAQ has some information about it: http://orgmode.org/worg/org-faq.html Here's what I use: (setq org-blank-before-new-entry '((heading . nil) (plain-list-item . nil))) Regards, Jason On Wed, Nov 21, 2012 at

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou n.goaz...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: I think this has broken beamer export (new exporter). When I get back to commit 359b10b3070588e8b751935b3fbcc2c9d8885a6a everything works, but with this commit I have some error messages about the

[O] latex include file

2012-11-22 Thread Marvin Doyley
Hi there, I am trying to figure out how to export a latex file while suppressing the \begin{document} \end{document} and all the other frontmatter stuff. In essence, I would like to create a .tex file that will be included in another latex file. More specifically, I want the exported file to

Re: [O] moving subtree breaks line space

2012-11-22 Thread philippe roudot
It did the trick. Thank you Jason ! One could add in the FAQ entry Why is a blank line inserted after headlines and list items? that the same variable control subtree motion. Regards, Philippe

Re: [O] latex include file

2012-11-22 Thread Suvayu Ali
On Thu, Nov 22, 2012 at 02:06:03PM -0500, Marvin Doyley wrote: Hi there, I am trying to figure out how to export a latex file while suppressing the \begin{document} \end{document} and all the other frontmatter stuff. In essence, I would like to create a .tex file that will be included in

Re: [O] [org-e-latex] Coding System

2012-11-22 Thread Thomas S. Dye
Aloha Achim, Achim Gratz strom...@nexgo.de writes: Nicolas Goaziou writes: Anyway, if you think it's useful to provide a patch, I suggest to dynamically bind `org-export-coding-system' in `org-e-latex-export-to-latex' before `org-export-to-file' is called. You'll have to open outfile in

Re: [O] latex include file

2012-11-22 Thread Marvin Doyley
I haven't tried this, I will upgrade to the latest version of org and try. How do I tell org only to export the body ? Sent from my iPhone On Nov 22, 2012, at 2:06 PM, Marvin Doyley marvin...@gmail.com wrote: Hi there, I am trying to figure out how to export a latex file while suppressing

Re: [O] latex include file

2012-11-22 Thread Suvayu Ali
On Thu, Nov 22, 2012 at 03:30:54PM -0500, Marvin Doyley wrote: I haven't tried this, I will upgrade to the latest version of org and try. How do I tell org only to export the body ? When you use the new exporter, this is an option in the export dispatch menu. To try it out, install the latest

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, I've changed the attribute syntax for tables, images and lists in e-latex back-end (new exporter). New this back-end conforms to the syntax used by Babel and every other back-end. I've also added support for matrix editing.

Re: [O] Generic Source block language specification?

2012-11-22 Thread Eric Schulte
Rainer M Krug r.m.k...@gmail.com writes: Hi I have in a document a definition of a projection, which is essentially a text as follow: #+BEGIN_src +proj=aea +lat_1=-28.25 +lat_2=-29.75 +lat_0=29 +lon_0=30.75 +x_0=0 +y_0=0

Re: [O] Babel shell error

2012-11-22 Thread Eric Schulte
Russell Adams rlad...@adamsinfoserv.com writes: It appears that in ob-sh.el function org-babel-sh-evaluate fails to honor other result types like latex. Adding latex to the result params test allows proper exporting of shell which results in latex code, otherwise it is imported with spaces

Re: [O] [org-e-latex] Coding System

2012-11-22 Thread Achim Gratz
Thomas S. Dye writes: I don't follow the details of this discussion, but I wonder how important AUTO really is? I'm afraid I can't follow you… AFAIK, specifying AUTO in the LaTeX header is supposed to be replaced by whatever the coding system of the LaTeX buffer happens to be when it gets

Re: [O] [org-e-latex] Coding System

2012-11-22 Thread Thomas S. Dye
Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: I don't follow the details of this discussion, but I wonder how important AUTO really is? I'm afraid I can't follow you… AFAIK, specifying AUTO in the LaTeX header is supposed to be replaced by whatever the coding system of the