emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mode on Windows Emacs doesn't offer html export
@ 2016-03-18  0:59 Lawrence Bottorff
  2016-03-18  7:13 ` Eric S Fraga
  0 siblings, 1 reply; 8+ messages in thread
From: Lawrence Bottorff @ 2016-03-18  0:59 UTC (permalink / raw)
  To: emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

Yes, the title sums it up. I've just ported my .emacs.d, org stuff, etc.
from my Linux to my work Windows 10, and I can't get the export to offer
html or latex. Even org-export-html-to-html doesn't work, gives error
message

org-latex-compile: PDF file
c:/Users/Admin/AppData/Local/Temp/babel-73881pw/latex-73883Ta.pdf wasn't
produced

Not sure why it's concerned with latex for an html export. My html and
latex are checked on the org-export-backends customization page.

LB

[-- Attachment #2: Type: text/html, Size: 594 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: org-mode on Windows Emacs doesn't offer html export
  2016-03-18  0:59 org-mode on Windows Emacs doesn't offer html export Lawrence Bottorff
@ 2016-03-18  7:13 ` Eric S Fraga
  2016-03-18 13:35   ` Lawrence Bottorff
  0 siblings, 1 reply; 8+ messages in thread
From: Eric S Fraga @ 2016-03-18  7:13 UTC (permalink / raw)
  To: Lawrence Bottorff; +Cc: emacs-orgmode Mailinglist

On Thursday, 17 Mar 2016 at 20:59, Lawrence Bottorff wrote:
> Yes, the title sums it up. I've just ported my .emacs.d, org stuff, etc.
> from my Linux to my work Windows 10, and I can't get the export to offer
> html or latex. Even org-export-html-to-html doesn't work, gives error
> message

What version of org?  I don't have org-export-html-to-html; the closest
I have is org-html-export-to-html.

Have you done

(require 'ox-html)

?
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.4-626-gb62d55

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: org-mode on Windows Emacs doesn't offer html export
  2016-03-18  7:13 ` Eric S Fraga
@ 2016-03-18 13:35   ` Lawrence Bottorff
  2016-03-18 13:46     ` Fabrice Popineau
  0 siblings, 1 reply; 8+ messages in thread
From: Lawrence Bottorff @ 2016-03-18 13:35 UTC (permalink / raw)
  To: Lawrence Bottorff, emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/plain, Size: 1029 bytes --]

Yes, thanks Eric. Got latest-greatest 8.3. I did a (require 'ox-html) and
(require 'ox-latex) and the options did show up. Not sure why my Linux side
had these and the Windows side did not. But still I get this error:

org-latex-compile: PDF file
c:/Users/Admin/AppData/Local/Temp/babel-6812T7_/latex-6812ivv.pdf wasn't
produced

Not sure what this is about or what it has to do with exporting to html.

LB

On Fri, Mar 18, 2016 at 3:13 AM, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:

> On Thursday, 17 Mar 2016 at 20:59, Lawrence Bottorff wrote:
> > Yes, the title sums it up. I've just ported my .emacs.d, org stuff, etc.
> > from my Linux to my work Windows 10, and I can't get the export to offer
> > html or latex. Even org-export-html-to-html doesn't work, gives error
> > message
>
> What version of org?  I don't have org-export-html-to-html; the closest
> I have is org-html-export-to-html.
>
> Have you done
>
> (require 'ox-html)
>
> ?
> --
> : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.4-626-gb62d55
>

[-- Attachment #2: Type: text/html, Size: 1571 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: org-mode on Windows Emacs doesn't offer html export
  2016-03-18 13:35   ` Lawrence Bottorff
@ 2016-03-18 13:46     ` Fabrice Popineau
  2016-03-18 15:29       ` Lawrence Bottorff
  0 siblings, 1 reply; 8+ messages in thread
From: Fabrice Popineau @ 2016-03-18 13:46 UTC (permalink / raw)
  To: Lawrence Bottorff; +Cc: emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/plain, Size: 835 bytes --]

2016-03-18 14:35 GMT+01:00 Lawrence Bottorff <borgauf@gmail.com>:

> Yes, thanks Eric. Got latest-greatest 8.3. I did a (require 'ox-html) and
> (require 'ox-latex) and the options did show up. Not sure why my Linux side
> had these and the Windows side did not. But still I get this error:
>
> org-latex-compile: PDF file
> c:/Users/Admin/AppData/Local/Temp/babel-6812T7_/latex-6812ivv.pdf wasn't
> produced
>
> Not sure what this is about or what it has to do with exporting to html.
>
>
Something is wrong in your setup.
I can guarantee that HTML export is working out of the box under Windows.
Start by trying with an org file not requiring any babel stuff.
Depending on (possibly complex) image format conversions,
you may need either some TeX distribution (TeXLive prefered AFAIC)
and/or GhostScript and/or ImageMagick.

Fabrice

[-- Attachment #2: Type: text/html, Size: 1442 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: org-mode on Windows Emacs doesn't offer html export
  2016-03-18 13:46     ` Fabrice Popineau
@ 2016-03-18 15:29       ` Lawrence Bottorff
  2016-03-18 17:30         ` Eric S Fraga
  0 siblings, 1 reply; 8+ messages in thread
From: Lawrence Bottorff @ 2016-03-18 15:29 UTC (permalink / raw)
  To: fabrice.popineau; +Cc: emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]

Thanks for the advice. Yes, a stripped-down org file did work. Will
troubleshoot till the culprit sinister is found.

On Fri, Mar 18, 2016 at 9:46 AM, Fabrice Popineau <
fabrice.popineau@supelec.fr> wrote:

>
>
> 2016-03-18 14:35 GMT+01:00 Lawrence Bottorff <borgauf@gmail.com>:
>
>> Yes, thanks Eric. Got latest-greatest 8.3. I did a (require 'ox-html) and
>> (require 'ox-latex) and the options did show up. Not sure why my Linux side
>> had these and the Windows side did not. But still I get this error:
>>
>> org-latex-compile: PDF file
>> c:/Users/Admin/AppData/Local/Temp/babel-6812T7_/latex-6812ivv.pdf wasn't
>> produced
>>
>> Not sure what this is about or what it has to do with exporting to html.
>>
>>
> Something is wrong in your setup.
> I can guarantee that HTML export is working out of the box under Windows.
> Start by trying with an org file not requiring any babel stuff.
> Depending on (possibly complex) image format conversions,
> you may need either some TeX distribution (TeXLive prefered AFAIC)
> and/or GhostScript and/or ImageMagick.
>
> Fabrice
>
>

[-- Attachment #2: Type: text/html, Size: 1999 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: org-mode on Windows Emacs doesn't offer html export
  2016-03-18 15:29       ` Lawrence Bottorff
@ 2016-03-18 17:30         ` Eric S Fraga
  2016-03-18 18:12           ` Lawrence Bottorff
  0 siblings, 1 reply; 8+ messages in thread
From: Eric S Fraga @ 2016-03-18 17:30 UTC (permalink / raw)
  To: Lawrence Bottorff; +Cc: emacs-orgmode Mailinglist

On Friday, 18 Mar 2016 at 11:29, Lawrence Bottorff wrote:
> Thanks for the advice. Yes, a stripped-down org file did work. Will
> troubleshoot till the culprit sinister is found.

One reason for LaTeX being required for HTML export is that you have
equations or similar and these are being converted to images?  Just
grasping at straws here.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.4-626-gb62d55

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: org-mode on Windows Emacs doesn't offer html export
  2016-03-18 17:30         ` Eric S Fraga
@ 2016-03-18 18:12           ` Lawrence Bottorff
  2016-03-18 18:16             ` Eric S Fraga
  0 siblings, 1 reply; 8+ messages in thread
From: Lawrence Bottorff @ 2016-03-18 18:12 UTC (permalink / raw)
  To: Lawrence Bottorff, emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

Yes, Eric, that's probably the case . . . and I just don't have my latex
ducks in a row yet. I've been spoiled on Linux -- things just working. . .

On Fri, Mar 18, 2016 at 1:30 PM, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:

> On Friday, 18 Mar 2016 at 11:29, Lawrence Bottorff wrote:
> > Thanks for the advice. Yes, a stripped-down org file did work. Will
> > troubleshoot till the culprit sinister is found.
>
> One reason for LaTeX being required for HTML export is that you have
> equations or similar and these are being converted to images?  Just
> grasping at straws here.
>
> --
> : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.4-626-gb62d55
>

[-- Attachment #2: Type: text/html, Size: 1078 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: org-mode on Windows Emacs doesn't offer html export
  2016-03-18 18:12           ` Lawrence Bottorff
@ 2016-03-18 18:16             ` Eric S Fraga
  0 siblings, 0 replies; 8+ messages in thread
From: Eric S Fraga @ 2016-03-18 18:16 UTC (permalink / raw)
  To: Lawrence Bottorff; +Cc: emacs-orgmode Mailinglist

On Friday, 18 Mar 2016 at 14:12, Lawrence Bottorff wrote:
> Yes, Eric, that's probably the case . . . and I just don't have my latex
> ducks in a row yet. I've been spoiled on Linux -- things just working. . .

Indeed.  I'm lucky in that I don't have to venture out of the Linux
world very often, if at all!  Hope you sort it out.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.4-626-gb62d55

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-18 18:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-18  0:59 org-mode on Windows Emacs doesn't offer html export Lawrence Bottorff
2016-03-18  7:13 ` Eric S Fraga
2016-03-18 13:35   ` Lawrence Bottorff
2016-03-18 13:46     ` Fabrice Popineau
2016-03-18 15:29       ` Lawrence Bottorff
2016-03-18 17:30         ` Eric S Fraga
2016-03-18 18:12           ` Lawrence Bottorff
2016-03-18 18:16             ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).