What should be used to replace the makeinfo program in the makefile for
org-mode? It appears to be missing from debian squeeze.
On 18/06/11 07:58, Jude DaShiell wrote:
What should be used to replace the makeinfo program in the makefile for
org-mode? It appears to be missing from debian squeeze.
Try installing texinfo, that's where it's packaged in Ubuntu.
Ian.
Eric S Fraga writes:
>> Although I haven't tried it recently, conkeror just uses the XULrunner
>> engine that Firefox is based on. So if you switch to a reasonably
>> recent version of XULrunner, it should work. Current version from
>
> Thanks. I'll look into it.
This worked for me (as root or
At Sat, 18 Jun 2011 08:08:55 +0100,
Ian Barton wrote:
>
> On 18/06/11 07:58, Jude DaShiell wrote:
> > What should be used to replace the makeinfo program in the makefile for
> > org-mode? It appears to be missing from debian squeeze.
> >
> >
> >
> Try installing texinfo, that's where it's packaged
Herbert Sitz writes:
> I'm working on Windows7 and have an Emacs client running when I issue the
> batch command, which I assumed also means there is a running emacs server.
You need to always call emacsclient, not emacs. As server you can
either have a running Emacs which has started a serve
Thanks Eric. I think you're right. It would make sense to use
\begin{equation} \end{equation} with HTML export to number equations.
I've put a minimal example below showing what is happening.
--
#+TITLE: Equation numbering
#+STYLE:
* Numbered in HTML export / Not numbered in LaTeX
Equation is nu
Unfortunately this is not what jsMath expects. We get this in the html
file (see attached files for full source)
---
This is what we want
$$
\label{eq:1}
y = ax + b
$$
This is what we get
\label{eq:1}
y = ax + b
--
What we need to do is to replace \begin{equation} ... \end{equation}
with
Hello!
I do some elisp code to download the latest RSS feeds from some resource:
(setq debug-on-error t)
(org-mode)
(org-feed-update
'("arxiv"
"http://export.arxiv.org/rss/astro-ph";
(concat "~/org/arxiv-" (format-time-string "%Y-%m-%d.org"))
"arXiv.org"
)
)
The goal is to get an u
Orgers,
I plan on doing some updates on the server tonight (June 18th) at around
9:00 PM CDT. The website and git repository will be unavailable for
30-60 minutes. I'll send another email just before and after the
maintenance.
Regards,
Jason
At Fri, 17 Jun 2011 21:30:51 +0400,
Евгений Курбатов wrote:
>
> Hello!
>
> I do some elisp code to download the latest RSS feeds from some resource:
>
> (setq debug-on-error t)
> (org-mode)
> (org-feed-update
> '("arxiv"
>"http://export.arxiv.org/rss/astro-ph";
>(concat "~/org/arxiv-" (
I've decided to postpone the maintenance, since I won't be available
tomorrow to address any issues caused by the updates.
Regards,
Jason
11 matches
Mail list logo