Re: [O] foot note / enumeration question

2011-07-03 Thread Robert Klein
Hi, On 07/02/2011 10:10 AM, Nicolas Goaziou wrote: Hello, Robert Kleinrokl...@roklein.de writes: A file of #+begin_example * Title This is a text [fn:: the 1. footnote] with a footnote. #+end_example begins an enumeration inside the footenote and then forgets to close the footnote (which

Re: [O] Move to item to the bottom

2011-07-03 Thread Nicolas Goaziou
Hello, Marcelo de Moraes Serpa celose...@gmail.com writes: Nicolas, the function works quite well! Thanks. Just one last request: Is it possible to not follow the item until the bottom? The issue is that, once running it and when the item is sent to the bottom of the file, the pointer is

[O] [Accepted] [O, 1/2] org-lparse/org-odt: Add docstring. Silence byte-compiler

2011-07-03 Thread Bastien Guerry
Patch 820 (http://patchwork.newartisans.com/patch/820/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C81vcvkoa7a.fsf%40gmail.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[O] [Accepted] [O, 2/2] doc/org.texi: Add a new node for OpenDocumentText exporter

2011-07-03 Thread Bastien Guerry
Patch 821 (http://patchwork.newartisans.com/patch/821/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C81r568oa45.fsf%40gmail.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

Re: [O] Typo in 'org-without-partial-completion'

2011-07-03 Thread Bastien
Hi Nick, David, David Maus dm...@ictsoc.de writes: Yes and yes. (and (boundp 'partial-completion-mode) partial-completion-mode (fboundp 'partial-completion-mode)) Is the right condition. Bound, non-nil and callable. @Bastien: Pushed fix for this to master. Thanks! --

Re: [O] Bugs and patches hunt before tomorrow

2011-07-03 Thread Bastien
Hi David, David Maus dm...@ictsoc.de writes: Three patches, byte compiler complains with Emacs 22, one for a accidentally scoped variable in org-latex's preprocessor. All applied, great. Thanks! -- Bastien

Re: [O] Bugs and patches hunt before tomorrow

2011-07-03 Thread Bastien
David Maus dm...@ictsoc.de writes: And resubmit of this one: http://article.gmane.org/gmane.emacs.orgmode/43235 Applied, thanks. -- Bastien

Re: [O] [PATCH 2/2] doc/org.texi: Add a new node for OpenDocumentText exporter

2011-07-03 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: Otherwise you can copy the 3 files that you find in the below URL. http://repo.or.cz/w/org-mode/org-jambu.git/tree/HEAD:/packages/emacs-24.1 to the URL of your choosing under http://orgmode.org/pkg and update the manual

Re: [O] Function: Extract link location to killring

2011-07-03 Thread Bastien
Hi Memnon, Memnon Anon gegendosenflei...@googlemail.com writes: Bastien b...@altern.org writes: These two snippets could live on Worg -- can anyone add this to org-hacks.el (or any relevant place)? Done. Thanks for this! -- Bastien

[O] [babel] python sessions

2011-07-03 Thread Andrea Crotti
I wanted to use sessions in python to do some nice literate programming and splitting functions, but it doesn't work as expected. Here below a very simple example in python and ruby, where in ruby everything seems to work well while in python it doesn't... And by the way, what is that

[O] [PATCH] Don't call calendar-absolute-from-gregorian in org-diary-class

2011-07-03 Thread Rémi Vanicat
calendar-absolute-from-gregorian return a number of day. But the result is used as if it was a (year month day) list. --- lisp/org-agenda.el |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 2bec518..66af554 100644 ---

[O] org - lilypond?

2011-07-03 Thread Rustom Mody
Hello fellow-music-orgers! I would really like to use something like lilypond to make music. A basic requirement of mine is that it should render as score and play as sound simultaneously. See http://vimeo.com/16894001/ for a demo. This is because I use it to teach singing to pelple with no

Re: [O] [babel] python sessions

2011-07-03 Thread Eric Schulte
Hi Andrea, Andrea Crotti andrea.crott...@gmail.com writes: I wanted to use sessions in python to do some nice literate programming and splitting functions, but it doesn't work as expected. Here below a very simple example in python and ruby, where in ruby everything seems to work well while

Re: [O] [babel] python sessions

2011-07-03 Thread Andrea Crotti
Eric Schulte schulte.e...@gmail.com writes: This is true, in addition to being a language which is dependent upon whitespace characters, python has been tricky due to the many independent inferior python modes (python.el, python-mode.el, etc...) and to the fact that I personally and not very

Re: [O] [bug] [babel] fontification of source code blocks lost if using #+header(s)

2011-07-03 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: Hi Eric, Thanks for pointing this out, I've just pushed up a patch which should fix this fontificaiton. Please let me know if something is not working. Thanks Eric. Seems to be working just fine. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in

Re: [O] [babel] python sessions

2011-07-03 Thread Eric Schulte
Andrea Crotti andrea.crott...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: This is true, in addition to being a language which is dependent upon whitespace characters, python has been tricky due to the many independent inferior python modes (python.el, python-mode.el,

[O] Compiler warnings on current HEAD

2011-07-03 Thread Achim Gratz
I still get the following warnings w/ GNU Emacs 23.2.1 on the current HEAD: In org-footnote-all-labels: org-footnote.el:336:62:Warning: reference to free variable `rtn' org-footnote.el:352:74:Warning: assignment to free variable `rtn' In org-footnote-normalize: org-footnote.el:531:41:Warning:

Re: [O] [babel] python sessions

2011-07-03 Thread Andrea Crotti
Eric Schulte schulte.e...@gmail.com writes: From what I hear the situation should improve in Emacs24, as there is a ground up re-write which should contain much of the functionality of python-mode.el with the Emacs-amenable license of python.el. Nice to know, I use python-mode.el and

Re: [O] Compiler warnings on current HEAD

2011-07-03 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: I still get the following warnings w/ GNU Emacs 23.2.1 on the current HEAD: In org-footnote-all-labels: org-footnote.el:336:62:Warning: reference to free variable `rtn' org-footnote.el:352:74:Warning: assignment to free variable `rtn' In

[O] OLUG talk about Org-mode

2011-07-03 Thread Carsten Dominik
Hi, I just saw this flying by on twitter: George De Bruin is giving a talk about Emacs org-mode on July 5. It will be streamed live - maybe someone can try to capture the stream (Don't know if the OLUG makes the video available afterwards)?

[O] [PATCH] org-table.el: Calc formulas evaluate to #ERROR.

2011-07-03 Thread Maciek Starzyk
This fixes regression bug introduced in 2e20cf9358deb9579ae6a22bc0deb2a772387194 diff --git a/lisp/org-table.el b/lisp/org-table.el index a7fc863..9724dc2 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -2513,13 +2513,13 @@ not overwrite the stored one. (error #ERROR))

Re: [O] OLUG talk about Org-mode

2011-07-03 Thread suvayu ali
Hi Carsten, On Sun, Jul 3, 2011 at 10:16 PM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi, I just saw this flying by on twitter: George De Bruin is giving a talk about Emacs org-mode on July 5.  It will be streamed live - maybe someone can try to capture the stream (Don't know if

[O] Link to original Org file with batch mode

2011-07-03 Thread Giorgio Valoti
Hi, when I try to tangle files in batch mode, using a command like this: emacs -batch ~/Developer/PROJECTS/gmp/project.org --eval=(org-babel-tangle) the resulting files do not have links to the original file, i.e.: !-- [[][GUI:1]] -- while if I tangle from emacs I get this, as expected: !--