Re: [O] Problems running C code in org-mode under Windows

2012-03-28 Thread Richard Stanton
I think the Access is denied problem is probably the same as that listed here: http://lists.gnu.org/archive/html/help-gnu-emacs/2010-04/msg00247.html Unfortunately, when I switch to using bash as my shell under Windows, this causes problems with python-mode (though this is not really your

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-28 Thread Achim Gratz
Aurélien Aptel aurelien.ap...@gmail.com writes: Ragel is written in C++ and has no dependency. It depends on having a working C++ compiler (presumably with some list of features / standard conformance). * every major platform has a C++ compiler Yes, but it may not be installed. Or has the

Re: [O] Bug: Formatting URL labels does not works with LaTeX export

2012-03-28 Thread Daniel Dehennin
Bastien b...@gnu.org writes: Hi Daniel, Daniel Dehennin daniel.dehen...@baby-gnu.org writes: When comparing different exports, I found a possible bug when formatting the label of URLs: Can you clearly state what the problem is? Sorry, the problem is the output of literal OrgMode

Re: [O] Problems running C code in org-mode under Windows

2012-03-28 Thread Richard Stanton
As far as I can see, at this point the command being called is C:/emacs/emacs-24.0.94/bin/cmdproxy -c gcc -o \c:/users/stanton[...]C- bin-10700opx\ \c:/users/Stanton[...]C-src-10700bfr.c\ (where [...] just means I deleted some more path information, but it's all valid). If I

Re: [O] Org publish restrict to certain levels

2012-03-28 Thread Xin Shi
Thank you! Xin On Wed, Mar 28, 2012 at 3:20 AM, Nick Dokos nicholas.do...@hp.com wrote: Bastien b...@gnu.org wrote: Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Unfortunately, there is a bug in org-latex.el, in org-export-latex-subcontent , | ((listp

Re: [O] [BUG] html export and org results block and indentation

2012-03-28 Thread Andreas Leha
Bastien b...@gnu.org writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I experience problems when exporting the following to html, as a spuriuos line ORG-ORG-START is inserted after the results block: I can't reproduce this. Please give more information on

Re: [O] table not returned

2012-03-28 Thread Andreas Leha
Hi Bastien, thanks for looking into this! Bastien b...@gnu.org writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: #+begin_src R :results table data.frame(parameter=c(parameter, , param1), mean=c(mean sd, , 1.1 0.1), median=c(median,

Re: [O] [BUG] html export and org results block and indentation

2012-03-28 Thread Nick Dokos
Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Bastien b...@gnu.org writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I experience problems when exporting the following to html, as a spuriuos line ORG-ORG-START is inserted after the results

Re: [O] [BUG] html export and org results block and indentation

2012-03-28 Thread Andreas Leha
Nick Dokos nicholas.do...@hp.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Bastien b...@gnu.org writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I experience problems when exporting the following to html, as a spuriuos line

Re: [O] [BUG] html export and org results block and indentation

2012-03-28 Thread Nick Dokos
Andreas Leha andreas.l...@med.uni-goettingen.de wrote: The difference seems to come from me loading the module org-special-blocks. Without loading this module, I also get your result. One mystery down, two to go: so there is a (possible) bug in the html exporter with indented

Re: [O] table not returned

2012-03-28 Thread Nick Dokos
Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi Bastien, thanks for looking into this! Bastien b...@gnu.org writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: #+begin_src R :results table data.frame(parameter=c(parameter, , param1),

Re: [O] table not returned

2012-03-28 Thread Andreas Leha
Nick Dokos nicholas.do...@hp.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi Bastien, thanks for looking into this! Bastien b...@gnu.org writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: #+begin_src R :results table

Re: [O] table not returned

2012-03-28 Thread Nick Dokos
Andreas Leha andreas.l...@med.uni-goettingen.de wrote: thanks for that analysis! I had tried replacing ( with [ without success. Now I know why: (org-babel-string-read [foo)) -- Error , | Debugger entered--Lisp error: (invalid-read-syntax ) or . in a vector) | read([foo)) |

Re: [O] Create preamble from an .org file ?

2012-03-28 Thread Vincent Beffara
Hi, How do I do that? Maybe a dedicated .org file for the navigation bar is not the right way to do, is there a better one? Since you only need to export your preamble in HTML once, I'd rather use `org-export-html-preamble' and set it to the HTML string you want. Thanks for the tip. In

Re: [O] orgmode as a service

2012-03-28 Thread Brian Dunbar
suvayu ali Maybe this is what you are looking for? http://orgmode.org/worg/org-hacks.html#sec-3-12 Haw - the bash script there is a great start. I sure do end up writing a lot of bash stuff at any rate. Sami Airaksinen one could try to create some nice web services with elnode library to

Re: [O] Org Babel C/C++

2012-03-28 Thread Daimrod
Eric Schulte eric.schu...@gmx.com writes: Applied, Thanks! Daimrod daim...@gmail.com writes: Hi, I've made a small patch to ob-C.el so it now includes the current directory to the list of directories to be searched for header files. Without this, I cannot include a local header file

[O] Bug with exporting org source block

2012-03-28 Thread Truong Nghiem
I'm using orgmode release Org 7.8.06. When I export an org source block (i.e. a source code block in the org language): #+BEGIN_SRC org :exports code ,#+srcname: name ,#+begin_src language switches header arguments , body ,#+end_src #+END_SRC the last source line is not exported. The

[O] buffer-wide tangle filename

2012-03-28 Thread Julian Burgos
Hello everyone, This may be a very simple question. I want to tangle multiple source code blocks into a single file. Instead of using the same output filename as a block header (e.g. :tangle output.el) in each code block, can I I define a buffer-wide tangle filename? Something like this (which

Re: [O] Org Babel C/C++

2012-03-28 Thread Michael Hannon
On Wednesday, March 28, 2012 at 4:01 PM Daimrod wrote: Eric Schulte eric.schu...@gmx.com writes: Applied, Thanks! Daimrod daim...@gmail.com writes: Hi, I've made a small patch to ob-C.el so it now includes the current directory to the list of directories to be searched for header files.

[O] Babel vs. Doxygen?

2012-03-28 Thread Michael Hannon
Greetings.  I just ran across an article about Doxygen [1], and I'm trying to understand if there's any intersection between Doxygen/Roxygen and Org mode Babel, both of which seem to have literate programming as a goal.  Any thoughts about this?  Thanks. -- Mike

[O] LaTeX export should honor CUSTOM_ID property

2012-03-28 Thread Truong Nghiem
I'm using orgmode version 7.8.06. Right now, whenever an org file is exported to LaTeX, each heading is assigned an automatic label (e.g. sec-1). All hyperlinks to the heading will also use this label. There is a standard orgmode property for assigning custom ID to headings for hyperlinks:

[O] org-mobile: Strange #+TODO: in index.org

2012-03-28 Thread Moritz Ulrich
Hello, I recently started using org-mode in combination with MobileOrg rather excessively. Everything works pretty good, with one exception: `org-mobile-push' adds a strange #+TODO: line to index.org: #+TODO: | DONE This confuses my MobileOrg application (Android, MobileOrg-NG, a fork) and