emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org 8.0 HTML Export
@ 2013-05-20  1:08 Scott Randby
  2013-05-20  9:22 ` Suvayu Ali
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Randby @ 2013-05-20  1:08 UTC (permalink / raw)
  To: emacs-orgmode

I'm working on switching to 8.0 and I'm having a few difficulties. I use
my own style sheet for web pages, and I figured out that I needed to
change #+STYLE: to #+HTML_HEAD: in order to use my style sheet. However,
I don't want to include the default style and the default script when I
export. I've been looking around in the ORG-NEWS file and the
documentation, but I don't see anything different than what I have now.
I have this in my init.el:

(setq org-export-html-style "")
(setq org-export-html-style-include-default nil)
(setq org-export-html-style-include-scripts nil)
(setq org-export-html-table-tag "<table>")

What do I need to change?

Thanks,
Scott Randby

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

* Re: Org 8.0 HTML Export
  2013-05-20  1:08 Org 8.0 HTML Export Scott Randby
@ 2013-05-20  9:22 ` Suvayu Ali
  2013-05-20 13:30   ` Scott Randby
  0 siblings, 1 reply; 3+ messages in thread
From: Suvayu Ali @ 2013-05-20  9:22 UTC (permalink / raw)
  To: emacs-orgmode

Hi Scott,

On Sun, May 19, 2013 at 09:08:18PM -0400, Scott Randby wrote:
> I'm working on switching to 8.0 and I'm having a few difficulties. I use
> my own style sheet for web pages, and I figured out that I needed to
> change #+STYLE: to #+HTML_HEAD: in order to use my style sheet. However,
> I don't want to include the default style and the default script when I
> export. I've been looking around in the ORG-NEWS file and the
> documentation, but I don't see anything different than what I have now.
> I have this in my init.el:
> 
> (setq org-export-html-style "")
> (setq org-export-html-style-include-default nil)
> (setq org-export-html-style-include-scripts nil)
> (setq org-export-html-table-tag "<table>")
> 
> What do I need to change?

<http://orgmode.org/worg/org-8.0.html#sec-5>

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.

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

* Re: Org 8.0 HTML Export
  2013-05-20  9:22 ` Suvayu Ali
@ 2013-05-20 13:30   ` Scott Randby
  0 siblings, 0 replies; 3+ messages in thread
From: Scott Randby @ 2013-05-20 13:30 UTC (permalink / raw)
  To: emacs-orgmode

On 05/20/2013 05:22 AM, Suvayu Ali wrote:
> Hi Scott,
> 
> On Sun, May 19, 2013 at 09:08:18PM -0400, Scott Randby wrote:
>> I'm working on switching to 8.0 and I'm having a few difficulties. I use
>> my own style sheet for web pages, and I figured out that I needed to
>> change #+STYLE: to #+HTML_HEAD: in order to use my style sheet. However,
>> I don't want to include the default style and the default script when I
>> export. I've been looking around in the ORG-NEWS file and the
>> documentation, but I don't see anything different than what I have now.
>> I have this in my init.el:
>>
>> (setq org-export-html-style "")
>> (setq org-export-html-style-include-default nil)
>> (setq org-export-html-style-include-scripts nil)
>> (setq org-export-html-table-tag "<table>")
>>
>> What do I need to change?
> 
> <http://orgmode.org/worg/org-8.0.html#sec-5>
> 
> Hope this helps,
> 

Thanks, that worked.

Scott Randby

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

end of thread, other threads:[~2013-05-20 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-20  1:08 Org 8.0 HTML Export Scott Randby
2013-05-20  9:22 ` Suvayu Ali
2013-05-20 13:30   ` Scott Randby

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).