From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gijs Hillenius Subject: minute suggestion for documentation, chapter 12.5 (export to html) Date: Mon, 16 Sep 2013 13:54:40 +0200 Message-ID: <8738p5f0cf.fsf@hillenius.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLXON-0001M7-Vg for emacs-orgmode@gnu.org; Mon, 16 Sep 2013 07:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLXOG-0000v2-ME for emacs-orgmode@gnu.org; Mon, 16 Sep 2013 07:54:59 -0400 Received: from mail.hillenius.net ([178.63.187.164]:42666 helo=hillenius.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLXOG-0000u9-G0 for emacs-orgmode@gnu.org; Mon, 16 Sep 2013 07:54:52 -0400 Received: from [91.179.241.80] (helo=altiphrynoides.hillenius.net) by hillenius.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VLXO5-0001t4-FQ for emacs-orgmode@gnu.org; Mon, 16 Sep 2013 13:54:43 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I have a really wee suggestion for a change in the documentation that comes with Org-mode version 7.9.3f and in Org 8.1 (on the web) In chapter 12.5 on Html export there is this section ,---- | 12.5.9 CSS support | | You can also give style information for the exported file. `---- To my non-English eyes the word "also" is ambigous. Earlier this month it made me look all over that chapter for /other/ ways to give style information. I think that "also" refers to "12.5.3 Quoting HTML tags" but I am not sure. So, maybe the above quoted text for 12.5.9 could be improved by writing: Next to including simple HTML tags (see 12.5.3), style information can be added to the exported file. Feel free to use this, or not.