Re: [O] Release 8.0

2013-05-09 Thread Neuwirth Erich
I wanted to report that the problem seems to be solved in the latest release. I just compiled and ran all the tests (including the maxima ones) without a hitch on my Mac (OSX 10.8.3, Emacs 24.3.1) On Apr 18, 2013, at 8:01 PM, Achim Gratz strom...@nexgo.de wrote: Neuwirth Erich writes: I

[O] Help with beamer

2013-04-04 Thread Neuwirth Erich
I am preparing a presentation with or-mode and beamer. I am using :PROPERTIES: :BEAMER_envargs: [+-] :END: to make list elements appear one by one. When creating handouts, I want to supress the build effect (it works by creatin many slides unnecessary in printout) Is there a way of using a

Re: [O] Help with beamer

2013-04-04 Thread Neuwirth Erich
Additional question How can I set the BEAMER_envargs property for the whole file? On Apr 4, 2013, at 2:16 PM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: I am preparing a presentation with or-mode and beamer. I am using :PROPERTIES: :BEAMER_envargs: [+-] :END: to make list elements

[O] Maxima tests fail in devel on OSX

2013-03-25 Thread Neuwirth Erich
I just ran make up1 on the latest version from git and the tests failed on maxima. I have not changed the configuration of maxima since the last tests I ran probably a month ago. 7 unexpected results: FAILED ob-maxima/integer-input FAILED ob-maxima/list-input FAILED

Re: [O] Further problems with export

2013-03-14 Thread Neuwirth Erich
/site-lisp/org lispdir= $(prefix)/site-lisp/org # Where local data files go. datadir = $(prefix)/emacs/etc/org datadir = $(prefix)/etc/org # Where info files go. infodir = $(prefix)/info On Mar 14, 2013, at 8:04 AM, Achim Gratz strom...@nexgo.de wrote: Neuwirth Erich writes: I install

[O] Build fail with emacs 24.3.1

2013-03-13 Thread Neuwirth Erich
I just installed Emacs 24.3.1 on OSX 10.8.2 and tried to build the latest git version of orgmode. It fails. Is this due to the fact that I have a new emacs, or is it a more general problem. Here is the output from building: Ran 428 tests, 426 results as expected, 2 unexpected (2013-03-13

[O] Further problems with export

2013-03-13 Thread Neuwirth Erich
After being able to build again, I cannot export now. In my .emacs I have ;; using the new exporter (define-key org-mode-map (kbd C-c C-e) 'org-export-dispatch) When I try to export with C-c C-e I get a window with the menu for the export commands, and a prompt Export command: in the bottom

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
b...@altern.org wrote: Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: How can I make things work again? Provided you installed Org correctly, restarting Emacs will do. -- Bastien

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
wrote: Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: Symbol's value as variable is void: org-agenda-export-html-style How do you get this error? My guess is that I need another require in .emacs (require 'org) is the only thing you need. If you add requires

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
OK, one of my problems was that I did not notice that Emacs itself has org in its lisp directory. So I had two versions. So I started again and did a fresh install of Emacs but I also had a version installed in my ~/.emacs.d/elpa and then I installed a third version in site-lisp Of cours, that

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
Further investigation shows that in the git version org-special-blocks.el contains (require org-html) but no file org-html.el exists. How can I solve this problem? On Mar 14, 2013, at 2:15 AM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: OK, one of my problems was that I did not notice

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
next? On Mar 14, 2013, at 2:25 AM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: Further investigation shows that in the git version org-special-blocks.el contains (require org-html) but no file org-html.el exists. How can I solve this problem? On Mar 14, 2013, at 2:15 AM

[O] build fails

2013-03-03 Thread Neuwirth Erich
I am using OSX 10.8.2 and Emacs 2.24.1 I am trying to build org-mode from the current version in git, and I get the following errors: Ran 423 tests, 419 results as expected, 4 unexpected (2013-03-03 13:23:56+0100) 5 expected failures 4 unexpected results: FAILED

Re: [O] bug: org-export-preprocess-string: Wrong number of arguments when doing org-export-as-html

2013-02-28 Thread Neuwirth Erich
As I learned the correct name for elisp to use with begin_src is emacs-lisp, not elisp On Feb 28, 2013, at 12:13 PM, Achim Gratz strom...@nexgo.de wrote: Karl Voit devnull at Karl-Voit.at writes: #+BEGIN_SRC elisp (org-export-as-html 3 nil nil htmlized-output nil nil) #+END_SRC Am I

[O] R code, LaTex export of tables

2012-12-21 Thread Neuwirth Erich
The following piece of code produced nicely formatted table some time ago when exported through LaTex. It comes from http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html #+BEGIN_SRC R :results output org :exports both library(ascii) a - runif(100) c - Quantiles of 100 random numbers

[O] Builds on OSX fails recently

2012-12-14 Thread Neuwirth Erich
On OSX 10.8.2 with Emacs 24.2.1 when trying make up2 I get Ran 334 tests, 333 results as expected, 1 unexpected (2012-12-14 18:29:01+0100) 5 expected failures 1 unexpected results: FAILED test-org-src/blank-line-block make[1]: *** [test-dirty] Error 1 make: *** [up2] Error 2 Yestereday,

Re: [O] Test fails ons OSX

2012-11-05 Thread Neuwirth Erich
Now i can build again! On Nov 3, 2012, at 11:12 AM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: Sorry, this is when running make up2 (not make update2) On Nov 3, 2012, at 10:38 AM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: OSX 10.8.2 Emacs 24.2.1 SInce a few days

[O] Test fails ons OSX

2012-11-03 Thread Neuwirth Erich
OSX 10.8.2 Emacs 24.2.1 SInce a few days now I get errors when I run make update2 Ran 330 tests, 329 results as expected, 1 unexpected (2012-11-03 10:35:01+0100) 4 expected failures 1 unexpected results: FAILED test-org/end-of-line make[1]: *** [test-dirty] Error 1 make: *** [up2] Error

Re: [O] Test fails ons OSX

2012-11-03 Thread Neuwirth Erich
Sorry, this is when running make up2 (not make update2) On Nov 3, 2012, at 10:38 AM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: OSX 10.8.2 Emacs 24.2.1 SInce a few days now I get errors when I run make update2 Ran 330 tests, 329 results as expected, 1 unexpected (2012-11-03

[O] Build fail on OSX

2012-10-03 Thread Neuwirth Erich
Until now, I was able to build from git (OSX 10.8.2, Emacs 24.2), but just now make up1 fails with the following error make[1]: Nothing to be done for `all'. rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc install -m 644 -p ../contrib/lisp/org-e-ascii.el

Re: [O] Build fail on OSX

2012-10-03 Thread Neuwirth Erich
The probleme persists even if I try what you suggested/ On Oct 3, 2012, at 11:52 AM, Bastien b...@altern.org wrote: Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: Until now, I was able to build from git (OSX 10.8.2, Emacs 24.2), but just now make up1 fails

Re: [O] Build fail on OSX

2012-10-03 Thread Neuwirth Erich
I do have my own local.mk (at the end of the message) where set things up OSXwise. I also add things for the new exporter and for R ORG_ADD_CONTRIB = org-e-* org-md org-export # e.g. the new exporter BTEST_EXTRA = ess-site # load ESS for R tests Here is more of my output: Mahler:org-mode

Re: [O] Build fail on OSX

2012-10-03 Thread Neuwirth Erich
The problem was my fault. I simply used the old local.mk. After creating a new local.mk from mk/default.mk and changing the settings in there, building works again. On Oct 3, 2012, at 6:52 PM, Achim Gratz strom...@nexgo.de wrote: Neuwirth Erich writes: = Org version make: Org-mode

Re: [O] tables once again

2012-10-02 Thread Neuwirth Erich
Here is my example (slightly modified) again, I still cannot get it to work the way I want it: In my .emacs I have (among other things) (require 'org-install) (require 'org-e-latex) (require 'org-e-html) ;;(require 'org-e-ascii) ;; using the new exporter (global-set-key (kbd C-c C-e)

[O] (no subject)

2012-09-29 Thread Neuwirth Erich
I just did make up2 And on OSX 10.8.2 and Emacs 24.2 I get: Ran 208 tests, 207 results as expected, 1 unexpected (2012-09-29 09:27:47+0200) 6 expected failures 1 unexpected results: FAILED test-ob/org-babel-remove-result--results-org make[1]: *** [test-dirty] Error 1 make: *** [up2] Error 2

[O] test fails on OSX

2012-09-29 Thread Neuwirth Erich
Sorry for the missing subject in the last message, here it is again with a subject line. I just did make up2 And on OSX 10.8.2 and Emacs 24.2 I get: Ran 208 tests, 207 results as expected, 1 unexpected (2012-09-29 09:27:47+0200) 6 expected failures 1 unexpected results: FAILED

[O] tables once again

2012-09-29 Thread Neuwirth Erich
Bastien, does the current git version contain the new LaTeX exporter? I am asking because I just installed via make up2 (as you noticed) after you fixed the export but and l c r are still not respected in LaTeX export on my Mac. html export works as expected. #+title: Table test ** My Table

Re: [O] Inline and executing the document

2012-09-20 Thread Neuwirth Erich
Sorry for not reading the docs carefully enough. I had overlooked :results wrap But even with this options things behave strangely. src_emacs-lisp[:results wrap]{(+ 2 3)} :RESULTS: 5:END: :RESULTS: 5:END: :RESULTS: 5:END: :RESULTS: 5:END: :RESULTS: 5:END: Running the code multiple times in the

Re: [O] Inline and executing the document

2012-09-20 Thread Neuwirth Erich
Thank you, this clarified things for me! I will look and suggest a place for mentioning this in the docs. Erich On Sep 20, 2012, at 4:23 PM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: Sorry for not reading the docs carefully enough. I had overlooked :results wrap But even

Re: [O] Another tricky question: accessing named values

2012-09-14 Thread Neuwirth Erich
kind of formatting, being able to the value of org names in a macro would solve my problem. On Sep 14, 2012, at 9:33 AM, Bastien b...@altern.org wrote: Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: Is there a way of accessing the value of something defined by a #name

[O] Another tricky question: accessing named values

2012-09-13 Thread Neuwirth Erich
Is there a way of accessing the value of something defined by a #name: statement as part of plain text, of within the definition of a macro?

[O] Graphics in LaTeX pdf output.

2012-09-11 Thread Neuwirth Erich
I am trying to produce pdf through latex with R in org. I am using MacTeX 2012, Emacs 24.2, and org mode version 7.9.1 (on Mountain Lion) I have the the following code segment. #+BEGIN_SRC R :session *R* :results output graphics :file first.png :exports both plot((0:10)^2,type=l) #+END_SRC

Re: [O] Graphics in LaTeX pdf output.

2012-09-11 Thread Neuwirth Erich
Excuse my sloppy report, I copied from the wrong terminal window. And after rebooting my Mac, things suddenly worked again. On Sep 11, 2012, at 5:26 PM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: I am trying to produce pdf through latex with R in org. I am using MacTeX 2012, Emacs 24.2

[O] Formatting R output

2012-09-10 Thread Neuwirth Erich
I am using org-mode with R. I already wrote a message about formatting inline code some time ago. After working more with R in org-mode (which I _really_ like) I have some questions and/or suggestions. 1) a mild annoyance. src_R{1+1} inserts the result 2 in the output. In fact, it inserts =2=.

[O] Test problems again

2012-09-01 Thread Neuwirth Erich
I need help to locate a configuration problem. As I alreay wrote I am building org-mode on 2 Macs. On the desktop, I do not have any problems, and all the test pass (except the ones where the testing routines tells they are expecting to fail). But on the MacBook (which essentially has the same

[O] test report with strange messages

2012-08-30 Thread Neuwirth Erich
I em learning to run the tests interactively. Again, OSX 10.8.1, Emacs 24.2.1 Perhaps the following report is useful for the developers. The message seems rather strange ;-) -=-=-=-=-=-=-=-=-= Selector: \\(org\\|ob\\) Passed: 128 Failed: 12 (2 unexpected) Total: 140/140 Started at:

Re: [O] Multicolumn

2012-08-29 Thread Neuwirth Erich
That is probably what I will have to do. But since I want both html and LaTeX output, I have to two write separate output routines in R which I had hoped to be able to avoid. On Aug 29, 2012, at 4:39 AM, t...@tsdye.com (Thomas S. Dye) wrote: Neuwirth Erich erich.neuwi...@univie.ac.at writes

[O] Question about section titles

2012-08-28 Thread Neuwirth Erich
I am exporting an org file to html. The text is German. The table of contents, however, gets a sections with the title Table of Contents. How can I change this section title? Erich

[O] LaTeX table formatting

2012-08-28 Thread Neuwirth Erich
I would like to add some twists to tables. Using the ATTR_LaTeX attribute I can control alignment and vertical gridlines in the table. I also would like to have horizontal gridlines, and I would like to have multicol top headers. tgroupt and n.tgroup in theory should me give these multicol

[O] Multicolumn

2012-08-28 Thread Neuwirth Erich
After some googling it seems that multicolumn support is not yet implemented in org tables. I would need multicolumn headers quite urgently, but I have not yet found a way to make this possible. I think that tables with headers like this: | |mean | s.e.|

Re: [O] Multicolumn

2012-08-28 Thread Neuwirth Erich
| So it gets me what I want, which is orgtbl editing, and import/export support to twiki format. Seems a similar technique could be backed in to any org export engine. ...cj On 8/28/12 5:10 PM, Neuwirth Erich wrote: After some googling it seems that multicolumn support is not yet

Re: [O] build failure

2012-08-27 Thread Neuwirth Erich
Pulling the latest version and building it made the problem disappear. org-version says 7.9 (release_7.9-80-gf29660.dirty) On Aug 26, 2012, at 10:50 PM, Bastien b...@altern.org wrote: Hi Erich, Erich Neuwirth erich.neuwi...@univie.ac.at writes: I just pulled the latest version of the

Re: [O] make test on OSX

2012-08-17 Thread Neuwirth Erich
I do not kow hat you changed, but since today all tests pass. On Aug 14, 2012, at 8:49 AM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: I am not (yet?) fluent enough in elisp to be able to debug other people's code ;-) On Aug 13, 2012, at 9:21 AM, Bastien b...@gnu.org wrote: Hi

Re: [O] make test on OSX

2012-08-14 Thread Neuwirth Erich
I am not (yet?) fluent enough in elisp to be able to debug other people's code ;-) On Aug 13, 2012, at 9:21 AM, Bastien b...@gnu.org wrote: Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: Is there any way I can find out more? By looking for an actual bug related

Re: [O] make test on OSX

2012-08-13 Thread Neuwirth Erich
Is there any way I can find out more? On Aug 13, 2012, at 5:44 AM, Bastien b...@gnu.org wrote: Neuwirth Erich erich.neuwi...@univie.ac.at writes: Any ideas why the tests are failing? It looks like there is a missing dependancy related to org-element somewhere. But I can't reproduce

[O] make test on OSX

2012-08-12 Thread Neuwirth Erich
Enclosed is the output of make test with the current (see time spam of mail) version pulled from git. it contains the backtraces of the failed tests. I am running OSX 10.8 and Emacs 24.1.1 This is GNU Emacs 24.1.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-06-10 on bob.porkrind.org

Re: [O] make test on Mac

2012-08-08 Thread Neuwirth Erich
/mark-subtree FAILED test-org/up-element How can I get more details error messages for these problems? On Aug 2, 2012, at 8:35 AM, Achim Gratz strom...@nexgo.de wrote: Neuwirth Erich erich.neuwirth at univie.ac.at writes: Are the tests supposed to work only from within Emacs? No, but you

Re: [O] make test on Mac

2012-08-04 Thread Neuwirth Erich
again. Any further suggestions? On Aug 3, 2012, at 10:32 PM, ASSI strom...@nexgo.de wrote: [It looks you sent this mail to me rather than the list, so my reply is private as well. I'd prefer to keep the discussion on-list.] On Thursday 02 August 2012, 09:05:52, Neuwirth Erich wrote: i686

[O] :var problems with R

2012-06-21 Thread Neuwirth Erich
The following works #+name: xvar #+begin_src emacs-lisp ahaRx #+end_src #+RESULTS: xvar : ahaR #+name: myblock #+begin_src R :var xxx=xvar xxx #+end_src #+RESULTS: myblock : ahaRx But when I replace emacs-lisp with R in the first code block, it does not work any more. I think it should

[O] graphics size

2012-06-21 Thread Neuwirth Erich
In org-mode for R I am using something like :results output graphics :file first.png :exports both and in the block then here is a plot command. How can I control the dimensions of first.png?

Re: [O] :var problems with R

2012-06-21 Thread Neuwirth Erich
Meanwhile I learned that #+name: xvar : waterfall #+name: myblock #+begin_src R :var xxx=xvar print(xxx) #+end_src #+RESULTS: myblock : waterfall ans so will #+name: xvar2 : water #+name: myblock2 #+begin_src R :var xxx=xvar2 xxx #+end_src #+RESULTS: myblock2 : water The critical missing

[O] Beginner's question

2012-06-20 Thread Neuwirth Erich
I am using R. I am combining large data frames, and I am getting into memory problems. Therefore I would like to to this in separate steps and after each step the R process should be closed to free memory. When I do not use the :session argument for the code blocks, it seems that the R process

[O] font-lock in src code blocks

2012-04-07 Thread Neuwirth Erich
I could not find the option to set language sensitive font locking in source code blocks. Is there such an option?

Re: [O] Preformatted text

2012-03-29 Thread Neuwirth Erich
And if you just avoid too much typing e TAB will insert #+BEGIN_EXAMPLE #+END_EXAMPLE On Mar 29, 2012, at 12:23 PM, Tassilo Horn wrote: Dashamir Hoxha dashoho...@gmail.com writes: Hi Dashamir, I have no idea about how easy or difficult would be to implement it, but I think that it

[O] babel for maxima

2012-03-25 Thread Neuwirth Erich
I have a suggestion for the maxima mode in org-babel. I am using Emacs on a Mac which means that some hint work differently. The standard distribution of Maxima for the mac does not have a command 'maxima' anywhere on the path. The way to start character mode maxima from a shell is using

[O] Assigning results to variables

2012-03-24 Thread Neuwirth Erich
Is it possible to assign the results of a babel code block to a variable? Then the results produce by one language could be transferred as input to a code block in another language. I studied the documentation and could not find any hint about this.