From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: Org-mode version 5.13
Date: Sat, 20 Oct 2007 11:30:29 +0100 [thread overview]
Message-ID: <877ili13ju.fsf@bzg.ath.cx> (raw)
In-Reply-To: <e1dbc9dd7572b0a7c62210849a9db52e@science.uva.nl> (Carsten Dominik's message of "Fri, 19 Oct 2007 08:25:18 +0200")
[-- Attachment #1: Type: text/plain, Size: 621 bytes --]
Hello all,
Carsten Dominik <dominik@science.uva.nl> writes:
> - The table of context is wrapped into a div with a class
> "table-of-contents".
This should be "id", not "class", since there is only one instance of
the table of contents - fixed in the proposed patch.
> - The outline structure is embedded in <div> elements with
> classes "outline-1", "outline-2" etc.
Classes are ok here.
> - The postamble, containing the author information and the
> date is wrapped into a div with class "postamble".
There was a small typo for the <div> of the postamble, this patch also
fixes it.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: org.el.patch --]
[-- Type: text/x-diff, Size: 879 bytes --]
diff -u /home/guerry/elisp/testing/org/org.el /home/guerry/elisp/testing/bzg/org.el
--- /home/guerry/elisp/testing/org/org.el 2007-10-19 15:44:15.000000000 +0100
+++ /home/guerry/elisp/testing/bzg/org.el 2007-10-20 11:26:28.000000000 +0100
@@ -23830,7 +23830,7 @@
(unless body-only
(when (plist-get opt-plist :auto-postamble)
- (insert "<div=\"postamble\">")
+ (insert "<div id=\"postamble\">")
(when (and org-export-author-info author)
(insert "<p class=\"author\"> "
(nth 1 lang-words) ": " author "\n")
@@ -23866,7 +23866,7 @@
(when (looking-at "\\s-*</p>")
(goto-char (match-end 0))
(insert "\n")))
- (insert "<div class=\"table-of-contents\">\n")
+ (insert "<div id=\"table-of-contents\">\n")
(mapc 'insert thetoc)
(insert "</div>\n"))
;; remove empty paragraphs and lists
Diff finished. Sat Oct 20 11:29:17 2007
[-- Attachment #3: Type: text/plain, Size: 13 bytes --]
--
Bastien
[-- Attachment #4: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2007-10-20 9:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-19 6:25 Org-mode version 5.13 Carsten Dominik
2007-10-19 11:23 ` Adam Spiers
2007-10-19 15:11 ` Eddward DeVilla
2007-10-20 10:30 ` Bastien [this message]
2007-10-22 21:38 ` Mike Newman
2007-10-22 21:48 ` Nuutti Kotivuori
2007-10-22 22:50 ` Bastien
2007-10-24 16:42 ` Carsten Dominik
2007-10-25 11:12 ` Dmitri Minaev
2007-10-26 16:53 ` Mike Newman
2007-10-25 12:00 ` Nuutti Kotivuori
2007-10-23 19:26 ` Scott Jaderholm
2007-10-24 0:14 ` Bastien
2007-10-24 3:18 ` Carsten Dominik
2007-12-30 12:31 ` Adam Spiers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877ili13ju.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.