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
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
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
>
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
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
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))
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
>> 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
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
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
> >>
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] |
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
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++
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
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:
>
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
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
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
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 |
> |--++--
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 |
> |--+
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
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
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/
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
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
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
>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
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?
>>>
>>>
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
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
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
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
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
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
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
* 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
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-
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
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
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
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
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
Hey everyone,
How hard would it be to add Markdown to the list of file formats supported
by #+INCLUDE?
Thanks,
Peter
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
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
* 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
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
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 ["
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
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
>>
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
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))
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
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
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:
'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
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
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?
>
> (
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
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
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
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
Hi David,
this is fixed now -- thanks for insisting on this and for the solution!
Best,
--
Bastien
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
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}
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
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
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
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
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/
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
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
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
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
74 matches
Mail list logo