Re: [O] relative links in html export

2012-03-26 Thread Ian Barton
On 26/03/12 23:53, Matt Price wrote: Hi, I want to include a link like this in a document intended only for html output: [[/][Front Page]] I've also tried [[http:/][Front Page]] Neither produces the result I want, which is Front Page Is there any way to get the latter result? Thanks, matt

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

2012-03-26 Thread FengShu
this is v5 patch, if you want to use it,you can apply the patch and set like this: #+begin_src emacs-lisp (setq org-create-formula-image-program 'imagemagick) (setq org-export-with-LaTeX-fragments 'imagemagick) #+end_src from cdf2a649e4a4583c855b538cac51b6257ca95817 Mon Sep 17 00:00:00 200

Re: [O] Problems running C code in org-mode under Windows

2012-03-26 Thread Eric Schulte
Richard Stanton writes: > Here's a simple org file that's supposed to run some C code and print the > result: > > -- > > * Sample C code > > #+name: RHS.c > #+begin_src C :noweb yes :tangle RHS.c > #include > <> > #+end_src > > #+name: main > #+begin_src C > int main(i

Re: [O] link to pdf in latex export

2012-03-26 Thread suvayu ali
On Mon, Mar 26, 2012 at 20:28, Andreas Leha wrote: > The plots can be found in the additional file > call_produce_plot[ :results graphics :file sth.pdf]()[:results file]. > > How do I do that? I don't know about output from babel blocks, but I think you can link to a normal pdf by providing a des

[O] [Request] Export comments as comments

2012-03-26 Thread Jonathan Leech-Pepin
Hello, I'm asking the following on behalf of a question[1] on Stack Overflow. Would it be possible to add the ability to export comments included in an Org file to the destination format when comments are supported, for example in LaTeX and HTML? Regards, Jonathan [1] http://stackoverflow.com/

[O] Problems running C code in org-mode under Windows

2012-03-26 Thread Richard Stanton
Here's a simple org file that's supposed to run some C code and print the result: -- * Sample C code #+name: RHS.c #+begin_src C :noweb yes :tangle RHS.c #include <> #+end_src #+name: main #+begin_src C int main(int argc, char *argv[]) { int lst[argc-1]; int

[O] relative links in html export

2012-03-26 Thread Matt Price
Hi, I want to include a link like this in a document intended only for html output: [[/][Front Page]] I've also tried [[http:/][Front Page]] Neither produces the result I want, which is Front Page Is there any way to get the latter result? Thanks, matt

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

2012-03-26 Thread suvayu ali
Hi Thorsten, On Tue, Mar 27, 2012 at 00:08, Thorsten wrote: > I started the emacs-daemon with that option, but it did not help > unfortunately. But it seems windmove.el only works in X11 anyway, not in > console sessions? At least for me the shift character is ignored in a > console session and d

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

2012-03-26 Thread Thorsten
Bastien writes: Hi Bastien, > Thorsten writes: > >> I'm not sure what to do about this, since I use the emacs24-starter-kit, >> and org-replace-disputed-keys is set in an .org file, that must be >> tangled before it is loaded, and I assume org.el must be loaded before >> any .org files can be t

[O] [Bug] regression in the latex exporter

2012-03-26 Thread Andreas Leha
Hi all, there seems to be a regression with the legacy latex exporter. When I export this subtree ,[ test.org subtree ] | ** Some title | | *** Something | | Some deeper thing | Foo ` this is the resultign .tex file: ,[ test.tex ] | % preamble | | \begin{document}

Re: [O] [babel] [bug] Header argument :file in call_ lines

2012-03-26 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> I think there is a bug in babel concerning inline source block calls. >> >> Suppose, I have a source block that generates a file: >> #+name: someplot >> #+begin_src R :results graphics :file someplot.pdf :var somemax=10 >> plot(1:s

Re: [O] Change to pdflayout.sty file to fix letter-sized orgcard

2012-03-26 Thread Bastien
Hi David, this is fixed now -- thanks for insisting on this and for the solution! Best, -- Bastien

Re: [O] Bug: org-display-inline-images ignores parameter beg. [7.8.03]

2012-03-26 Thread Bastien
Hi Shoji, Shoji Nishimura writes: > 'org-display-inline-images' ignores the optional parameter value of 'beg'. > The help says when we specify 'beg' and 'end', the function displays > inline images between 'beg' and 'end'. > However, it seems to display images between (point-min) and 'end'. App

Re: [O] postamble removal

2012-03-26 Thread Bastien
Hi Prad, prad writes: > i was hoping i could do these things through org templates rather than > through the dotemacs file. Well, you can bind variables in the Org file -- see #+BIND in the Org manual. > for instance, i can eliminate the author because it seems > author:nil > will nil out the

Re: [O] Missing header line in export of tables that contain "special marking characters"

2012-03-26 Thread Bastien
Hi William, William Henney writes: > When I export a table that uses `!' in the first column to denote the > column names, then the header line does not appear in the exported > file (ascii, html, or latex). Please see the attached example org > file and html output. Is this behavior intention

[O] link to pdf in latex export

2012-03-26 Thread Andreas Leha
Hi all, I have a question concerning the latex export. Suppose, I have a pdf, that I want to have a link to in the exported latex doc, not embedded as graphic: Example: #+name: produce_plot #+begin_src R :exports none :results graphics :file sth.pdf plot(1:10) plot(1:20) #+end_src The follo

Re: [O] postamble removal

2012-03-26 Thread prad
Bastien writes: > prad writes: > >> this removes the author through a template: >> #+OPTIONS: <:nil author:nil >> >> is there a variable to remove the entire postamble? > > (setq org-export-html-postamble nil) > >> is there a way i can add things to the postamble such as a horizontal line? > > (

[O] Change to pdflayout.sty file to fix letter-sized orgcard

2012-03-26 Thread David Niemi
I'm not sure where to submit this but for a long time the orgcard_letter.pdf file that has been distributed with orgmode (in doc folder) has not been right. Someone else asked about this previously but there are obviously bigger fish to fry since it hasn't been resolved. Anyway, I looked int

[O] Bug: org-display-inline-images ignores parameter beg. [7.8.03]

2012-03-26 Thread Shoji Nishimura
'org-display-inline-images' ignores the optional parameter value of 'beg'. The help says when we specify 'beg' and 'end', the function displays inline images between 'beg' and 'end'. However, it seems to display images between (point-min) and 'end'. I attach a patch to fix it. --- org.el.old 20

Re: [O] [babel] [bug] Header argument :file in call_ lines

2012-03-26 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > I think there is a bug in babel concerning inline source block calls. > > Suppose, I have a source block that generates a file: > #+name: someplot > #+begin_src R :results graphics :file someplot.pdf :var somemax=10 > plot(1:somemax) > #+end_src > > #+results:

[O] [babel] [bug] Header argument :file in call_ lines

2012-03-26 Thread Andreas Leha
Hi all, I think there is a bug in babel concerning inline source block calls. Suppose, I have a source block that generates a file: #+name: someplot #+begin_src R :results graphics :file someplot.pdf :var somemax=10 plot(1:somemax) #+end_src #+results: someplot [[file:someplot.pdf]] I am tryi

Re: [O] AUCTeX conflicting with org-mode

2012-03-26 Thread suvayu ali
Hi Bastien, On Mon, Mar 26, 2012 at 19:47, Bastien wrote: > Hi Suvayu, > > suvayu ali writes: > >> I hope you see the no-win situation now (:-p), hence my apprehension >> about the fix earlier. That said, I guess you have two choices: >> >> 1. Leave the bug unsolved, hoping there will be a clean

Re: [O] Bug: Tabbing error with asterisks [7.8.03]

2012-03-26 Thread Bastien
Hi Ken, Ken Williams writes: > I have the following document: > > -- > #+TITLE: Test Doc > #+AUTHOR: Ken Williams > > * Top header > > Top paragraph. > > #+begin_src R > library(testthat) > > test_that("failures", { > expect_that(6, equals(9)) > expect_that(6, equals(9))

Re: [O] AUCTeX conflicting with org-mode

2012-03-26 Thread Bastien
Hi Suvayu, suvayu ali writes: > I hope you see the no-win situation now (:-p), hence my apprehension > about the fix earlier. That said, I guess you have two choices: > > 1. Leave the bug unsolved, hoping there will be a cleaner solution >later. After all, there is a very simple workaround o

Re: [O] TODO items as part of an itemized list?

2012-03-26 Thread Bastien
Hi Richard and Nick, Nick Dokos writes: > Richard Stanton wrote: > > >> Just one remaining problem, however. The exporter inserts a hard >> line-break, "\\" after the first line of each of these \item entries. This >> is fine when there is additional text for that item, but if the TODO item >>

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

2012-03-26 Thread Bastien
Hi Thorsten, Thorsten writes: > I'm not sure what to do about this, since I use the emacs24-starter-kit, > and org-replace-disputed-keys is set in an .org file, that must be > tangled before it is loaded, and I assume org.el must be loaded before > any .org files can be tangled? The only soluti

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Ian Barton
On 26/03/12 18:06, Karl Voit wrote: * Alan Schmitt wrote: On 26 mars 2012, at 17:48, Karl Voit wrote: Can you please post the while working example (or correct my error)? Change this set timefmt "[%Y-%m-%d %a]" to this set timefmt "%Y-%m-%d" I also don't specify the range. set xrange ["

Re: [O] include Markdown files?

2012-03-26 Thread Bastien
Hi Peter, Peter Salazar writes: > How hard would it be to add Markdown to the list of file formats > supported by #+INCLUDE? I don't know. Here are the steps: - learn more about org-elements.el and org-export.el by reading the files and by going through the reference documentation: htt

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Karl Voit
* Alan Schmitt wrote: > On 26 mars 2012, at 17:48, Karl Voit wrote: > >> Can you please post the while working example (or correct my error)? > > Change this >> set timefmt "[%Y-%m-%d %a]" > to this > set timefmt "%Y-%m-%d" > > I also don't specify the range. >> set xrange ["[2011-08-01 foo]":"[20

Re: [O] "Symbol's function definition is void: org-string-nw-p"

2012-03-26 Thread Bastien
Hi Steven, Steven Buczkowski writes: > I'm now getting far enough along in my knowledge and workflow with > org-mode that I think I can start risking living on the bleeding edge. The master branch of the git repo* is the development branch. You can also live on two "safer" branches: ~$ git ch

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Alan Schmitt
On 26 mars 2012, at 17:48, Karl Voit wrote: > * Alan Schmitt wrote: >> >> Thanks a lot for all the suggestions. The part I was missing was the >> preprocessing from babel. Using simply >> >> set xdata time >> set timefmt "%Y-%m-%d" >> >> did the trick. > > I just wanted to check this out but

[O] include Markdown files?

2012-03-26 Thread Peter Salazar
Hey everyone, How hard would it be to add Markdown to the list of file formats supported by #+INCLUDE? Thanks, Peter

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Nick Dokos
Karl Voit wrote: > * Alan Schmitt wrote: > > > > Thanks a lot for all the suggestions. The part I was missing was the > > preprocessing from babel. Using simply > > > > set xdata time > > set timefmt "%Y-%m-%d" > > > > did the trick. > > I just wanted to check this out but I am not able to pro

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

2012-03-26 Thread Bastien
Hi Aurélien, Aurélien Aptel writes: > I can be reached via email or irc. I plan on using a DVCS like > Mercurial and publish We use git for org-mode. If you plan to contribute, I suggest you learn the basics of git -- won't be hard, given your skills. Best, -- Bastien

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

2012-03-26 Thread Bastien
Hi Aurélien, Aurélien Aptel writes: > Regardless of the org-mode parser, I think I should work on the elisp > backend for ragel which is something that can benefit any elisp > project. Yes -- that would be great. > As for the new org-mode parser, I could not find it on the repo. Could > you po

Re: [O] org-babel tangling + ascii export

2012-03-26 Thread Ilya Shlyakhter
The text is picked from the leading context of the tangled code and is limited by the nearest headline or source block as the case may be. I want all text from the Org file included, not just "leading context up to nearest headline". The above text means "per code block", so the entire file is

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

2012-03-26 Thread Bastien
Hi Aurélien, thanks for your proposal. Please get in touch with me and Nicolas privately to discuss it more in depth: we are both french, that can help. As an Org maintainer, my priority is to integrate Nicolas parser, not to rewrite it. And Eric's suggestion of documenting the Org syntax thor

Re: [O] "Symbol's function definition is void: org-string-nw-p"

2012-03-26 Thread Steven Buczkowski
On Mon, 2012-03-26 at 11:14 -0400, Nick Dokos wrote: > Steven Buczkowski wrote: > > Yup: apt-get will get you an ancient org-mode release. > > You probably ended up with a "frankenstein" org-mode install with bits > and pieces coming from various places: I'd suggest doing "apt-get remove > org-

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Karl Voit
* Alan Schmitt wrote: > > Thanks a lot for all the suggestions. The part I was missing was the > preprocessing from babel. Using simply > > set xdata time > set timefmt "%Y-%m-%d" > > did the trick. I just wanted to check this out but I am not able to produce the plot :-( I just get the coordina

Re: [O] Beamer export formatting clashes with URL link

2012-03-26 Thread Bastien
Hi James, James Harkins writes: > I just wanted to center and italicize a web URL in Beamer > export. First attempt, using /blah/, failed: > > #+LaTeX: \begin{center} > / http://www.celemony.com/cms / > #+LaTeX: \end{center} I'd suggest to simply use this: #+LaTeX: \begin{center} /[[http://www

Re: [O] Tikz-->LaTeX/HTML

2012-03-26 Thread Steve Hafner
On Mon, Mar 26, 2012 at 9:11 AM, Steve Hafner wrote: > On Mon, Mar 26, 2012 at 3:48 AM, Andreas Leha > wrote: >> Andreas Leha writes: >> >> Sorry, sent with wrong version, see below: >> >>> Steve Hafner writes: >>> I'm trying to get a LaTeX scr block with Tikz code either to go native

Re: [O] postamble removal

2012-03-26 Thread Bastien
Hi Prad, prad writes: > this removes the author through a template: > #+OPTIONS: <:nil author:nil > > is there a variable to remove the entire postamble? (setq org-export-html-postamble nil) > is there a way i can add things to the postamble such as a horizontal line? (setq org-export-html-po

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

2012-03-26 Thread Bastien
Hi Mike, Mike McLean writes: > 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 no

Re: [O] "Symbol's function definition is void: org-string-nw-p"

2012-03-26 Thread Nick Dokos
Steven Buczkowski wrote: > Morning everyone, > > I tried updating orgmode through apt-get last night but found M-x > org-version reporting 6.36c not one of the more recent versions so I > reinstalled by hand this morning from the 7.8.06 tar archive at > orgmode.org. Both installations seemed to

Re: [O] Tikz-->LaTeX/HTML

2012-03-26 Thread Steve Hafner
On Mon, Mar 26, 2012 at 3:48 AM, Andreas Leha wrote: > Andreas Leha writes: > > Sorry, sent with wrong version, see below: > >> Steve Hafner writes: >> >>> 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 HTM

Re: [O] org-babel tangling + ascii export

2012-03-26 Thread Eric Schulte
Ilya Shlyakhter writes: >>Yes this is possible, see the "org" argument to the "comment" header > argument http://orgmode.org/manual/comments.html. > > Right, I saw that, but it has the following limitation: > >>The text is picked from the leading context of the tangled code and is > limited by th

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Alan Schmitt
On 26 mars 2012, at 16:37, Nick Dokos wrote: > Steven Buczkowski wrote: > >> On Mon, 2012-03-26 at 15:37 +0200, Alan Schmitt wrote: >>> Hello, >>> >>> I'm trying to plot the following table, but the dates part is all wrong. Is >>> there a way to tell gnuplot what the date format is? >>> >>>

Re: [O] org-babel tangling + ascii export

2012-03-26 Thread Ilya Shlyakhter
>Yes this is possible, see the "org" argument to the "comment" header argument http://orgmode.org/manual/comments.html. Right, I saw that, but it has the following limitation: >The text is picked from the leading context of the tangled code and is limited by the nearest headline or source block a

Re: [O] org -> deck.js?

2012-03-26 Thread Eric Schulte
Yagnesh Raghava Yakkala writes: > Hello Matt, > > Matt Price writes: > >> Hi folks, >> >> has anyone had any luck converting org files to deck.js? I'm working >> on a presentation for tomorrow... and wondering if html5-slideshow is >> still the best export path.  Thanks folks!! > > I am not real

Re: [O] [babel] Call lines with "their own" results

2012-03-26 Thread Eric Schulte
Hi Andreas, Currently call the behavior you mention below, in which call line results are named by their arguments and are not unique, is the implemented behavior. I agree that it would be preferable to switch to a system in which each call line was given it's own results, however I am not able t

[O] "Symbol's function definition is void: org-string-nw-p"

2012-03-26 Thread Steven Buczkowski
Morning everyone, I tried updating orgmode through apt-get last night but found M-x org-version reporting 6.36c not one of the more recent versions so I reinstalled by hand this morning from the 7.8.06 tar archive at orgmode.org. Both installations seemed to run without incident but, now, when I t

Re: [O] Assigning results to variables

2012-03-26 Thread Eric Schulte
Erich Neuwirth writes: > Thanks, > that is exactly what I need. > Perhaps this trick could explicitly mentioned in the documentation. > It is, see http://orgmode.org/manual/var.html. -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Nick Dokos
Steven Buczkowski wrote: > On Mon, 2012-03-26 at 15:37 +0200, Alan Schmitt wrote: > > Hello, > > > > I'm trying to plot the following table, but the dates part is all wrong. Is > > there a way to tell gnuplot what the date format is? > > > > #+tblname: data-table > > | Date | H

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

2012-03-26 Thread suvayu ali
Hi Seb, On Mon, Mar 26, 2012 at 14:58, Sebastien Vauban wrote: > Hi, > > "Sebastien Vauban" wrote: >> Nick Dokos wrote: >>> Why on earth would anybody set it up so that "all web pages are interpreted >>> as php pages"? Seems crazy to me, but I'm probably naive. >> >> The problem can be a config w

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Steven Buczkowski
On Mon, 2012-03-26 at 15:37 +0200, Alan Schmitt wrote: > Hello, > > I'm trying to plot the following table, but the dates part is all wrong. Is > there a way to tell gnuplot what the date format is? > > #+tblname: data-table > | Date | HP | HC | > |--+

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Michael Brand
Hi Alan On Mon, Mar 26, 2012 at 15:37, Alan Schmitt wrote: > I'm trying to plot the following table, but the dates part is all wrong. Is > there a way to tell gnuplot what the date format is? > > #+tblname: data-table > | Date             |     HP |     HC | > |--++--

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

2012-03-26 Thread Eric Schulte
I believe that if htmlize.el is not available code blocks default to on HTML export because Org-mode is not able to fortify the source code. I would suggest either installing htmlize.el explicitly or switching to a newer version of Emacs in which it is included by default. Cheers, Nick Dokos w

Re: [O] org-babel tangling + ascii export

2012-03-26 Thread Eric Schulte
Yes this is possible, see the "org" argument to the "comment" header argument http://orgmode.org/manual/comments.html. Cheers, Ilya Shlyakhter writes: > Is it possible to combine org-babel tangling with ASCII export, so that > the tangled file would have ALL of the Org-file's content > as comme

Re: [O] babel for maxima

2012-03-26 Thread Eric Schulte
Neuwirth Erich writes: > 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 m

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-26 Thread Eric Schulte
Uwe Brauer writes: >>> On Thu, 22 Mar 2012 23:34:08 +0100, Uwe Brauer wrote: > > >> Now org-mime-htmlize allows me to htmlize a message buffer >> but seems not to work with org-preview-latex-fragment >> either the png is not exported or I obtain an error message >> of the sort: >

Re: [O] [babel] BUG in call lines

2012-03-26 Thread Eric Schulte
Hi, Thanks for reporting this bug. I've just pushed up a patch. Cheers, Andreas Leha writes: > Hi all, > > there seems to be a bug in call lines: > > Suppose, I have a src block with two parameters: > > #+name: insert_hline > #+header: :var fulltable=mytable() :var after_row=1 > #+begin_src e

Re: [O] Org Babel C/C++

2012-03-26 Thread Eric Schulte
Applied, Thanks! Daimrod writes: > Hi, > > I've made a small patch to ob-C.el so it now includes the current > directory to the list of directories to be searched for header files. > Without this, I cannot include a local header file because the > compilation happens in /tmp and thus gcc or g++

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Allen S. Rout
On 03/26/2012 09:37 AM, Alan Schmitt wrote: Hello, I'm trying to plot the following table, but the dates part is all wrong. Is there a way to tell gnuplot what the date format is? I've found gnuplot's date support to be torment. You might want to investigate using R for these tasks: R unde

[O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Alan Schmitt
Hello, I'm trying to plot the following table, but the dates part is all wrong. Is there a way to tell gnuplot what the date format is? #+tblname: data-table | Date | HP | HC | |--++| | [2011-08-20 Sat] | 006815 | 008399 | | [2011-08-29 Mon] |

Re: [O] Remaining Work Report

2012-03-26 Thread Sebastien Vauban
Hi Myles, Myles English wrote: >>> On Sat, 24 Mar 2012 19:58:46 +0530, Manish said: > > >> Unlike your example I made heavy use of inline tasks and also > >> wanted heading numbers instead of asterisks, so that the final > >> table looks like a table of contents with estimated times > >>

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

2012-03-26 Thread Sebastien Vauban
Hi, "Sebastien Vauban" wrote: > Nick Dokos wrote: >> Why on earth would anybody set it up so that "all web pages are interpreted >> as php pages"? Seems crazy to me, but I'm probably naive. > > The problem can be a config which applies on a too wide range of directories. > > An easy way to circumv

Re: [O] Remaining Work Report

2012-03-26 Thread Myles English
>> On Sat, 24 Mar 2012 19:58:46 +0530, Manish said: >> Unlike your example I made heavy use of inline tasks and also >> wanted heading numbers instead of asterisks, so that the final >> table looks like a table of contents with estimated times >> remaining. I had to do some more things t

Re: [O] Tikz-->LaTeX/HTML

2012-03-26 Thread Andreas Leha
Andreas Leha writes: Sorry, sent with wrong version, see below: > Steve Hafner writes: > >> 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/ba

[O] [BUG] html export and org results block and indentation

2012-03-26 Thread Andreas Leha
Hi all, I experience problems when exporting the following to html, as a spuriuos line ORG-ORG-START is inserted after the results block: , | * Tikz test | #+name: contents | #+begin_src latex :exports (if (and (boundp 'org-export-current-backend) (eq org-export-current-backend 'latex))

[O] Beamer export formatting clashes with URL link

2012-03-26 Thread James Harkins
Hi, I just wanted to center and italicize a web URL in Beamer export. First attempt, using /blah/, failed: #+LaTeX: \begin{center} / http://www.celemony.com/cms / #+LaTeX: \end{center} Beamer export interpreted the extra slashes as part of the text to center, rather than a formatting indicatio

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

2012-03-26 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Why on earth would anybody set it up so that "all web pages are interpreted > as php pages"? Seems crazy to me, but I'm probably naive. The problem can be a config which applies on a too wide range of directories. An easy way to circumvent this is: #+begin_src emacs

Re: [O] Error 500 with org2blog with wordpress

2012-03-26 Thread Puneeth Chaganti
On Sat, Mar 17, 2012 at 12:58 AM, Achim Gratz wrote: > Alvar Maciel writes: >> I'm a begginer so... be nice with me please. I manage to use org-mode >> for almost all my daily work. I'm trying to post to my blog (worpdtess >> 3.3.1) from org-mode using org2blog. But when I try to post something >

Re: [O] Tikz-->LaTeX/HTML

2012-03-26 Thread Andreas Leha
Steve Hafner writes: > 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 thi

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

2012-03-26 Thread Christian Moe
Why on earth would anybody set it up so that "all web pages are interpreted as php pages"? Seems crazy to me, but I'm probably naive. Nick Apparently, so they can get by with typing instead of ... ?>. HTML doesn't care, and PHP predates XML, so I imagine it's a legacy of early shortcuts tha