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

2012-03-24 Thread Rustom Mody
Resending this because it seems to not have reached --- 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

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 responde

Re: [O] Assigning results to variables

2012-03-24 Thread Nick Dokos
Neuwirth Erich 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 about this. > Here's a ve

[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] [PATCH] Colview bugfix: blank headline causes a crash

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

[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 Date: Sat, 24 Mar 2012 12:25:59 -0400 Subject: [PATCH] Colview bugfix: A headline with just a TO

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 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 w

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

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

2012-03-24 Thread Nicolas Goaziou
Hello, Alejandro Reyes 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() function and the footnote

Re: [O] [DEV] New git workflow

2012-03-24 Thread Nick Dokos
Simon Thum wrote: > Hi Daniel, > > On 03/24/2012 12:05 PM, Daniel Dehennin wrote: > > Simon Thum 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

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 Thum 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 cherry-picking. I'm a bit bias

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

2012-03-24 Thread Nick Dokos
Martin Halder 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 = > function. > >

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

2012-03-24 Thread Nick Dokos
Nick Dokos wrote: > Nick Dokos wrote: > > > FengShu 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 p

[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 wrote: > FengShu 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),

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

2012-03-24 Thread Nick Dokos
FengShu 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 problem with you

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

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, fo

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

2012-03-24 Thread Bastien
Hi Mike, Mike McLean 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? -- Bastien

[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 'org-insta

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 hour

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

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] 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: ,- | runs the command windmove-left, which is an interactive | compiled Lisp function in `windmove.el'. | | It is bound to . `--

Re: [O] [DEV] New git workflow

2012-03-24 Thread Daniel Dehennin
Simon Thum 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 development go to mas

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

2012-03-24 Thread Nicolas Goaziou
Hello, Aurélien Aptel 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 grammar. FYI, there is

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

2012-03-24 Thread Eli Zaretskii
> From: Bastien Guerry > Date: Fri, 23 Mar 2012 23:26:04 +0100 > Cc: 8...@debbugs.gnu.org > > Alexander Sidorov 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] Missing date in Org-Agenda Day buffer

2012-03-24 Thread Bastien
Hi Rasmus, Rasmus Rempling 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': controlling the display