Re: [O] Actual eps picture size in beamer presentation

2012-11-28 Thread Johan Ekh
Ok, thanks! I seem to get the right size with "#+ATTR_LATEX: width=128mm". But how can I make the lower left corner of my picture start exactly at the lower left corner of my slide? BR / Johan On Tue, Nov 27, 2012 at 4:33 PM, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SH

Re: [O] Actual eps picture size in beamer presentation

2012-11-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/11/12 09:13, Johan Ekh wrote: > Ok, thanks! I seem to get the right size with "#+ATTR_LATEX: width=128mm". > But how can I make > the lower left corner of my picture start exactly at the lower left corner of > my slide? You have to set it as b

[O] running the new exporter asynchronously?

2012-11-28 Thread Alan Schmitt
Hello, I'm compiling a fairly large set of slides, that also contain quite a bit of code that is executed (it's a course on JavaScript which shows some of the language peculiarities). Thus exporting these slides takes a while. Unfortunately, when it's compiling, it's completely locking my emacs. W

[O] Exporting to pdf "Choosing Your Workflow Applications"

2012-11-28 Thread davidam
Hello, I'm trying export to pdf "Choosing Your Workflow Applications" (https://github.com/kjhealy/workflow-paper/blob/master/workflow-apps.org) and I'm having some troubles. I attach the log. Thanks in advance. article.log Description: Binary data

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

2012-11-28 Thread Nicolas Goaziou
Hello, Ivan Vilata i Balaguer writes: > * 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 relat

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

2012-11-28 Thread Nicolas Goaziou
Hello, Samuel Loury writes: > 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 s

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

2012-11-28 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > On Wed, Nov 21, 2012 at 05:35:48PM +0100, Nicolas Goaziou wrote: >> >> Plain lists accept two optional attributes: `:environment' and >> `:options'. The first one allows to use a non-standard environment >> (i.e. "inparaenum"). The second one allows

[O] hiding footnotes

2012-11-28 Thread 42 147
Self-explanatory. I like how org-mode handles footnotes, but I want an option to hide them while reading (for they are distracting).

Re: [O] FAILED test-org/end-of-line

2012-11-28 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Adding a \n at the end of the headline lets the test pass I think: I've added "\n" at the end of headlines. Since I don't use pretest version, can you confirm it does indeed fix the problem? Thank you. Regards, -- Nicolas Goaziou

Re: [O] nested org-headlines

2012-11-28 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > If drawers are "greater elements" in org elements, perhaps they ought to > be able to contain other drawers? Or is non-nesting drawers a design > decision? It is a design decision. Note that "greater element" only means that the element can contain other elemen

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

2012-11-28 Thread Suvayu Ali
On Wed, Nov 28, 2012 at 01:58:09PM +0100, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali writes: > > > >> Images accept `:float', `:placement' and `:options' as attributes. > >> `:float' accepts a symbol among `wrap', `multicolumn', and > >> `figure', which defines the float environme

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > Would there be a way for the export process to be asynchronous and not > lock emacs? Not yet. Actually that's, in my roadmap, the single last feature to implement before moving the new export engine into core. Regards, -- Nicolas Goaziou

Re: [O] Exporting to pdf "Choosing Your Workflow Applications"

2012-11-28 Thread Suvayu Ali
On Wed, Nov 28, 2012 at 10:27:50AM +0100, davi...@es.gnu.org wrote: > Hello, > > I'm trying export to pdf "Choosing Your Workflow Applications" > (https://github.com/kjhealy/workflow-paper/blob/master/workflow-apps.org) > and I'm having some troubles. I attach the log. > > Thanks in advance. I b

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> Would there be a way for the export process to be asynchronous and not >> lock emacs? > > Not yet. > > Actually that's, in my roadmap, the single last feature to implement > before moving the new export engine into core. > > > Regar

Re: [O] nested org-headlines

2012-11-28 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> If drawers are "greater elements" in org elements, perhaps they ought to >> be able to contain other drawers? Or is non-nesting drawers a design >> decision? > > It is a design decision. > > Note that "greater element" only means

Re: [O] hiding footnotes

2012-11-28 Thread John Hendy
On Wed, Nov 28, 2012 at 7:03 AM, 42 147 wrote: > Self-explanatory. I like how org-mode handles footnotes, but I want an > option to hide them while reading (for they are distracting). Reading what? The org file or resultant PDF? If you're talking about the org file, I don't think there's going

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Alan Schmitt
Eric Schulte writes: > In the interim it, one solution which I personally like for large > projects is to offload compilation into an external batch Emacs process. > I find this not only useful for compilation while working, but if you > place all relevant config into an init.el file loaded by th

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-28 Thread Giovanni Ridolfi
Da: Ista Zahn Inviato: Martedì 27 Novembre 2012 15:55 >> I can't seem to get the new odt exporter working on my Windows machine >> at work (it works fine on Linux at home). > [...] > >> So it seems that the new exporter is not creating content.xml, or >> META-INF/manifest.xml. Again this only hap

Re: [O] hiding footnotes

2012-11-28 Thread 42 147
Reading an org-file. I should note, it is the highlighting that is the problem, not the footnote itself. If I could somehow toggle it to the color of the text, that would solve my problem. For example, the [16] here is a distraction: * Chomsky ** Books *** Deterring Democracy Chapter 1. Cold

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

2012-11-28 Thread Nicolas Goaziou
Suvayu Ali writes: > Personally I think having the option to shoot myself in the foot is > preferable over not being able to configure. But then others may not > agree. Is it possible to disallow :overlay when :environment is > provided? If so you could generate a warning during export. > > Th

Re: [O] FAILED test-org/end-of-line

2012-11-28 Thread Nick Dokos
Nicolas Goaziou wrote: > Hello, > > Nick Dokos writes: > > > Adding a \n at the end of the headline lets the test pass I think: > > I've added "\n" at the end of headlines. Since I don't use pretest > version, can you confirm it does indeed fix the problem? > I don't use the pretest version

Re: [O] FAILED test-org/end-of-line

2012-11-28 Thread Nicolas Goaziou
Nick Dokos writes: > Can you also disambiguate the headlines in the three cases? That would > make obvious *which* of the three subtests failed (for the record, it > was the second one, i.e. org-special-ctrl-a/e nil - the other two were > OK for some reason). Done. Regards, -- Nicolas Goazio

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

2012-11-28 Thread Ivan Vilata i Balaguer
Nicolas Goaziou (2012-11-28 13:47:32 +0100) wrote: > Ivan Vilata i Balaguer writes: > >> * 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.t

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-28 Thread Ista Zahn
On Wed, Nov 28, 2012 at 10:15 AM, Giovanni Ridolfi wrote: > Da: Ista Zahn > Inviato: Martedì 27 Novembre 2012 15:55 > >>> I can't seem to get the new odt exporter working on my Windows machine >>> at work (it works fine on Linux at home). >> [...] >> >>> So it seems that the new exporter is not c

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Eric Schulte
Alan Schmitt writes: > Eric Schulte writes: > >> In the interim it, one solution which I personally like for large >> projects is to offload compilation into an external batch Emacs process. >> I find this not only useful for compilation while working, but if you >> place all relevant config int

Re: [O] hiding footnotes

2012-11-28 Thread Jambunathan K
> Reading an org-file. I should note, it is the highlighting that is the > problem, not the footnote itself. If I could somehow toggle it to the > color of the text, that would solve my problem. Put your cursor on the footnote. Then do C-u C-x = In the resulting buffer, toward the end, you

Re: [O] FAILED test-org/end-of-line

2012-11-28 Thread Achim Gratz
Nicolas Goaziou writes: > Done. I confirm that the test failed before those two changes, but passes after. I am however unable at the moment to test it on any 23.x version of Emacs, so I don't know if that might present a regression there. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron

Re: [O] FAILED test-org/end-of-line

2012-11-28 Thread Nick Dokos
Achim Gratz wrote: > Nicolas Goaziou writes: > > Done. > > I confirm that the test failed before those two changes, but passes > after. I am however unable at the moment to test it on any 23.x version > of Emacs, so I don't know if that might present a regression there. > > Given the previou

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

2012-11-28 Thread cberry
Nicolas Goaziou writes: > 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 de

Re: [O] hiding footnotes

2012-11-28 Thread Alan L Tyree
Hiding footnotes would be a great enhancement as far as I am concerned. I mean "hiding" in the same way that entities can be hidden in Auctec. Auctec allows a "fold mode" that replaces various entities with user defined symbols. For example, \label{xxx} becomes [l]; \footnote{} becomes

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Myles English
Hi, Eric Schulte writes: > In the interim it, one solution which I personally like for large > projects is to offload compilation into an external batch Emacs process. > I find this not only useful for compilation while working, but if you > place all relevant config into an init.el file loaded

Re: [O] Using org-mode for laboratory notes.

2012-11-28 Thread Nick Dokos
Eric Lubeck wrote: > On the broader point of organizing the notebook, I am still having a > bit of a dilemma coming up with an effective system. My first thought > was to just place all my work in a dated hierarchy, such as with > org-datetree. This would be simple and mirror a conventional >

[O] boxquote in plain lists

2012-11-28 Thread Julien Cubizolles
I very often use boxquoted text in my org files to insert excerpts of config files but I have trouble using it in plain lists : the boxquoted text won't be folded by TAB, you have to manually indent each line of the boxquote for the folding to work. Julien.

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

2012-11-28 Thread Ivan Vilata i Balaguer
Ivan Vilata i Balaguer (2012-11-28 17:11:46 +0100) wrote: > Nicolas Goaziou (2012-11-28 13:47:32 +0100) wrote: > >> Ivan Vilata i Balaguer writes: >> >>> * lisp/org-clock.el (org-clock-get-table-data): Pass tstart and tend >>> time strings through `org-matcher-time` to allow relative times beside

[O] Table sorting hack

2012-11-28 Thread William R. Greene
I recently wrote a blog post concerning sorting of org-mode tables. -- Bill Greene

Re: [O] hiding footnotes

2012-11-28 Thread 42 147
Very nice. However, I'd like to write a function that toggles the color value (without recourse to the customize menu), since it would be useful to highlight the footnotes from time to time. After some tests, it is clear I also disliked the underlining. On Wed, Nov 28, 2012 at 12:26 PM, Jambunat

Re: [O] hiding footnotes

2012-11-28 Thread 42 147
I should add that Tyree's idea is what I was looking for originally (changing the face to the text font at least fixed readability). Ideally, instead of jumping to the footnote section, it would be collapsible / expandable, much like headings. Right now having a dedicated footnote section is bett

Re: [O] hiding footnotes

2012-11-28 Thread Alan L Tyree
On 29/11/12 14:35, 42 147 wrote: I should add that Tyree's idea is what I was looking for originally (changing the face to the text font at least fixed readability). Ideally, instead of jumping to the footnote section, it would be collapsible / expandable, much like headings. Right now having a

Re: [O] hiding footnotes

2012-11-28 Thread Nick Dokos
42 147 wrote: > Very nice. > > However, I'd like to write a function that toggles the color value (without > recourse to the customize menu), since it would be useful to highlight the > footnotes from time to time. > Anything that can be done interactively can also be done programatically. You

Re: [O] hiding footnotes

2012-11-28 Thread Jambunathan K
Nick Dokos writes: > 42 147 wrote: > >> Very nice. >> >> However, I'd like to write a function that toggles the color value (without >> recourse to the customize menu), since it would be useful to highlight the >> footnotes from time to time. >> > > Anything that can be done interactively can

Re: [O] hiding footnotes

2012-11-28 Thread Jambunathan K
Jambunathan K writes: > Install the following defun, put the cursor on fontified text and do M-x > toggle-face. > > (defun toggle-face (&optional face-from) > (interactive (list (read-face-name "Face" (face-at-point > (let ((f (assq face-from face-remapping-alist)) >

Re: [O] hiding footnotes

2012-11-28 Thread 42 147
I added this to my .emacs: (defun t-face () "to pass org-footnote automatically to toggle-face" (interactive) (toggle-face 'org-footnote)) (defun toggle-face (&optional face-from) (interactive (list (read-face-name "Face" (face-at-point (let ((f (assq face-from face-remapping-alist))