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

2012-03-25 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] Assigning results to variables

2012-03-25 Thread Erich Neuwirth
Thanks, that is exactly what I need. Perhaps this trick could explicitly mentioned in the documentation.

Re: [O] [RFC] warn time for appointments

2012-03-25 Thread Ivan Kanis
Peter Münster pmli...@free.fr wrote: On Fri, Mar 23 2012, Ivan Kanis wrote: I got no reply to my RFC and to my tentative patches. Does that mean everybody is happy with the default 12 minutes warning time? No, I'm not happy with 12 minutes. But there is https://github.com/p-m/org-notify

Re: [O] [RFC] warn time for appointments

2012-03-25 Thread Bastien
Hi Ivan, Ivan Kanis ivan.ka...@googlemail.com writes: Peter Münster pmli...@free.fr wrote: On Fri, Mar 23 2012, Ivan Kanis wrote: I got no reply to my RFC and to my tentative patches. Does that mean everybody is happy with the default 12 minutes warning time? No, I'm not happy with 12

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

2012-03-25 Thread Bastien
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: | | | | | | |---+---+---+---+---| | | | | | | (all rows in one row). It happens always. I guess that used

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

2012-03-25 Thread Nicolas Goaziou
Hello, Aurélien Aptel aurelien.ap...@gmail.com writes: On Sun, Mar 25, 2012 at 6:17 AM, Rustom Mody rustompm...@gmail.com wrote: FYI, there is already an elisp Org parser being worked on in development branch of Org mode. It isn't finished yet, but still advanced enough so a generic exporter

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

2012-03-25 Thread FengShu
Ok - just a misplaced paren - the code (I just show the dvipng case, but the imagemagick case will need it too) should look like this: ... ((eq processing-type 'dvipng) (unless executables-checked (org-check-external-command

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

2012-03-25 Thread Martyn Jago
Hi, and welcome Aurélien, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Aurélien Aptel aurelien.ap...@gmail.com writes: On Sun, Mar 25, 2012 at 6:17 AM, Rustom Mody rustompm...@gmail.com wrote: FYI, there is already an elisp Org parser being worked on in development branch of Org

[O] babel for maxima

2012-03-25 Thread Neuwirth Erich
I have a suggestion for the maxima mode in org-babel. I am using Emacs on a Mac which means that some hint work differently. The standard distribution of Maxima for the mac does not have a command 'maxima' anywhere on the path. The way to start character mode maxima from a shell is using

[O] Question about html output

2012-03-25 Thread Erich Neuwirth
The html file produce by org-mode export contains a link to validate XHTML. Safari at least on Macs does not send a referer field in the http header, therefore this link does not work. Is there an option to turn the creation of this link off by default? And is there a way to tweak Safari to send

Re: [O] Question about html output

2012-03-25 Thread Bernt Hansen
Erich Neuwirth erich.neuwi...@univie.ac.at writes: The html file produce by org-mode export contains a link to validate XHTML. Safari at least on Macs does not send a referer field in the http header, therefore this link does not work. Is there an option to turn the creation of this link off

[O] [OT] Issue with exported html on webserver

2012-03-25 Thread suvayu ali
Hi, I labelled this OT since I am having the problem with only one web server. Since I am not well versed with html, I was hoping the good people of this list can help. Now to my issue. When I export any org file to html and open it in my browser, everything works well. But when I put it on my

[O] postamble removal

2012-03-25 Thread prad
this removes the author through a template: #+OPTIONS: :nil author:nil is there a variable to remove the entire postamble? is there a way i can add things to the postamble such as a horizontal line? -- in friendship, prad

Re: [O] [OT] Issue with exported html on webserver

2012-03-25 Thread Christian Moe
Hi See if this explains it: http://www.000webhost.com/forum/web-design-html/25365-xhtml-not-recognised-parse-error-syntax-error-unexpected-t_string-line-1-a.html Yours, Christian suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi, I labelled this OT since I am having the problem with only one

Re: [O] [OT] Issue with exported html on webserver

2012-03-25 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com wrote: ?xml version=1.0 encoding=iso-8859-1? This generates the following error in the Apache logs: PHP Parse error: syntax error, unexpected T_STRING in /user/sali/public_html/bug.html on line 1 Removing the line renders the page properly.

Re: [O] [OT] Issue with exported html on webserver

2012-03-25 Thread suvayu ali
Hi Christian, On Sun, Mar 25, 2012 at 23:21, Christian Moe m...@christianmoe.com wrote: Hi See if this explains it: http://www.000webhost.com/forum/web-design-html/25365-xhtml-not-recognised-parse-error-syntax-error-unexpected-t_string-line-1-a.html That resolved it! I will take this up

Re: [O] [OT] Issue with exported html on webserver

2012-03-25 Thread suvayu ali
Hi Nick, On Sun, Mar 25, 2012 at 23:25, Nick Dokos nicholas.do...@hp.com wrote: The server seems misconfigured to me: why is PHP entering into the picture at all? Christian's response resolved the issue. The page he pointed to, says this happens when the short_open_tag server configuration is

Re: [O] [OT] Issue with exported html on webserver

2012-03-25 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi Nick, On Sun, Mar 25, 2012 at 23:25, Nick Dokos nicholas.do...@hp.com wrote: The server seems misconfigured to me: why is PHP entering into the picture at all? Christian's response resolved the issue. The page he pointed to, says this

[O] Tikz--LaTeX/HTML

2012-03-25 Thread Steve Hafner
I'm trying to get a LaTeX scr block with Tikz code either to go native into LaTeX or to be converted into a PNG file and included in HTML, as described in http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html. That document refers to a thread on this list in which two example were

[O] Problem with BEGIN_SRC export-as-html

2012-03-25 Thread lowstz
Hi, I have a problem with BEGIN_SRC export as html, I use the BEGIN_SRC code block my code like this: #+BEGIN_SRC C #include stdio.h int main(void) { printf(Hello, World!\n); } #+END_SRC It work well in emacs, but when I run export as html the part of BEGIN_SRC / END_SRC generate pre

Re: [O] Problem with BEGIN_SRC export-as-html

2012-03-25 Thread Nick Dokos
lowstz low...@gmail.com wrote: #+BEGIN_SRC C #include stdio.h int main(void)  { printf(Hello, World!\n); } #+END_SRC It work well in emacs, but when I run export as html the part of BEGIN_SRC / END_SRC generate pre class=example, it same with the BEGIN_EXAMPLE / END_EXAMPLE I