Documentation updates.
This commit is contained in:
parent
b1d5e6c62d
commit
802e1175fe
|
@ -15,7 +15,6 @@
|
||||||
:VISIBILITY: content
|
:VISIBILITY: content
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
|
|
||||||
** Incompatible changes
|
** Incompatible changes
|
||||||
|
|
||||||
*** The default structure of IDs has changed
|
*** The default structure of IDs has changed
|
||||||
|
@ -49,15 +48,22 @@
|
||||||
concept and wrote org-attach.el to implement it.
|
concept and wrote org-attach.el to implement it.
|
||||||
|
|
||||||
*** New remember template escape to add a property
|
*** New remember template escape to add a property
|
||||||
|
|
||||||
Thanks to James TD Smith for a patch to this effect.
|
Thanks to James TD Smith for a patch to this effect.
|
||||||
|
|
||||||
*** Clicking with mouse-2 on clock info in mode-line visits the clock.
|
*** Clicking with mouse-2 on clock info in mode-line visits the clock.
|
||||||
|
|
||||||
Thanks to James TD Smith for a patch to this effect.
|
Thanks to James TD Smith for a patch to this effect.
|
||||||
|
|
||||||
*** New file in contrib: lisp/org-checklist.el
|
*** New file in contrib: lisp/org-checklist.el
|
||||||
|
|
||||||
|
This module deals with repeated tasks that have checkbox
|
||||||
|
lists below them.
|
||||||
|
|
||||||
Thanks to James TD Smith for this contribution.
|
Thanks to James TD Smith for this contribution.
|
||||||
|
|
||||||
*** New in-buffer setting #+STYLE
|
*** New in-buffer setting #+STYLE
|
||||||
|
|
||||||
It can be used to locally set the variable
|
It can be used to locally set the variable
|
||||||
`org-export-html-style-extra'. Several such lines are
|
`org-export-html-style-extra'. Several such lines are
|
||||||
allowed-, they will all be concatenated. For an example on
|
allowed-, they will all be concatenated. For an example on
|
||||||
|
|
30
doc/org.texi
30
doc/org.texi
|
@ -7603,37 +7603,15 @@ Each exported files contains a compact default style that defines these
|
||||||
classes in a basic way. You may overwrite these settings, or add to them by
|
classes in a basic way. You may overwrite these settings, or add to them by
|
||||||
using the variables @code{org-export-html-style} (for Org-wide settings) and
|
using the variables @code{org-export-html-style} (for Org-wide settings) and
|
||||||
@code{org-export-html-style-extra} (for more granular settings, like
|
@code{org-export-html-style-extra} (for more granular settings, like
|
||||||
file-local settings). There are two ways to set the latter variable
|
file-local settings). To set the latter variable individually for each
|
||||||
individually for each file. First, you can use
|
file, you can use
|
||||||
|
|
||||||
@example
|
@example
|
||||||
#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
|
#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
a setup that also works in an external setup file (@pxref{In-buffer
|
For longer style definitions, you can use several such lines.
|
||||||
settings}). An alternative method, also suitable for extensive definitions
|
|
||||||
is using file variables, best wrapped into a COMMENT section at the end of
|
|
||||||
the outline tree. For example@footnote{Under Emacs 21, the continuation
|
|
||||||
lines for a variable value should have no @samp{#} at the start of the
|
|
||||||
line.}:
|
|
||||||
|
|
||||||
@example
|
|
||||||
* COMMENT html style specifications
|
|
||||||
|
|
||||||
# Local Variables:
|
|
||||||
# org-export-html-style-extra:
|
|
||||||
# "<style>
|
|
||||||
# p @{font-weight: normal; color: gray; @}
|
|
||||||
# h1 @{color: black; @}
|
|
||||||
# </style>"
|
|
||||||
# End:
|
|
||||||
@end example
|
|
||||||
|
|
||||||
Remember to execute @kbd{M-x normal-mode} after changing this to make the new
|
|
||||||
style immediately visible to Emacs. This command restarts Org mode for the
|
|
||||||
current buffer and forces Emacs to re-evaluate the local variables section in
|
|
||||||
the buffer.
|
|
||||||
|
|
||||||
@c FIXME: More about header and footer styles
|
@c FIXME: More about header and footer styles
|
||||||
@c FIXME: Talk about links and targets.
|
@c FIXME: Talk about links and targets.
|
||||||
|
@ -9866,7 +9844,7 @@ existence of these packages. But with time I have accasionally looked
|
||||||
at John's code and learned a lot from it. John has also contributed a
|
at John's code and learned a lot from it. John has also contributed a
|
||||||
number of great ideas and patches directly to Org, including the attachment
|
number of great ideas and patches directly to Org, including the attachment
|
||||||
system (@file{org-attach.el}) and integration with Apple Mail
|
system (@file{org-attach.el}) and integration with Apple Mail
|
||||||
(@code{org-mac-message.el}).
|
(@file{org-mac-message.el}).
|
||||||
@item
|
@item
|
||||||
@i{Carsten Wimmer} suggested some changes and helped fix a bug in
|
@i{Carsten Wimmer} suggested some changes and helped fix a bug in
|
||||||
linking to Gnus.
|
linking to Gnus.
|
||||||
|
|
Loading…
Reference in New Issue