[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 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 on a org-plain-link-re before t

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. > > Solu

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

2012-11-22 Thread Thorsten Jolitz
Michael Gauland 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. just as a side remark: I

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

2012-11-22 Thread Nicolas Goaziou
Hello, Jambunathan K writes: > Alan Schmitt 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: >> :EXPORT_OPTIONS: html-postamble:

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 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 th

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

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou 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 default val

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

2012-11-22 Thread Nicolas Goaziou
Hello, Achim Gratz 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 other way a

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 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 this in or

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

2012-11-22 Thread Alan Schmitt
Hello, Nicolas Goaziou 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 yet another le

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

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou 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 exporter). When I get ba

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

2012-11-22 Thread Rasmus
Alan Schmitt 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 use Org for my (KOMA) letters

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

2012-11-22 Thread Nicolas Goaziou
Alan Schmitt 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 default address "no addr

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

2012-11-22 Thread Nicolas Goaziou
Alan Schmitt 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 info) or (headline content

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

2012-11-22 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" 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 comments, it's not a "colon" vs "do

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 4:39

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

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou writes: > Alan Schmitt 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 co

[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 look

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

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

2012-11-22 Thread Thomas S. Dye
Aloha Achim, Achim Gratz 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 order to a

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 wrote: > Hi there, > > I am trying to figure out how to export a latex file while suppressing the > \begin{docum

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 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. > > Here's a

Re: [O] "Generic" Source block language specification?

2012-11-22 Thread Eric Schulte
Rainer M Krug 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 > +datum

Re: [O] Babel shell error

2012-11-22 Thread Eric Schulte
Russell Adams 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 separated into |'s t

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 s

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

2012-11-22 Thread Thomas S. Dye
Achim Gratz 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 LaTeX b