emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Minor docfix
@ 2013-04-28  0:48 Philipp Moeller
  2013-04-28 16:23 ` Achim Gratz
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Moeller @ 2013-04-28  0:48 UTC (permalink / raw)
  To: emacs-orgmode

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

Hi,

as of 8.0 org-html uses org-html-head as a prefix for everything related
to the HTML head. In one line the documentation is still referring to an
old variable. AFAICT setting HTML_INCLUDE_STYLE also doesn't have any
effect, but I haven't really confirmed that.

Cheers,
Philipp


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Docfix --]
[-- Type: text/x-patch, Size: 775 bytes --]

diff --git a/doc/org.texi b/doc/org.texi
index a4a12ef..9f830fd 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11249,7 +11249,7 @@ Each exported file contains a compact default style that defines these
 classes in a basic way@footnote{This style is defined in the constant
 @code{org-html-style-default}, which you should not modify.  To turn
 inclusion of these defaults off, customize
-@code{org-html-head-include-default-style} or set @code{#+HTML_INCLUDE_STYLE}
+@code{org-html-head-include-default-style} or set @code{#+ORG-HTML-HEAD-INCLUDE-DEFAULT-STYLE}
 to @code{nil} on a per-file basis.}.  You may overwrite these settings, or add to
 them by using the variables @code{org-html-head} and
 @code{org-html-head-extra}.  You can override the global values of these

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

* Re: [PATCH] Minor docfix
  2013-04-28  0:48 [PATCH] Minor docfix Philipp Moeller
@ 2013-04-28 16:23 ` Achim Gratz
  0 siblings, 0 replies; 2+ messages in thread
From: Achim Gratz @ 2013-04-28 16:23 UTC (permalink / raw)
  To: emacs-orgmode

Philipp Moeller writes:
> as of 8.0 org-html uses org-html-head as a prefix for everything related
> to the HTML head. In one line the documentation is still referring to an
> old variable. AFAICT setting HTML_INCLUDE_STYLE also doesn't have any
> effect, but I haven't really confirmed that.

The documentation is correct, only the variable names, but not the
property name has changed (see ox-html.el in line 126).


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

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

end of thread, other threads:[~2013-04-28 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-28  0:48 [PATCH] Minor docfix Philipp Moeller
2013-04-28 16:23 ` Achim Gratz

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