Re: [O] Makefile restructuring

2012-04-25 Thread Bastien
Hi Achim, Achim Gratz writes: > Bastien writes: >> Please test this and report any problem while using make >> to install Org. > > Here's another refinement to make "oldorg" the default target unless > local.mk is actively edited by the user. Applied, thanks. -- Bastien

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-25 Thread Thomas S. Dye
Michael Hannon writes: > On Wednesday, April 25, 2012 at 4:52 PM Thomas S. Dye wrote: > >>Michael Hannon writes: >> >>> On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote: >>> . >>> . >>> . The documentation of read.table has this: >>> The number of data columns is determined by

[O] missing autoloads / (void-variable org-version)

2012-04-25 Thread Achim Gratz
Since my Makefile branch was merged I've been getting flak for breaking certain setups. Now, the change didn't actually break them, but I did make (perhaps foolishly) a deliberate decision to make that particular breakage fatal rather than silent. It would be very easy to continue to paper over t

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Achim Gratz
Bernt Hansen writes: > I tried that... and installed emacs under Cygwin (so it can find emacs > to run emacs -batch) and then had to fix permissions on org-install > (since it's on a windows drive) before make autoloads worked. It's preferrable to use NTEmacs for this step, even though the .elc fi

Re: [O] error on opening org-file with #+startup: indent

2012-04-25 Thread Achim Gratz
fkunze writes: > Regarding the installation instructions: At first I started here > (http://orgmode.org/manual/Installation.html#Installation) but since I am > running on windows 7, I have no access to "Make". I want to avoid installing > cywin as it typically fails to track windows 7 x64. A

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-25 Thread Michael Hannon
On Wednesday, April 25, 2012 at 4:52 PM Thomas S. Dye wrote: >Michael Hannon writes: > >> On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote: >> . >> . >> . >>> The documentation of read.table has this: >> >>> The number of data columns is determined by looking at the first five >>> lines

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-25 Thread Neil Smithline
This is way cool! Recently I have been deeply irritated by the lack of a functional server for Emacs Org Mode. I've run into this problem dealing with the weak presentation of Org Mode files on Github. Github uses the Ruby gem org-ruby (https://github.com/bdewey/org-ruby) to convert .org files

Re: [O] Exporting to ACM format using new LaTeX exporter

2012-04-25 Thread Thomas S. Dye
Karl Voit writes: > * Thomas S. Dye wrote: >> >> AFAICT, the new exporter preserves most of the interface of the old >> exporter, but smooths over some of the rough edges. It shouldn't >> represent a barrier to your contribution. In fact, it might be useful >> to write a template for both expo

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-25 Thread Thomas S. Dye
Michael Hannon writes: > On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote: > . > . > . >> The documentation of read.table has this: > >> The number of data columns is determined by looking at the first five lines >> of input (or the whole file if it has less than five lines), or from the

Re: [O] bug#11249: 24.1.50; Overlay with face property causes calendar buffer to scroll

2012-04-25 Thread Matt Lundin
Matt Lundin writes: > Bastien writes: > >> Toby Cubitt writes: >> >>> In the patch I posted, I also took the opportunity to set >>> `cursor-type' to nil when opening the calendar in `org-read-date'. >>> The cursor obscures one digit of the selected date, making that bit >>> harder to read (as w

Re: [O] Exporting to ACM format using new LaTeX exporter

2012-04-25 Thread Nicolas Goaziou
Hello, Karl Voit writes: > * Thomas S. Dye wrote: >> >> AFAICT, the new exporter preserves most of the interface of the old >> exporter, but smooths over some of the rough edges. It shouldn't >> represent a barrier to your contribution. In fact, it might be useful >> to write a template for b

Re: [O] bug#11249: 24.1.50; Overlay with face property causes calendar buffer to scroll

2012-04-25 Thread Matt Lundin
Bastien writes: > Toby Cubitt writes: > >> In the patch I posted, I also took the opportunity to set >> `cursor-type' to nil when opening the calendar in `org-read-date'. >> The cursor obscures one digit of the selected date, making that bit >> harder to read (as well as looking ugly). Did you i

Re: [O] error on opening org-file with #+startup: indent

2012-04-25 Thread fkunze
Mike McLean pobox.com> writes: > > > > On Apr 24, 2012, at 3:18 PM, Achim Gratz wrote: > Fritz Kunze writes:     I ran M-x load-library org followed by M-x > org-version - which > > returned 7.8.09.  > > You didn't generate and (require 'org-install). > > > If you have admin-rights / sud

Re: [O] Exporting to ACM format using new LaTeX exporter

2012-04-25 Thread Karl Voit
* Thomas S. Dye wrote: > > AFAICT, the new exporter preserves most of the interface of the old > exporter, but smooths over some of the rough edges. It shouldn't > represent a barrier to your contribution. In fact, it might be useful > to write a template for both exporters, then document how th

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Bernt Hansen
Jonathan Leech-Pepin writes: > Hello Bernt > > On Wed, Apr 25, 2012 at 12:21, Bernt Hansen wrote: >> Achim Gratz writes: >> >>> Bastien writes: In the meantime, if you don't want to compile (I do not) the stupid workaround is to set org-version in your config...  but yeah, let's

Re: [O] error on opening org-file with #+startup: indent

2012-04-25 Thread fkunze
Martyn Jago btinternet.com> writes: Hi Martyn, Thanks for your support on this issue. I appreciate it. The main issue for me seems to be the paucity of window's specific documentation. I understand that most people are linux users on this list.

Re: [O] error on opening org-file with #+startup: indent

2012-04-25 Thread fkunze
Achim Gratz nexgo.de> writes: > > Fritz Kunze writes: > >      I ran M-x load-library org followed by M-x org-version - which > > returned 7.8.09.  > > You didn't generate and (require 'org-install). > > >           (Incidentally, and for the sake of completeness in this > > report, I built t

Re: [O] LaTeX-export to ACM SIG Proceedings format

2012-04-25 Thread Mike McLean
On Wednesday, April 25, 2012, Achim Gratz wrote: > Mike McLean writes: > > So if I do not copy/move/link code from contrib/lisp/ to lisp/ I could > > still be using old contrib code from my Emacs system directories? > > There is no contrib code in Emacs unless you yourself installed it > there. T

Re: [O] error on opening org-file with #+startup: indent

2012-04-25 Thread Achim Gratz
Achim Gratz writes: >> Has it suddenly become a requirement to know emacs-lisp, and have a >> reasonable understanding of `autoload' to even install? > > No, but Something obviously got cut out before I sent this... it should read: No, but I've been in the same situation as to OP some time ago a

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Achim Gratz
Bernt Hansen writes: > I don't think make autoloads is an option for me at work... I'm using > GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO > and I don't have make available... > > I use git under Cygwin to get the org-mode repository and access it from > NT Emacs. That's ex

Re: [O] LaTeX-export to ACM SIG Proceedings format

2012-04-25 Thread Achim Gratz
Mike McLean writes: > So if I do not copy/move/link code from contrib/lisp/ to lisp/ I could > still be using old contrib code from my Emacs system directories? There is no contrib code in Emacs unless you yourself installed it there. The advantage of copying to lisp is that you don't need to add

Re: [O] Makefile restructuring

2012-04-25 Thread Achim Gratz
Bastien writes: > Please test this and report any problem while using make > to install Org. Here's another refinement to make "oldorg" the default target unless local.mk is actively edited by the user. If you already have a local.mk file and would like this behaviour, just insert the following o

Re: [O] LaTeX-export to ACM SIG Proceedings format

2012-04-25 Thread Mike McLean
On Wednesday, April 25, 2012, Achim Gratz wrote: > > Here's my chance to upsell the new build system to you: to use code from > contrib, just link or copy it into lisp, then do whatever you let make > normally do. You usually don't need any extra requires since the > autoload cookies do their mag

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Jonathan Leech-Pepin
Hello Bernt On Wed, Apr 25, 2012 at 12:21, Bernt Hansen wrote: > Achim Gratz writes: > >> Bastien writes: >>> In the meantime, if you don't want to compile (I do not) the stupid >>> workaround is to set org-version in your config...  but yeah, let's >>> fix this upstream ASAP. >> >> Again, the i

Re: [O] error on opening org-file with #+startup: indent

2012-04-25 Thread Achim Gratz
Martyn Jago writes: > I think this tone of reply is very harsh, and I feel for the OP. I certainly did not mean to offend anyone. > Has it suddenly become a requirement to know emacs-lisp, and have a > reasonable understanding of `autoload' to even install? No, but > A very formal announcement

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Bernt Hansen
Achim Gratz writes: > Bastien writes: >> In the meantime, if you don't want to compile (I do not) the stupid >> workaround is to set org-version in your config... but yeah, let's >> fix this upstream ASAP. > > Again, the issue here is not compilation, but missing autoloads. > > make autoloads

Re: [O] Exporting to ACM format using new LaTeX exporter

2012-04-25 Thread Thomas S. Dye
Karl Voit writes: > * Thomas S. Dye wrote: >> >> One of the ideas behind the new exporter is that Org-mode source >> prepared for one target can be easily exported to other targets. > > I see. > >> My brief experience with the LaTeX exporter so far has been very >> positive and I'm relatively

Re: [O] LaTeX-export to ACM SIG Proceedings format

2012-04-25 Thread Achim Gratz
Thomas S. Dye writes: > On a practical note, using the new exporter is easy. I have these > two lines (along with other configuration) in an Org-babel code block > that I use to setup Org-mode: > > (require 'org-export) > (require 'org-e-latex) Here's my chance to upsell the new build sys

Re: [O] problems with LaTex/BibTex

2012-04-25 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Fraga > Sent: Wednesday, April 25, 2012 6:21 AM > To: Alan E. Davis > Cc: Julian Burgos; emacs-orgmode@gnu.org > Subject: Re: [O] problems with LaTex/

Re: [O] Exporting a presentation to both slides and handouts?

2012-04-25 Thread Torsten Wagner
Hi, I think most flexible would be to use tags create tags like "handout" and "presentation" Tag all blocks accordingly (handout, presentation or both) Set the export tag to handout or resp. to presentation. Since blocks in slides are represented by third level org headlines one could easily remo

Re: [O] [beamer] When are :BEAMER_envargs: used or ignored?

2012-04-25 Thread James Harkins
At Wed, 25 Apr 2012 18:09:18 +0800, James Harkins wrote: > > Whether it should be a feature request or not is debatable. The syntax > > is, at present, fairly straightforward in that the headline text becomes > > the argument to the environment defined. > > I think "the headline text becomes the

Re: [O] S-TAB acts like M-TAB in console sessions

2012-04-25 Thread William Gardella
Thorsten Jolitz writes: > But then everything is fine with my setup, I just did not know about > this limitation of the console (I only recently started working on the > console after discovering tmux). > Thanks for the help. You're welcome. N.B. that there are a few other bindings that won't

Re: [O] [OT] Defining System, process, methodology and framework

2012-04-25 Thread Eric Fraga
Marcelo de Moraes Serpa writes: ... a very interesting philosophical email! [...] > level. I then asked myself "What the heck is a system" and what is the > relationship it has with "process", "methodology" and "frameworks" ? [...] Others have answered to some degree or another but I thought

Re: [O] [beamer] When are :BEAMER_envargs: used or ignored?

2012-04-25 Thread Eric Fraga
James Harkins writes: > At Wed, 25 Apr 2012 14:11:51 +0930, > Eric Fraga wrote: >> > It kind of strikes me like an epic hack: you have to name the headline >> > after the Beamer color ID, instead of naming the headline after the > >> > content... not very /org/anized. >> >> Well, the problem is

Re: [O] problems with LaTex/BibTex

2012-04-25 Thread Eric Fraga
"Alan E. Davis" writes: > I would have a use for this. I am curious, though... > > Suppose I use this as a standard init-file declaration for > org-latex-to-pdf-process . Does that mean that bibtex will always be run, > every time, during the generation of PDFs via LaTex export? Yes but you ca

Re: [O] setting default BibTex file

2012-04-25 Thread Eric Fraga
Nick Dokos writes: [...] > ... but you can shorten it by setting BIBINPUTS in your > .profile/.login/whatever > and then using > > \bibliography{References} > > in your .org/.tex files. On TeX systems based on kpathsea and texmf, there are defaults which are quite reasonable. On Debian/Ubunt

Re: [O] [beamer] When are :BEAMER_envargs: used or ignored?

2012-04-25 Thread James Harkins
At Wed, 25 Apr 2012 14:11:51 +0930, Eric Fraga wrote: > > It kind of strikes me like an epic hack: you have to name the headline > > after the Beamer color ID, instead of naming the headline after the > > content... not very /org/anized. > > Well, the problem is that a beamercolorbox is *not* a bl

Re: [O] Beamer confusion: environments are ignored

2012-04-25 Thread James Harkins
At Wed, 25 Apr 2012 12:30:59 +0930, Eric Fraga wrote: > > James Harkins writes: > > > (Sorry for breaking the thread -- I'm using the digest. Come to think > > of it, I was wondering -- how do other digest readers participate in > > discussions without messing up the thread IDs? Use a news reade

Re: [O] Capture feature suggestion: place the mark from a template

2012-04-25 Thread Colin Fraizer
Nick Dokos wrote: >Maybe - but in this particular case, you could just go to the end of the >buffer with M-> (end-of-buffer), right? Yeah. I could just do that. (Blushing with embarrassment. :-) >And there might be a problem with your proposal: if I push a bunch of >marks during the capture,

Re: [O] Exporting a presentation to both slides and handouts?

2012-04-25 Thread Eric Fraga
Alan Schmitt writes: > Hello, > > I'm finishing a presentation with org-mode which is exported as beamer > slides. I would like to also export it as a handouts, which basically > means changing a couple lines in the preamble. Is there a way to do it > from the org-mode file, or do I need to edit

[O] Exporting to ACM format using new LaTeX exporter (was: LaTeX-export to ACM SIG Proceedings format)

2012-04-25 Thread Karl Voit
* Thomas S. Dye wrote: > > One of the ideas behind the new exporter is that Org-mode source > prepared for one target can be easily exported to other targets. I see. > My brief experience with the LaTeX exporter so far has been very > positive and I'm relatively certain that it will be the de

Re: [O] Beamer specific setupfile?

2012-04-25 Thread Eric Fraga
Eric Fraga writes: > Nick Dokos writes: > > [...] > >> org-infile-export-plist parses the current buffer and takes care of >> #+SETUPFILE: options (even recursive ones). It constructs an options > > This thread has been interesting for the effects it has had on my mail > reading experience. I u

Re: [O] Simplify repeated same section with different variable value

2012-04-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/04/12 00:25, Darlan Cavalcante Moreira wrote: > > If you like the call method (which is the best one IMHO) you can also add the > foo function to > the library of babel. In this way you will be able to call it from any org > file without havin

Re: [O] S-TAB acts like M-TAB in console sessions

2012-04-25 Thread Thorsten Jolitz
William Gardella writes: > Thorsten Jolitz writes: > >> Hi List, >> I have a strange problem with org-global-cycle (S-TAB) in console >> sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound >> to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB. >> >> Otherw

Re: [O] Beamer specific setupfile?

2012-04-25 Thread Eric Fraga
Nick Dokos writes: [...] > org-infile-export-plist parses the current buffer and takes care of > #+SETUPFILE: options (even recursive ones). It constructs an options This thread has been interesting for the effects it has had on my mail reading experience. I use gnus and I have gnus configured

Re: [O] S-TAB acts like M-TAB in console sessions

2012-04-25 Thread William Gardella
Thorsten Jolitz writes: > Hi List, > I have a strange problem with org-global-cycle (S-TAB) in console > sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound > to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB. > > Otherwise, the "S" (shift) key work, I can

[O] S-TAB acts like M-TAB in console sessions

2012-04-25 Thread Thorsten Jolitz
Hi List, I have a strange problem with org-global-cycle (S-TAB) in console sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB. Otherwise, the "S" (shift) key work, I can type uppercase and all. Is that a h

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-25 Thread Eric Fraga
Christopher Schmidt writes: > Hi gurus, > > I have a problem with Org-mode version 7.8.03 > (release_7.8.03.351.g47eb3) on GNU Emacs 24.0.94.1 > (x86_64-unknown-linux-gnu, GTK+ Version 2.24.9) of 2012-03-08. > > (info "(org)Orgstruct mode") says that one is allowed to use orgtbl-mode > in message

Re: [O] Size and placement of images in table in PDF export

2012-04-25 Thread Michael Hannon
On Wednesday, April 25, 2012 at 12:08 AM Eric Fraga wrote: > Nick Dokos writes: >> Michael Hannon wrote: >> >>> Greetings.  I've got another export question.  If I put two small images >>> into >>> an Org-mode table and export the containing document to HTML, I see the two >>> images displayed

Re: [O] Size and placement of images in table in PDF export

2012-04-25 Thread Eric Fraga
Nick Dokos writes: > Michael Hannon wrote: > >> Greetings.  I've got another export question.  If I put two small images into >> an Org-mode table and export the containing document to HTML, I see the two >> images displayed side-by-side in an area of the page that is at least roughly >> the act