[O] Git repo not cloneable?

2012-03-02 Thread jeremiah . dodds
I was looking to add scala support to org-babel, but the repo linked from http://orgmode.org/worg/org-contribute.html appears to need some server-side love: $ git --version git version 1.7.9.2 $ git clone http://orgmode.org/w/org-mode.git Cloning into 'org-mode'...

[O] Participating in Google Summer of Code 2012

2012-03-02 Thread Bastien
Dear all, Thorsten wrote a page about the Google Summer of Code on Worg: http://orgmode.org/worg/org-contrib/gsoc2012/ He described his own project on the ideas page: http://orgmode.org/worg/org-contrib/gsoc2012/orgmode-gsoc2012-ideas.html (See Real webprogramming with Org Mode and

Re: [O] spot the LaTeX error

2012-03-02 Thread Peter Salazar
With some help I was able to fix the problem. If anyone is interested in the template, let me know and I can supply the corrected code. On Thu, Mar 1, 2012 at 11:26 PM, Peter Salazar cycleofs...@gmail.comwrote: Not sure if this is the right forum for this question, so feel free to direct me

[O] [BABEL] Redirect stderr to stdout?

2012-03-02 Thread Viktor Rosenfeld
Hi, is there a way to capture stderr output of a babel block and have it appear in the results block (instead of being printed in the *Shell Command Output* buffer)? On sh blocks I could redirect myself, but I'm trying to capture the output of psql (the PostgreSQL client). Specifically, I have

Re: [O] Git repo not cloneable?

2012-03-02 Thread suvayu ali
On Fri, Mar 2, 2012 at 09:00, jeremiah.do...@gmail.com wrote: I was looking to add scala support to org-babel, but the repo linked from http://orgmode.org/worg/org-contribute.html appears to need some server-side love:    $ git --version    git version 1.7.9.2    $ git clone

Re: [O] Git repo not cloneable?

2012-03-02 Thread Jonathan Leech-Pepin
Seems that the URL listed on that page is not correct for cloning. The URL is the correct one for web access. The following works for me (stuck behind a firewall that blocks git://): , | [remote origin] | fetch = +refs/heads/*:refs/remotes/origin/* | url = http://orgmode.org/org-mode.git

Re: [O] Git repo not cloneable?

2012-03-02 Thread suvayu ali
Hi Jonathan and Jeremiah, On Fri, Mar 2, 2012 at 14:29, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com wrote: Seems that the URL listed on that page is not correct for cloning. The URL is the correct one for web access. [...] So http cloning is enabled, the URL simply isn't mentioned

Re: [O] [Bug] Tests for experimental org-features should expect to fail if not activated by the user

2012-03-02 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: There's another patch by Nicolas that added a few test, one of which seems broken: This should be fixed now. Thank you for reporting it. Regards, -- Nicolas Goaziou

Re: [O] [babel] Is Org Babel an X11 application?

2012-03-02 Thread Eric Schulte
Can you provide a minimal example? I have a similar usage pattern (emacs daemon and a mixture of X11 and screen Emacs windows) and I have never experienced what you describe. Also, try to reproduce with Emacs -Q, maybe you have some inline-image configuration set. Best, Thorsten

Re: [O] [babel] Is Org Babel an X11 application?

2012-03-02 Thread Rick Frankel
On 02.03.2012 02:11, Thorsten wrote: Hi List, results of code block evaluations seem to be inserted as pictures in the org document - and need X11 or there is an error message. Is that true - Org Babel only works in an X11 session and not on the console? Or is there some configuration/trick

[O] How to include pre-existing pdf files/pages into orgmode pdf or other export output

2012-03-02 Thread Martin Weigele
Hi, is there an easy way to do this (rather than to fiddle around with resulting pdfs)? Thanks, Martin

Re: [O] How to include pre-existing pdf files/pages into orgmode pdf or other export output

2012-03-02 Thread suvayu ali
Hey Martin, On Fri, Mar 2, 2012 at 16:57, Martin Weigele mar...@weigele.de wrote: Hi, is there an easy way to do this (rather than to fiddle around with resulting pdfs)? If you want to include the preexisting pdf as an image, just do [[file:/path/to/preexisting.pdf]] and export. I don't

Re: [O] [BABEL] Redirect stderr to stdout?

2012-03-02 Thread Eric Schulte
Viktor Rosenfeld listuse...@googlemail.com writes: Hi, is there a way to capture stderr output of a babel block and have it appear in the results block (instead of being printed in the *Shell Command Output* buffer)? On sh blocks I could redirect myself, but I'm trying to capture the output

Re: [O] [BUG?] subtle sequencing error when setting org-bbdb-old in org-bbdb.el

2012-03-02 Thread David Maus
At Mon, 27 Feb 2012 17:21:59 -0500, Nick Dokos wrote: David Maus dm...@ictsoc.de wrote: The problem was that org-bbdb is part of org-modules by default and that was loading org-bbdb way too early, certainly before bbdb itself was loaded. That would set the value to nil and nothing I

[O] Double SCHEDULED: problem

2012-03-02 Thread François Pinard
Hi, Org friends! For my employer, I have to fill a time form every two weeks for salary, and also every month for customer billing. So, I have one SCHEDULED: line for each of these recurrences. Last week, the entry started like this: ** TODO *Rapport d'heures (Formation)

Re: [O] Participating in Google Summer of Code 2012

2012-03-02 Thread Eric Schulte
Hi, Thanks to Bastien and Thorsten for advancing this opportunity. I think this could be a good chance for the community to collect and prioritize some of our more ambitious development goals, and to widen the pool of users who are familiar with the Org-mode internals -- a wonderful journey to

Re: [O] Participating in Google Summer of Code 2012

2012-03-02 Thread Jambunathan K
Git merge tool for Org files http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00601.html

Re: [O] Participating in Google Summer of Code 2012

2012-03-02 Thread Eric Schulte
Jambunathan K kjambunat...@gmail.com writes: Git merge tool for Org files http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00601.html Interesting, along these lines, I know git is able to use custom diffs (e.g., there exist sentence rather than line-based diffs for writing prose).

Re: [O] Participating in Google Summer of Code 2012

2012-03-02 Thread Jambunathan K
Eric Schulte eric.schu...@gmx.com writes: Jambunathan K kjambunat...@gmail.com writes: Git merge tool for Org files http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00601.html Interesting, along these lines, I know git is able to use custom diffs (e.g., there exist sentence

Re: [O] Double SCHEDULED: problem

2012-03-02 Thread Bernt Hansen
pin...@iro.umontreal.ca (François Pinard) writes: Hi, Org friends! For my employer, I have to fill a time form every two weeks for salary, and also every month for customer billing. So, I have one SCHEDULED: line for each of these recurrences. Last week, the entry started like this: **

Re: [O] Selectively export RESULTS

2012-03-02 Thread Matthew Landis
cberry at tajo.ucsd.edu writes: Eric Schulte eric.schulte at gmx.com writes: Does this do what you want? Have you looked at the :cache header argument [1], from my understanding of your use case it should be exactly what you are after. Its a step in the right direction. It

Re: [O] org-export-blocks-preprocess: Marker does not point anywhere

2012-03-02 Thread Matthew Landis
Nick Dokos nicholas.dokos at hp.com writes: Matthew Landis landis at isciences.com wrote: I can't reproduce it either with latest (more or less) or with 7.8.03. The html export succeeds and the code is exported, pdf export (with minted) succeeds except that the code block is not

Re: [O] Git repo not cloneable?

2012-03-02 Thread jeremiah . dodds
suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Jonathan and Jeremiah, On Fri, Mar 2, 2012 at 14:29, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com wrote: Seems that the URL listed on that page is not correct for cloning. The URL is the correct one for web access. [...] So http

Re: [O] [Bug] Tests for experimental org-features should expect to fail if not activated by the user

2012-03-02 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: This should be fixed now. Thank you for reporting it. I confirm the fix, testing is clean again, thank you very much. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptation for Waldorf microQ V2.22R2:

Re: [O] Selectively export RESULTS

2012-03-02 Thread Eric Schulte
Matthew Landis lan...@isciences.com writes: cberry at tajo.ucsd.edu writes: Eric Schulte eric.schulte at gmx.com writes: Does this do what you want? Have you looked at the :cache header argument [1], from my understanding of your use case it should be exactly what you are after.

Re: [O] [BUG?] subtle sequencing error when setting org-bbdb-old in org-bbdb.el

2012-03-02 Thread Nick Dokos
David Maus dm...@ictsoc.de wrote: At Mon, 27 Feb 2012 17:21:59 -0500, Nick Dokos wrote: David Maus dm...@ictsoc.de wrote: The problem was that org-bbdb is part of org-modules by default and that was loading org-bbdb way too early, certainly before bbdb itself was loaded.

Re: [O] [babel] Is Org Babel an X11 application?

2012-03-02 Thread Thorsten
Rick Frankel r...@rickster.com writes: Hi Eric, Hi Rick, Are you running babel code which generates images (e.g., dot, mscgen, etc.)? If so, check if =org-display-inline-images= is being executed in the =org-babel-after-execute-hook=. It automatically replaces the file link results with the

Re: [O] Selectively export RESULTS

2012-03-02 Thread Christophe Pouzat
Matthew Landis lan...@isciences.com writes: cberry at tajo.ucsd.edu writes: Eric Schulte eric.schulte at gmx.com writes: Does this do what you want? Have you looked at the :cache header argument [1], from my understanding of your use case it should be exactly what you are after.

Re: [O] Double SCHEDULED: problem

2012-03-02 Thread François Pinard
Bernt Hansen be...@norang.ca writes: pin...@iro.umontreal.ca (François Pinard) writes: Two SCHEDULED: lines on a single entry is not supported by org-mode AFAIK. OK! I would create a subtask for each of these I'll use this, thanks Bernt! François

Re: [O] Selectively export RESULTS

2012-03-02 Thread Matthew Landis
Eric Schulte eric.schulte at gmx.com writes: Matthew Landis landis at isciences.com writes: Have you tried this? The cache header argument has special handling of code blocks with sessions to handle such cases. Fair enough! I hadn't tried it. But I did just try this example:

Re: [O] Selectively export RESULTS

2012-03-02 Thread Matthew Landis
On 3/2/2012 12:59 PM, Christophe Pouzat wrote: Matthew, I think that you're wrongly expecting babel's cache header argument to behave like the argument of the same name in Sweave code chunks. Babel will cache, in your case, the value of your code block evaluation and there is none in your

[O] org-odt: cannot find factory styles

2012-03-02 Thread Matthew Landis
Hello all, I've been googling this problem and searching the archives, but I can't seem to find a solution. When I try to export to ODT, I get Error (org-odt): Cannot find factory styles files. Aborting. Looking in my *Messages* buffer, I see at startup: Debug (org-odt): Searching for

Re: [O] Selectively export RESULTS

2012-03-02 Thread Eric Schulte
Matthew Landis lan...@isciences.com writes: Eric Schulte eric.schulte at gmx.com writes: Matthew Landis landis at isciences.com writes: Have you tried this? The cache header argument has special handling of code blocks with sessions to handle such cases. Fair enough! I hadn't tried

Re: [O] Selectively export RESULTS

2012-03-02 Thread cberry
Eric Schulte eric.schu...@gmx.com writes: Matthew Landis lan...@isciences.com writes: cberry at tajo.ucsd.edu writes: Eric Schulte eric.schulte at gmx.com writes: Does this do what you want? Have you looked at the :cache header argument [1], from my understanding of your use

Re: [O] [BABEL] Redirect stderr to stdout?

2012-03-02 Thread Viktor Rosenfeld
Hi Eric, Eric Schulte wrote: Currently the only action Babel takes with STDERR is to display it in a pop-up buffer when code block evaluation fails. On my system (OS X) the buffer does not popup. I just tried #+BEGIN_SRC sh echo foo 12 #+END_SRC in Aquamacs and Cocoa Emacs. Strangely, the

Re: [O] How to include pre-existing pdf files/pages into orgmode pdf or other export output

2012-03-02 Thread Skip Collins
On Fri, Mar 2, 2012 at 10:57 AM, Martin Weigele mar...@weigele.de wrote: Hi, is there an easy way to do this (rather than to fiddle around with resulting pdfs)? I think the LaTeX package pdfpages is what you are looking for.

[O] Export anchor to latex

2012-03-02 Thread Markus Grebenstein
Dear List, I am regularly running into problems with internal links to headings, since my document meanwhile is 200pp+ long and I tend to change headings. Since I loose the ability to jump to the heading, I do not like to use the classic latex approach using \label. I am wondering why

[O] ConTeXt export

2012-03-02 Thread Markus Grebenstein
Dear List, Since the name of ConTeXt makes it almost impossible to search for that topic I'd like to ask you: Is there an ConTeXt exporter (planned??). I am getting more and more fed up with all the package trouble... Thanks in advance, Markus

Re: [O] Selectively export RESULTS

2012-03-02 Thread Matthew Landis
On 3/2/2012 2:33 PM, Eric Schulte wrote: The above line should be #+PROPERTY: singular. That explains why file-wide settings aren't working for you. THANK YOU. That makes it work, especially once I realized that the Property has to be set when the buffer is loaded. Now I have #+PROPERTY:

Re: [O] Export anchor to latex

2012-03-02 Thread Nick Dokos
Markus Grebenstein p...@mgrebenstein.de wrote: Dear List, I am regularly running into problems with internal links to headings, since my document meanwhile is 200pp+ long and I tend to change headings. Since I loose the ability to jump to the heading, I do not like to use the classic

Re: [O] Selectively export RESULTS

2012-03-02 Thread Eric Schulte
Matthew Landis lan...@isciences.com writes: On 3/2/2012 2:33 PM, Eric Schulte wrote: The above line should be #+PROPERTY: singular. That explains why file-wide settings aren't working for you. THANK YOU. That makes it work, Good to hear. especially once I realized that the Property has

Re: [O] [BABEL] Redirect stderr to stdout?

2012-03-02 Thread Eric Schulte
Viktor Rosenfeld listuse...@googlemail.com writes: Hi Eric, Eric Schulte wrote: Currently the only action Babel takes with STDERR is to display it in a pop-up buffer when code block evaluation fails. On my system (OS X) the buffer does not popup. I just tried #+BEGIN_SRC sh echo foo

Re: [O] org-odt: cannot find factory styles

2012-03-02 Thread Jambunathan K
The easiest solution is to use ELPA. There is some instruction on how to use ELPA here: http://orgmode.org/worg/org-faq.html#installing-via-elpa If you are installing through ELPA for the first time, make sure that you have no installation of org in your load-path. M-x locate-library RET org

[O] How to build a project from org files using ant/make?

2012-03-02 Thread Robert McIntyre
Hi, I use org-babel to produce the source and html documentation for my projects. My projects generally look like this: [~/tmp/org-project] $ tree . |-- html | `-- proj.html |-- org | `-- proj.org `-- src `-- namesace |-- prog_1.clj `-- prog_2.clj Here prog_1.clj,

Re: [O] org-odt: cannot find factory styles

2012-03-02 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: But I do see C:/emacs-23.4/etc/org/styles, which has OrgOdtStyles.xml, I didn't see this in your earlier message. This is how it is on my Emacs-24.0.94. There is no styles subdir. The XML files are directly under etc/org. , | c:/Program

Re: [O] How to build a project from org files using ant/make?

2012-03-02 Thread Eric Schulte
Robert McIntyre r...@mit.edu writes: Hi, I use org-babel to produce the source and html documentation for my projects. My projects generally look like this: [~/tmp/org-project] $ tree . |-- html | `-- proj.html |-- org | `-- proj.org `-- src `-- namesace |--

Re: [O] Selectively export RESULTS

2012-03-02 Thread cberry
cbe...@tajo.ucsd.edu writes: inline correction below. Eric Schulte eric.schu...@gmx.com writes: Matthew Landis lan...@isciences.com writes: cberry at tajo.ucsd.edu writes: Eric Schulte eric.schulte at gmx.com writes: Does this do what you want? Have you looked at the :cache

Re: [O] Selectively export RESULTS

2012-03-02 Thread Eric Schulte
Eric, your response is threaded as a reply to Matthew, but here you have replied to my comment about buffer wide PROPERTY setting of :cache. Here is an example of the difficulty I face: , | #+property: :cache yes | | | #+name: Ablock | #+begin_src emacs-lisp :results value

Re: [O] Selectively export RESULTS

2012-03-02 Thread Nick Dokos
cbe...@tajo.ucsd.edu wrote: cbe...@tajo.ucsd.edu writes: inline correction below. Eric Schulte eric.schu...@gmx.com writes: Matthew Landis lan...@isciences.com writes: cberry at tajo.ucsd.edu writes: Eric Schulte eric.schulte at gmx.com writes: Does this do what you

Re: [O] Selectively export RESULTS

2012-03-02 Thread cberry
Nick Dokos nicholas.do...@hp.com writes: cbe...@tajo.ucsd.edu wrote: cbe...@tajo.ucsd.edu writes: inline correction below. Eric Schulte eric.schu...@gmx.com writes: Matthew Landis lan...@isciences.com writes: cberry at tajo.ucsd.edu writes: Eric Schulte eric.schulte at

Re: [O] footnote doc not clear

2012-03-02 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: Export of inline footnotes breaks if you do (setf org-footnote-section nil). The footnote section goes in a single place but not at the end. *** test a * b b[fn::one] * c c[fn::two] * d d * e e The docstring says

Re: [O] Export anchor to latex

2012-03-02 Thread Markus Grebenstein
Dear Nick, that is even more than enough ;-) Thanks a lot! That solves quite a bit of preoblems for me. I tried to put the anchor in the line of the headline itself and it worked in orgmode but was not exported as I expected. Best, Markus Am 02.03.2012 21:23, schrieb Nick Dokos: Markus

[O] Include TOC in PDF export?

2012-03-02 Thread Michael Hannon
Greetings.  I'm exporting a document to both HTML and PDF.  In the HTML version, I get a table of contents.  In the PDF version, I do NOT get a table of contents.  The appended text illustrates the problem.  I'd like to get the TOC in both. I'm running:     Org-mode version 7.8.03

Re: [O] Selectively export RESULTS

2012-03-02 Thread Nick Dokos
cbe...@tajo.ucsd.edu wrote: I've been bitten by the 'no C-c C-c' after changing a #+property line so many times, you would think I'd learn. :-( Yup - I don't know why, but for some reason I can see it more easily when others do it than when I do it: I sometimes spend *minutes* bewildered

Re: [O] How to include pre-existing pdf files/pages into orgmode pdf or other export output

2012-03-02 Thread Martin Weigele
Hey Skip and Suvayu, this is so cool. Thank you! says Martin

Re: [O] Include TOC in PDF export?

2012-03-02 Thread Nick Dokos
Michael Hannon jm_han...@yahoo.com wrote: Greetings.  I'm exporting a document to both HTML and PDF.  In the HTML version, I get a table of contents.  In the PDF version, I do NOT get a table of contents.  The appended text illustrates the problem.  I'd like to get the TOC in both. num:nil

Re: [O] Include TOC in PDF export?

2012-03-02 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Michael Hannon jm_han...@yahoo.com wrote: Greetings.  I'm exporting a document to both HTML and PDF.  In the HTML version, I get a table of contents.  In the PDF version, I do NOT get a table of contents.  The appended text illustrates the problem. 

Re: [O] Include TOC in PDF export?

2012-03-02 Thread Michael Hannon
From: Nick Dokos nicholas.do...@hp.com Greetings.  I'm exporting a document to both HTML and PDF.  In the HTML version, I get a table of contents.  In the PDF version, I do NOT get a table of contents.  The appended text illustrates the problem. I'd like to get the TOC in both. num:nil

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

2012-03-02 Thread Michael Hannon
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 actual size of the concatenated images. If I export the same

Re: [O] Include TOC in PDF export?

2012-03-02 Thread suvayu ali
On Sat, Mar 3, 2012 at 00:44, Michael Hannon jm_han...@yahoo.com wrote: I think the only way to get a TOC is to set num:t. You can probably rewrite a chunk of latex code so that unnumbered sections etc end up in the .toc file, but I think it would be a fairly major undertaking. Thanks, Nick. 

[O] Agenda TODO sorting by date

2012-03-02 Thread James Harkins
Given this: * Category 1 ** TODO First todo in file 2012-03-30 Fri :Tag: ** TODO Second todo in file 2012-03-29 Thu:Tag: * Category 2 ** TODO Third todo in file 2012-03-28 Wed :Tag: ** TODO Fourth todo in file

Re: [O] Agenda TODO sorting by date

2012-03-02 Thread Bernt Hansen
James Harkins jamshar...@gmail.com writes: Given this: * Category 1 ** TODO First todo in file 2012-03-30 Fri :Tag: ** TODO Second todo in file 2012-03-29 Thu :Tag: * Category 2 ** TODO Third todo in file 2012-03-28 Wed

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

2012-03-02 Thread Nick Dokos
Michael Hannon jm_han...@yahoo.com 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 actual size of

[O] Is it possible to run shell script src blocks as root or to export individual blocks?

2012-03-02 Thread Leo Alekseyev
I was wondering if there was an easy way to execute some shell commands contained in a src block as root. Alternatively, is there a quick way to export _just_ that one source block to a temp file so that I could run it as root manually?