[O] [patch] Need test: New path which is used to preview latex fragements

2012-03-25 Thread FengShu
this is the patch v4, and I think that it's not an experimental toy any more (may be it's a toy :-), for its using range), if you are interested in it and have time, please test it. the most user I think is the CJK people who use xetex... >From 0be0b1d4fed65a5329bf98e6a3cfb0c3d2171e2a Mon Sep

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

2012-03-25 Thread Nick Dokos
lowstz wrote: > #+BEGIN_SRC C > #include > > 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 , it same with > the BEGIN_EXAMPLE / > END_EXAMPLE > I cannot reproduce this. I

[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 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 , it same with the

[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

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

2012-03-25 Thread Nick Dokos
suvayu ali wrote: > Hi Nick, > > On Sun, Mar 25, 2012 at 23:25, Nick Dokos 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" se

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 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 not turned off.

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 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 with our IT depart

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

2012-03-25 Thread Nick Dokos
suvayu ali wrote: > > > 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. > > For an example, look in the following directory. > > <

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 wrote: >Hi, > >I labelled this OT since I am having the problem with only one >web server. Since I am n

[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

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

Re: [O] Question about html output

2012-03-25 Thread Bernt Hansen
Erich Neuwirth 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 by default? > And is the

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

[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 /Applica

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

2012-03-25 Thread Martyn Jago
Hi, and welcome Aurélien, Nicolas Goaziou writes: > Hello, > > Aurélien Aptel writes: > >> On Sun, Mar 25, 2012 at 6:17 AM, Rustom Mody 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 s

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 Nicolas Goaziou
Hello, Aurélien Aptel writes: > On Sun, Mar 25, 2012 at 6:17 AM, Rustom Mody 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 could be built upon it. > >> Is there

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

2012-03-25 Thread Aurélien Aptel
On Sun, Mar 25, 2012 at 6:17 AM, Rustom Mody 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 could be built upon it. > Is there any interest in ignoring it and restart

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

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

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

2012-03-25 Thread Bastien
Hi Ivan, Ivan Kanis writes: > Peter Münster 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 >> ht

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

2012-03-25 Thread Ivan Kanis
Peter Münster 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 where you

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.