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

2012-11-21 Thread cberry
cbe...@tajo.ucsd.edu writes: > cbe...@tajo.ucsd.edu writes: > >> When I tried to export a large subtree, it took over *5 minutes* to >> export with release_7.9.2-597-gd4b739. >> >> Using the contrib/lisp/*.el files from org-mode-7.8.11 >> it took *5 seconds*. >> [...] >> >> Both cases use: >> >>

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

2012-11-21 Thread Michael Gauland
I've recently started playing with guile source blocks, and haven't gotten the results I expect. In particular, I've found that: + :results output only returns the first word of the output text. + :results value prompts me for a lisp expression, and returns whatever I give it. + :

Re: [O] including emphasis characters as word characters?

2012-11-21 Thread Eric Abrahamsen
Suvayu Ali writes: > On Wed, Nov 21, 2012 at 01:19:54PM +0800, Eric Abrahamsen wrote: >> Would it make sense to add the markup characters (ie, the car of every >> item in `org-emphasis-alist') to the list of word characters, so that as >> we're moving/deleting/transposing by word in org, the mark

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

2012-11-21 Thread Benjamin Slade
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 org-mode? -- ~

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

2012-11-21 Thread Mike McLean
On Tuesday, November 20, 2012, Nicolas Goaziou wrote: > Toby Cubitt > writes: > > > Instead of changing org-hours-to-clocksum-string, it's probably > > preferable to make org-minutes-to-clocksum-string more robust, so it > > copes correctly with floating point arguments. > > > > The attached patch

[O] [PATCH] Allow relative times in clocktable tstart and tend options

2012-11-21 Thread Ivan Vilata i Balaguer
* lisp/org-clock.el (org-clock-get-table-data): Pass tstart and tend time strings through `org-matcher-time` to allow relative times besides absolute ones, convert result to encoded time. * doc/org.texi (The clock table): Document acceptance of relative times in tstart and tend, link to syntax desc

Re: [O] Babel source blocks

2012-11-21 Thread Russell Adams
> I still cannot reproduce it. > > org-babel-execute-buffer calls org-babel-execute-src-block on every > source block, which calls org-babel-get-src-block-info to get the info. > > org-babel-get-src-block-info let-binds case-fold-search to t before > calling org-babel-where-is-src-block-head and th

Re: [O] Babel source blocks

2012-11-21 Thread Nick Dokos
Russell Adams wrote: > On Wed, Nov 21, 2012 at 05:06:34PM -0500, Nick Dokos wrote: > > Russell Adams wrote: > > > > > It appears that there is a discrepancy between Org's source blocks and > > > Babel processing. > > > > > > Org's source blocks all show up-case (#+BEGIN_SRC): > > > > > > http://

Re: [O] Babel source blocks

2012-11-21 Thread Russell Adams
On Wed, Nov 21, 2012 at 05:06:34PM -0500, Nick Dokos wrote: > Russell Adams wrote: > > > It appears that there is a discrepancy between Org's source blocks and > > Babel processing. > > > > Org's source blocks all show up-case (#+BEGIN_SRC): > > > > http://orgmode.org/manual/Structure-of-code-bloc

Re: [O] Babel source blocks

2012-11-21 Thread Nick Dokos
Russell Adams wrote: > It appears that there is a discrepancy between Org's source blocks and > Babel processing. > > Org's source blocks all show up-case (#+BEGIN_SRC): > > http://orgmode.org/manual/Structure-of-code-blocks.html#Structure-of-code-blocks > > Babel only appears to process lower

[O] Babel source blocks

2012-11-21 Thread Russell Adams
It appears that there is a discrepancy between Org's source blocks and Babel processing. Org's source blocks all show up-case (#+BEGIN_SRC): http://orgmode.org/manual/Structure-of-code-blocks.html#Structure-of-code-blocks Babel only appears to process lower-case blocks (#+begin_src): http://org

[O] Babel shell error

2012-11-21 Thread Russell Adams
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 to make a table. Verified against 7

[O] #+STARTUP keywords for several variables

2012-11-21 Thread John J Foerch
Hello, I did not find #+STARTUP keywords for several variables that configure the format of an org file: org-log-into-drawer org-log-states-order-reversed org-treat-insert-todo-heading-as-state-change I think that there should be keywords that correspond to these variables because it would

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

2012-11-21 Thread Suvayu Ali
On Wed, Nov 21, 2012 at 06:01:20PM +0100, Martin Gross wrote: > Dear Michael > > > if it’s just summing up disjoint sets hierarchically you might ... > > Thank you very much again for your efforts. Unfortunately this would > not solve my problem neither. On the one hand my tables are on > diffe

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

2012-11-21 Thread Nicolas Goaziou
Rasmus writes: > BTW: on the lists: very good idea. I have often been bothered by > only having one type of (LaTeX) lists. Can I set it per list type? > I.e. plain lists are inlined and enumerated are 'normal'? No. Attributes only apply on a single list not on a whole list type. Though, it's

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

2012-11-21 Thread Rasmus
Nicolas Goaziou writes: > 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. Super cool! I eagerly looking forward to using this for real world tasks! Thank you

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

2012-11-21 Thread Martin Gross
Dear Michael > if it’s just summing up disjoint sets hierarchically you might ... Thank you very much again for your efforts. Unfortunately this would not solve my problem neither. On the one hand my tables are on different entry levels (*, **, ***, etc.) and on the other I am afraid I need a m

Re: [O] clocktable total time format changed? => solved

2012-11-21 Thread Rainer Stengele
Am 21.11.2012 17:55, schrieb Rainer Stengele: > Hi, > > my clocktables suddenly show the total time no more as sum of hours but > like this: > > || ALL *Total time* | *6d 19:30* | > > When did this change and how can I get my old format back? > I did not find news in the docs

[O] clocktable total time format changed?

2012-11-21 Thread Rainer Stengele
Hi, my clocktables suddenly show the total time no more as sum of hours but like this: || ALL *Total time* | *6d 19:30* | When did this change and how can I get my old format back? I did not find news in the docs. Thanks, Rainer

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

2012-11-21 Thread Nicolas Goaziou
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 an excerpt from the documentation in org-e-latex.el:

Re: [O] [org-e-texinfo] generate menu items

2012-11-21 Thread Jonathan Leech-Pepin
Hello Tom, Nicolas, I've just pushed a change that should provide the desired results. The optional title for the menu entries (as well as associated node headings) can be set using the :TEXINFO_MENU_TITLE: property. On 18 November 2012 11:22, Thomas S. Dye wrote: > Nicolas Goaziou writes: >

Re: [O] Had to require org-capture?

2012-11-21 Thread Sebastien Vauban
Hi Nathan, Nathan Neff wrote: > I'm running org-mode from the non-compiled source code > and the latest git pull. > > I noticed that calling org-capture was not working correctly, so > I ran (require 'org-capture), then it worked. > > Is this something new? I can post version, setup, etc. later,

Re: [O] Had to require org-capture?

2012-11-21 Thread Nick Dokos
Nathan Neff wrote: > Hello, > > I'm running org-mode from the non-compiled source code > and the latest git pull. > > I noticed that calling org-capture was not working correctly, so > I ran (require 'org-capture), then it worked. > > Is this something new? I can post version, setup, etc. lat

Re: [O] Why does export of images to LaTeX requires either org-special-blocks or org-jsinfo?

2012-11-21 Thread Francesco Pizzolante
Hi Achim, > Both of these will load org-html, either directly or indirectly. With > that the default definition for org-export-html-inline-images comes into > existence, which despite the name is also used for other exporters. Thanks a lot for the explanation. Is there a plan to make this varia

[O] Had to require org-capture?

2012-11-21 Thread Nathan Neff
Hello, I'm running org-mode from the non-compiled source code and the latest git pull. I noticed that calling org-capture was not working correctly, so I ran (require 'org-capture), then it worked. Is this something new? I can post version, setup, etc. later, but I just wanted to know if I'm mi

Re: [O] Why does export of images to LaTeX requires either org-special-blocks or org-jsinfo?

2012-11-21 Thread Achim Gratz
Francesco Pizzolante writes: > That's exactly what I do and it works perfectly until you do this (trying to > load as few modules as possible): > > ╭ > │ (setq org-modules nil) > ╰ Then don't do that… > Then, you'll see that images will be exported as links instead of images >

Re: [O] org-e-latex: ignoreheading is not working any more.

2012-11-21 Thread Myles English
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Myles English writes: > >> Hi Yagnesh, >> >> Yagnesh Raghava Yakkala writes: >>> I have been using example setting suggested by Nicolas >>> (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to >>> skip >>> particular headline

Re: [O] Why does export of images to LaTeX requires either org-special-blocks or org-jsinfo?

2012-11-21 Thread Francesco Pizzolante
Hi Suvayu, > Those modules are optional. How do you write your links in the org > file? To be included in LaTeX export with includegraphics, the > description part of the link should be empty. e.g. > > [[/path/to/image]] > > This creates an inline image in the final pdf. That's exactly what

[O] "Generic" Source block language specification?

2012-11-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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] including emphasis characters as word characters?

2012-11-21 Thread Suvayu Ali
On Wed, Nov 21, 2012 at 01:19:54PM +0800, Eric Abrahamsen wrote: > Would it make sense to add the markup characters (ie, the car of every > item in `org-emphasis-alist') to the list of word characters, so that as > we're moving/deleting/transposing by word in org, the markup characters > are includ

Re: [O] Why does export of images to LaTeX requires either org-special-blocks or org-jsinfo?

2012-11-21 Thread Suvayu Ali
On Wed, Nov 21, 2012 at 09:41:39AM +0100, Francesco Pizzolante wrote: > Hi, > > I have noticed that the correct export of images in LaTeX requires one of > these 2 packages: org-special-blocks or org-jsinfo. > > While I cannot see any relation between these packages and the export of > images in

Re: [O] org-e-latex: ignoreheading is not working any more.

2012-11-21 Thread Nicolas Goaziou
Hello, Myles English writes: > Hi Yagnesh, > > Yagnesh Raghava Yakkala writes: >> I have been using example setting suggested by Nicolas >> (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip >> particular headline (with ignoreheading tag). >> >> It seems recent commit

Re: [O] org-e-latex: ignoreheading is not working any more.

2012-11-21 Thread Myles English
Hi Yagnesh, Yagnesh Raghava Yakkala writes: > I have been using example setting suggested by Nicolas > (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip > particular headline (with ignoreheading tag). > > It seems recent commit made this setup obsolete. could anybody s

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

2012-11-21 Thread Alan Schmitt
Jambunathan K writes: > Alan Schmitt writes: > >> Hello, >> >> 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 Yes, I had looked there as well (before going into the code). It does not

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

2012-11-21 Thread Jambunathan K
Alan Schmitt writes: > Hello, > > 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:nil > :END: > #+END_SRC > > > (I fo

Re: [O] problem while producing odt & pdf file

2012-11-21 Thread Jambunathan K
I have seen your message before previously in this mailing list. I am assuming that you are getting started with Emacs/Org. What version of Emacs you are using - M-x emacs-version RET Which OS/Distribution - Windows, Mac, Linux (Gentoo, Debian etc) - you use? Most likely you are not having th

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

2012-11-21 Thread Alan Schmitt
Hello, 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: #+BEGIN_SRC org :PROPERTIES: :EXPORT_OPTIONS: html-postamble:nil :END: #+END_SRC (I found the name of the option in the org-e-html.el file.) How can I specify this opt

[O] Why does export of images to LaTeX requires either org-special-blocks or org-jsinfo?

2012-11-21 Thread Francesco Pizzolante
Hi, I have noticed that the correct export of images in LaTeX requires one of these 2 packages: org-special-blocks or org-jsinfo. While I cannot see any relation between these packages and the export of images in LaTeX, if none of these 2 packages is loaded then images are exported as \href inste

[O] Font-lock-add-keywords disables Org headline highlighting

2012-11-21 Thread Sebastien Vauban
Hello, With the following code, I can highlight special words such as `error' and `warning' in any part of a buffer. --8<---cut here---start->8--- (message "Minimal Emacs config file...") (defface org-todo '((t (:weight bold :box (:line-width 1 :color "#89C5