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 wrote:
> Neuwirth Erich writes:
>> I compiled
Additional question
How can I set the BEAMER_envargs property
for the whole file?
On Apr 4, 2013, at 2:16 PM, Neuwirth Erich wrote:
> I am preparing a presentation with or-mode and beamer.
> I am using
> :PROPERTIES:
> :BEAMER_envargs: [<+->]
> :END:
> to make list el
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 gl
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 ob-maxima/matrix
emacs/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 wrote:
> Neuwirth Erich writes:
>> I install ever
What next?
On Mar 14, 2013, at 2:25 AM, Neuwirth Erich 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
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 wrote:
> OK,
> one of my problems was that I did not notice that Emacs itself h
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 wa
Hi Erich,
>
> Neuwirth Erich 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.
>
&
shift-select t)
(setq org-src-fontify-natively t)
On Mar 13, 2013, at 3:16 PM, Bastien wrote:
> Hi Erich,
>
> Neuwirth Erich writes:
>
>> How can I make things work again?
>
> Provided you installed Org correctly, restarting Emacs
> will do.
>
> --
> Bastien
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
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 08:36:11
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 test-org-table/references/for
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 wrote:
> Karl Voit Karl-Voit.at> writes:
>> #+BEGIN_SRC elisp
>> (org-export-as-html 3 nil nil "htmlized-output" nil nil)
>> #+END_SRC
>
>> Am I doing something wro
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 number
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, bu
Now i can build again!
On Nov 3, 2012, at 11:12 AM, Neuwirth Erich wrote:
> Sorry,
> this is when running
> make up2
>
> (not make update2)
>
> On Nov 3, 2012, at 10:38 AM, Neuwirth Erich
> wrote:
>
>> OSX 10.8.2 Emacs 24.2.1
>>
>> SInce a
Sorry,
this is when running
make up2
(not make update2)
On Nov 3, 2012, at 10:38 AM, Neuwirth Erich 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
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 2
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 wrote:
> Neuwirth Erich writes:
>> = Org version
>> make: O
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 neuwi
The probleme persists even if I try what you suggested/
On Oct 3, 2012, at 11:52 AM, Bastien wrote:
> Hi Erich,
>
> Neuwirth Erich writes:
>
>> Until now, I was able to build from git (OSX 10.8.2, Emacs 24.2),
>> but just now
>> make up1
>> fails with
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
../contrib/lisp/o
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") 'org-e
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
andare still not respected in LaTeX export on my Mac.
html export works as expected.
#+title: Table test
** My Table
| He
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 test-ob/org-bab
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
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 wrote:
> Sorry for not reading the docs carefully enough.
> I had overlooked :results wrap
> But even with this options thin
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 d
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 wrote:
> Hi Erich,
>
> Neuwirth Erich writes:
>
>> Is there a way of accessing the value of something defined by a #name:
>> stateme
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?
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 wrote:
> I am trying to produce pdf through latex with R in org.
> I am using MacTeX 2012, Emacs 24.2, and org mode v
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
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=.
Wh
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 c
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: 2012-0
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 writes:
>
>> My pro
| C2 |
>
> The down side is that the text "Multicol" will expand the display size of C1,
> so if it gets long, the table grows:
>
> | This is a long multicol cell | << |
> | C1 | C2 |
>
> So it gets me what I want, which is orgtbl editi
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.|
|
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 headers,
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
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 wrote:
> Hi Erich,
>
> Erich Neuwirth writes:
>
>> I just pulled the latest version of the sources on my MacBook with OSX 10.8.1
>>
I do not kow hat you changed, but since today all tests pass.
On Aug 14, 2012, at 8:49 AM, Neuwirth Erich 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 wrote:
>
>> Hi Er
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 wrote:
> Hi Erich,
>
> Neuwirth Erich writes:
>
>> Is there any way I can find out more?
>
> By looking for an actual bug related to the fail
Is there any way I can find out more?
On Aug 13, 2012, at 5:44 AM, Bastien wrote:
> Neuwirth Erich 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 the prob
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
A
/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 wrote:
> Neuwirth Erich univie.ac.at> writes:
>> Are the tests supposed to work only from within Emacs?
>
> No, but you might be in
again.
Any further suggestions?
On Aug 3, 2012, at 10:32 PM, ASSI 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 wro
gt; your architecture/installation -- and developers cannot test all possible
> architectures/installations.
>
> Neuwirth Erich writes:
>
>> I am regularly building org mode on my Mac.
>> I do not pretend to bean experienced Emacs programmer, but I am will it to
&g
I am regularly building org mode on my Mac.
I do not pretend to bean experienced Emacs programmer, but I am will it to help
if I can contribute.
This is what I get when I run
make test
on the current source.
Ran 314 tests, 307 results as expected, 7 unexpected (2012-08-01 16:06:02+0200)
5 expect
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 p
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?
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 becau
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
I could not find the option to set language sensitive font locking in source
code blocks.
Is there such an option?
And if you just avoid too much typing
Dashamir Hoxha writes:
>
> Hi Dashamir,
>
>> I have no idea about how easy or difficult would be to
>> implement it, but I think that it would be nice to have
>> some markup like these:
>> --8<--
>> -->8--
>> instead of
>>
>> #+BEGIN_EXAMPLE
>> #+END_EXAM
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
/Applica
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.
58 matches
Mail list logo