Fix bug
This commit is contained in:
parent
9c342b61c6
commit
f6f5e23b0c
|
@ -10,7 +10,7 @@
|
|||
#+LINK_UP: index.html
|
||||
#+LINK_HOME: http://orgmode.org
|
||||
|
||||
* Version 6.26
|
||||
* Version 6.27
|
||||
:PROPERTIES:
|
||||
:VISIBILITY: content
|
||||
:CUSTOM_ID: v6.26
|
||||
|
@ -18,6 +18,45 @@
|
|||
|
||||
** Details
|
||||
|
||||
*** Built-in macros
|
||||
{{{date}}} {{{filename}}}
|
||||
|
||||
*** Start Agenda with log mode active
|
||||
Thanks to Beanjamin Andresen.
|
||||
|
||||
*** Tables in LaTeX without centering
|
||||
|
||||
*** Source file publishing
|
||||
|
||||
*** LaTeX: TODO markup configurable
|
||||
|
||||
*** Checkboxes: recursive statistics
|
||||
Patch by Richard Klinda.
|
||||
Check if this ws John's request too.
|
||||
|
||||
*** Link completion for files and bbdb names
|
||||
|
||||
*** org-export-html-table-use-header-tags-for-first-column
|
||||
|
||||
*** contrib/lisp/org-special-blocks.el
|
||||
|
||||
Contributed by Chris Gray
|
||||
|
||||
*** org-ical-timezone
|
||||
|
||||
*** ASCII export to buffer
|
||||
requested by Samuel Wales
|
||||
|
||||
*** New relod key C-c C-x !
|
||||
|
||||
*** Agenda speed optimizations
|
||||
|
||||
*** Properties to disambiguate statistics
|
||||
|
||||
* Version 6.26
|
||||
|
||||
** Details
|
||||
|
||||
*** custom IDs
|
||||
|
||||
Entries can now define a =CUSTOM_ID= property. This property
|
||||
|
|
|
@ -687,7 +687,7 @@ lang=\"%s\" xml:lang=\"%s\">
|
|||
<body>
|
||||
<div id=\"content\">
|
||||
"
|
||||
(or charset "iso-8859-1")
|
||||
; (or charset "iso-8859-1")
|
||||
language language (org-html-expand title)
|
||||
(or charset "iso-8859-1")
|
||||
date author description keywords
|
||||
|
|
Loading…
Reference in New Issue