[O] org-notify.el by Peter Münster now in contrib/lisp/

2012-03-24 Thread Bastien
Hi all, I just added org-notify.el to the list of contributed modules. Thanks to Peter for this addition! Please test it and document it at will. All best, -- Bastien

Re: [O] case sensitivity

2012-03-24 Thread Bastien
Hi Ilya, Ilya Shlyakhter ilya_...@alum.mit.edu writes: How should case-sensitivity work in Org? The documentation doesn't specify. From past messages, it looks like tags and todo keywords are defined to be case-sensitive. What about priorities, categories, user-defined properties, regexp

Re: [O] Missing date in Org-Agenda Day buffer

2012-03-24 Thread Bastien
Hi Rasmus, Rasmus Rempling ras...@rempling.se writes: I confirm that the workaround works. The date is not missing. However, putting the show-summaries to nil omits the summation of effort and clock, which are in the same row. That's the point of `org-agenda-columns-show-summaries':

[O] bug#8748: emacs 23.3 for windows, org-mode, tables

2012-03-24 Thread Eli Zaretskii
From: Bastien Guerry b...@altern.org Date: Fri, 23 Mar 2012 23:26:04 +0100 Cc: 8...@debbugs.gnu.org Alexander Sidorov alx.sido...@gmail.com writes: Org-mode in emacs for Windows doesn't allow to create prooperly tables. This is the result of creation a table 5x2: | | | | |

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

2012-03-24 Thread Nicolas Goaziou
Hello, Aurélien Aptel aurelien.ap...@gmail.com writes: The objective of the project is to implement an Elisp backend for Ragel (a parser generator) in order to replace the slow, complex and error-prone parsing code in org-mode with fast code generated by Ragel from a clean and readable

Re: [O] [DEV] New git workflow

2012-03-24 Thread Daniel Dehennin
Simon Thum simon.t...@gmx.de writes: Hi all, Hello, [...] Many projects use the IMO more sane model of release branches (or maintenance branches, if you prefer) for major releases. Minor ones are tagged on those branches, and back-porting critical fixes is much cleaner: Fixes and

[O] org-replace-disputed-keys not working

2012-03-24 Thread Thorsten
Hi List, I like to use windmove.el and it is working outside orgmode buffers in my Emacs: ,- | S-left runs the command windmove-left, which is an interactive | compiled Lisp function in `windmove.el'. | | It is bound to S-left.

Re: [O] Need Help: [patch] A experimental toy which is used to preview latex fragements

2012-03-24 Thread FengShu
The default path by which we can preview latex fragments is like this: latex - dvi - png , and this path works very well to the people who mainly use pdflatex. But,if you mainly use *xelatex* and use some features which is only available in *xelatex* ,for example using system fonts:

[O] [PATCH] Fix Org-Collector Error in Global Scope

2012-03-24 Thread Mike McLean
When calling Org-Collector with =:id global=, the call to =(org-narrow-to-subtree)= generates an error when the first line of the org file is not a header. Given that =:id global= is designed to use the entire file, the call to =(org-narrow-to-subtree)= is not even necessary. This patch skips

Re: [O] Remaining Work Report

2012-03-24 Thread Manish
On Thu, Mar 22, 2012 at 8:03 PM, Myles English wrote: Hi Sebastian, On Mon, 19 Mar 2012 14:33:17 +0100, Sebastien Vauban said: #+COLUMNS: %40ITEM(Task) %6Effort(Estim.){:} * Context The question I'm trying to give an answer to is: *what's the remaining number of hours (or days) to

[O] Bug: Tag Completion Not Prompting for all tags

2012-03-24 Thread Mike McLean
Steps to Reproduce: 1 Start Emacs clean /Applications/Emacs.app/Contents/MacOS/Emacs -Q 1.1 Note: Emacs Version emacs-version is a variable defined in `C source code'. Its value is 24.0.94.1 2 Load Org Mode and some sample tags Evaluate the following in the scratch buffer (require

Re: [O] Bug: Tag Completion Not Prompting for all tags

2012-03-24 Thread Bastien
Hi Mike, Mike McLean mike.mcl...@pobox.com writes: Steps to Reproduce: 1 Start Emacs clean /Applications/Emacs.app/Contents/MacOS/Emacs -Q 1.1 Note: Emacs Version emacs-version is a variable defined in `C source code'. Its value is 24.0.94.1 What shows M-x org-version RET? --

Re: [O] case sensitivity

2012-03-24 Thread Ilya Shlyakhter
On 3/24/2012 2:58 AM, Bastien wrote: How should case-sensitivity work in Org? The documentation doesn't specify. From past messages, it looks like tags and todo keywords are defined to be case-sensitive. What about priorities, categories, user-defined properties, regexp matching of entries,

Re: [O] Bug: Tag Completion Not Prompting for all tags

2012-03-24 Thread Mike McLean
On Mar 24, 2012, at 12:03 PM, Bastien wrote: Hi Mike, Mike McLean mike.mcl...@pobox.com writes: Steps to Reproduce: 1 Start Emacs clean /Applications/Emacs.app/Contents/MacOS/Emacs -Q 1.1 Note: Emacs Version emacs-version is a variable defined in `C source code'. Its value is

Re: [O] Need Help: [patch] A experimental toy which is used to preview latex fragements

2012-03-24 Thread Nick Dokos
FengShu tuma...@gmail.com wrote: ... At this time ,it can't covert all the latex fragments in the buffer and only convert one, I can't find the problem due my pool computer language ability. so I need help! I tried your patch and I can see the problem (I think), but it might not be a

Re: [O] Need Help: [patch] A experimental toy which is used to preview latex fragements

2012-03-24 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: FengShu tuma...@gmail.com wrote: ... At this time ,it can't covert all the latex fragments in the buffer and only convert one, I can't find the problem due my pool computer language ability. so I need help! I tried your patch and I can

[O] [Babel] size limit of #+call

2012-03-24 Thread Martin Halder
Hi all, trying to use a function to output a latex file using python with #+call. The example below does work but when pycalltest gets too big it just output nil. When I call pycalltest directly with C-c C-c it works even with a big function. Is there a size limit when I use #+call ? Thanks

Re: [O] Need Help: [patch] A experimental toy which is used to preview latex fragements

2012-03-24 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Nick Dokos nicholas.do...@hp.com wrote: FengShu tuma...@gmail.com wrote: ... At this time ,it can't covert all the latex fragments in the buffer and only convert one, I can't find the problem due my pool computer language ability. so I

Re: [O] [Babel] size limit of #+call

2012-03-24 Thread Nick Dokos
Martin Halder martin.hal...@gmail.com wrote: Hi all, trying to use a function to output a latex file using python with = #+call. The example below does work but when pycalltest gets too big it just = output nil. When I call pycalltest directly with C-c C-c it works even with a big =

Re: [O] [DEV] New git workflow

2012-03-24 Thread Simon Thum
Hi Daniel, On 03/24/2012 12:05 PM, Daniel Dehennin wrote: Simon Thumsimon.t...@gmx.de writes: It seems that one problem with cherry-picking is the tracking of what is in which branch and from where it comes. I'm not a git neither DVCS guru, but daggyfixes[1][2][3] is saner than

Re: [O] [DEV] New git workflow

2012-03-24 Thread Nick Dokos
Simon Thum simon.t...@gmx.de wrote: Hi Daniel, On 03/24/2012 12:05 PM, Daniel Dehennin wrote: Simon Thumsimon.t...@gmx.de writes: It seems that one problem with cherry-picking is the tracking of what is in which branch and from where it comes. I'm not a git neither DVCS guru, but

Re: [O] R sessionInfo() and orgmode footnotes

2012-03-24 Thread Nicolas Goaziou
Hello, Alejandro Reyes alejandro.re...@embl.de writes: I am having troubles to export my documents to a pdf when I have the R sessionInfo() as a result. Nevertheless I can export them as a html. I think org-mode export to latex is getting confused with the output of the sessionInfo()

Re: [O] [Babel] size limit of #+call

2012-03-24 Thread Martin Halder
Am 24.03.2012 um 20:00 schrieb Nick Dokos: Martin Halder martin.hal...@gmail.com wrote: Hi all, trying to use a function to output a latex file using python with = #+call. The example below does work but when pycalltest gets too big it just = output nil. When I call pycalltest

Re: [O] [Babel] size limit of #+call

2012-03-24 Thread Martin Halder
Am 24.03.2012 um 20:00 schrieb Nick Dokos: Martin Halder martin.hal...@gmail.com wrote: Hi all, trying to use a function to output a latex file using python with = #+call. The example below does work but when pycalltest gets too big it just = output nil. When I call pycalltest

[O] [PATCH] Colview bugfix: blank headline causes a crash

2012-03-24 Thread Ilya Shlyakhter
A blank headline (e.g. with just a TODO keyword) caused a crash when building colview. Patch attached. From 6bb1413821a7cbf94b3abbfc6e985e187dd8d6d9 Mon Sep 17 00:00:00 2001 From: Ilya Shlyakhter ilya_...@alum.mit.edu Date: Sat, 24 Mar 2012 12:25:59 -0400 Subject: [PATCH] Colview bugfix: A

Re: [O] [PATCH] Colview bugfix: blank headline causes a crash

2012-03-24 Thread Bastien
Ilya Shlyakhter ilya_...@alum.mit.edu writes: A blank headline (e.g. with just a TODO keyword) caused a crash when building colview. Patch attached. Applied, thanks! -- Bastien

[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.

Re: [O] Assigning results to variables

2012-03-24 Thread Nick Dokos
Neuwirth Erich erich.neuwi...@univie.ac.at wrote: 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

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

2012-03-24 Thread Rustom Mody
I asked Adrian Thurston the author of ragel if he would support help this project. His reply to me is here: Hi Rustom, I can certainly help with guidance. I'm about to relocate across much of canada and so I won't be able to crack open code very easiliy. Aurélien: my apologies I haven't