Re: [O] Making an index in latex export --- surprisingly difficult

2011-04-27 Thread Nick Dokos
Robert Goldman rpgold...@sift.info wrote: 4. Modify the org-latex-to-pdf-process to (pdflatex -interaction nonstopmode -output-directory %o %f makeindex -o %b.ind %b.idx pdflatex -interaction nonstopmode -output-directory %o %f pdflatex -interaction nonstopmode -output-directory %o %f)

Re: [O] underscores exported as sub/sub in html

2011-04-27 Thread aaron barclay
C-c C-c was the magic I was missing. Thanks all for the help. aaron. On 27 April 2011 14:32, Jambunathan K kjambunat...@gmail.com wrote: aaron barclay aaron.diplo...@gmail.com writes: interesting. I have this in but thought I must be misunderstanding the manual. If I have the line in as

[O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-27 Thread Eric S Fraga
Hi all! I have started using clojure for some serious programming and, obviously, org comes to mind as my development environment, having very successfully used org+babel for Octave code development. Clojure is installed just fine and I have been using leiningen for project management up to now

Re: [O] [BUG][babel] :result output table doesn't work for python code blocks

2011-04-27 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: [...] Hi Eric, Does the matlab/octave `disp' function display tabular data in the same manner as it is written literally in source code? Hi Eric! No, unfortunately not. Arrays (tabular data) are written out using only whitespace for formatting:

Re: [O] [BUG][babel] :result output table doesn't work for python code blocks

2011-04-27 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: perhaps the data could be printed as an Org-mode table, and then the output raw :results combination could be used, or the output could be sent through another code block to convert the string to a table. That's what I do at the moment, actually.

Re: [O] [babel] hemorrhaging at the bleeding edge: using clojure

2011-04-27 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: [...] I would suggest using that latest version of ELPA, and adding the following repository sources to your ELPA archives... Done. Thanks for the more comprehensive list of archives. [...] This should result in the correct collection of

[O] example or source blocks with captions

2011-04-27 Thread Neilen Marais
Hi, Is it possible to caption a #+begin_src or #+begin_example block? Doing #+CAPTION: dipole_analytical_balanis.mac #+begin_example #+end_example doesn't seem to do the trick. I would find this useful to include suggested filenames when quoting source on a web page. Thanks Neilen

Re: [O] LaTeX beamer class text

2011-04-27 Thread Matt Lundin
John Tait johngt...@gmail.com writes: Hi   When I export an Org file to LaTeX class beamer, much of the content can be pushed off the bottom of the slide if it doesn't all fit on one slide.   Other than restricting the amount of text content under headings, is there a simple way of

Re: [O] Footnotes in LaTeX export

2011-04-27 Thread Matt Lundin
Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hi Nick and all, Nick Dokos wrote: Thomas S. Dye tsd-p0awh739ni4avxtiumw...@public.gmane.org wrote: What is an ECM? I don't know how widespread it is in French-speaking milieus, but I believe Seb Vauban is

[O] Maxima persistence between code blocks

2011-04-27 Thread Derek Thomas
I'm interested in using org-mode with babel to organize my maxima code. Am I correct in my reading of ob-maxima.el that the babel module for maxima doesn't support persistent variables between code blocks? If so, this seems like a severe limitation. I did some searching and found this guide

Re: [O] Footnotes in LaTeX export

2011-04-27 Thread Sébastien Vauban
Hi Matt, Matt Lundin wrote: Sébastien Vauban writes: Hi Nick and all, Nick Dokos wrote: Thomas S. Dye t...@tsdye.com wrote: What is an ECM? I don't know how widespread it is in French-speaking milieus, but I believe Seb Vauban is responsible for introducing it into this mailing list (see

Re: [O] Implemented word count for subtrees

2011-04-27 Thread Eric S Fraga
Simon Guest simon.gu...@tesujimath.org writes: Dear Org mode people, I implemented word counting for Org mode sub-trees. That is, count each sub-tree, and accumulate totals into the parent heading lines. Others have asked about this, so I attach my code below. This is quite nice. Thanks!

Re: [O] example or source blocks with captions

2011-04-27 Thread Sébastien Vauban
Hi Neilen, Neilen Marais wrote: Is it possible to caption a #+begin_src or #+begin_example block? Doing #+CAPTION: dipole_analytical_balanis.mac #+begin_example #+end_example doesn't seem to do the trick. I would find this useful to include suggested filenames when quoting source on

[O] Conflict between Org-Mode versions?

2011-04-27 Thread Michael Hannon
Greetings.  I'm trying to learn about Org-Mode.  My goal is mainly to learn to use the Babel extension, but I'm trying to get a good feel for Org-Mode before I do that. I've been having some difficulties with inconsistencies between the behavior described in Org-Mode tutorials and the behavior of

Re: [O] Conflict between Org-Mode versions?

2011-04-27 Thread Nick Dokos
[forgot to cc: the list] Michael Hannon jm_han...@yahoo.com wrote: Is there something else that I can/should do to make sure that the original Org-Mode is really gone? Restart your emacs to make sure that you don't have any remnants, but otherwise this seems fine to me. Here are a couple

[O] Missing Introduction and About sections in LaTeX export

2011-04-27 Thread Avdi Grimm
I have an Org document I'm exporting to PDF through LaTeX using the report class. The two first top-level sections in the document, titled About and Introduction, are completely missing from the generated .tex and PDF. The exported files start on the third section. Coincidentally(?) those are

Re: [O] example or source blocks with captions

2011-04-27 Thread Thomas S. Dye
Aloha Neilen Marais, A while back I took a stab at an overly ambitious project that I've subsequently dropped. In that project I did manage to establish captions that work with org-special-blocks. What follows is a cut and paste job from the bones of the project that might help you solve

Re: [O] Missing Introduction and About sections in LaTeX export

2011-04-27 Thread Nick Dokos
Avdi Grimm gro...@inbox.avdi.org wrote: I have an Org document I'm exporting to PDF through LaTeX using the report class. The two first top-level sections in the document, titled About and Introduction, are completely missing from the generated .tex and PDF. The exported files start on the

Re: [O] Conflict between Org-Mode versions?

2011-04-27 Thread Michael Hannon
From: Nick Dokos nicholas.do...@hp.com Is there something else that I can/should do to make sure that the original Org-Mode is really gone?   Restart your emacs to make sure that you don't have any remnants, but otherwise this seems fullproof to me. Hi, Nick.  Yes, I did restart Emacs but

Re: [O] Conflict between Org-Mode versions?

2011-04-27 Thread Jambunathan K
Is there something else that I can/should do to make sure that the original Org-Mode is really gone?   Restart your emacs to make sure that you don't have any remnants, but otherwise this seems fullproof to me. Hi, Nick.  Yes, I did restart Emacs but had the same problems. Use M-x

Re: [O] Missing Introduction and About sections in LaTeX export

2011-04-27 Thread Avdi Grimm
Update: my initial problem with missing sections has gone away as mysteriously as it came. Still looking for a way to use the starred form for LaTeX export of certain headlines. -- Avdi Grimm http://avdi.org

Re: [O] Missing Introduction and About sections in LaTeX export

2011-04-27 Thread Nick Dokos
Avdi Grimm a...@avdi.org wrote: On Wed, Apr 27, 2011 at 5:41 PM, Nick Dokos nicholas.do...@hp.com wrote: Just star them by hand in the tex file after exporting for the last time: it'll take two seconds. You may be able to do it from Org by writing a custom function (C-h v

Re: [O] Implemented word count for subtrees

2011-04-27 Thread Simon Guest
At Wed, 27 Apr 2011 18:51:06 +0100, Eric S Fraga wrote: This is quite nice. Thanks! I cannot help you with the mark problem; hopefully others can. One suggestion, however: I wonder if you could introduce the word count in a different way? I do use my headings and having the dots and the