From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tamas K Papp Newsgroups: gmane.emacs.help Subject: Re: org-mode tutorial? Date: Sun, 28 Apr 2013 11:07:03 +0200 Message-ID: <87a9oj9g7c.fsf@tamas.ihs.ac.at> References: <87zjwjn5bu.fsf@mithlond.arda> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367140047 15409 80.91.229.3 (28 Apr 2013 09:07:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Apr 2013 09:07:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 28 11:07:32 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UWNZv-0006Mj-8O for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Apr 2013 11:07:27 +0200 Original-Received: from localhost ([::1]:42668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWNZu-0004rz-Ls for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Apr 2013 05:07:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWNZj-0004rj-Cm for help-gnu-emacs@gnu.org; Sun, 28 Apr 2013 05:07:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWNZh-0008He-6g for help-gnu-emacs@gnu.org; Sun, 28 Apr 2013 05:07:15 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:50260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWNZg-0008GU-Vt for help-gnu-emacs@gnu.org; Sun, 28 Apr 2013 05:07:13 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UWNZe-00067X-8k for help-gnu-emacs@gnu.org; Sun, 28 Apr 2013 11:07:10 +0200 Original-Received: from ext16.ihs.ac.at ([78.104.137.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Apr 2013 11:07:10 +0200 Original-Received: from tkpapp by ext16.ihs.ac.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Apr 2013 11:07:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ext16.ihs.ac.at User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:I8o9hB0T2uX4RN9i2f/9P5f9q60= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90382 Archived-At: On Sun, Apr 28 2013, Jude DaShiell wrote: > The checkboxes documentation could be ambiguous because the first time > the string that sets up a checkbox is mentioned, it appears split onto > two adjacent lines at least in the lynx browser. I would be interested > to know if lynx is unique in this or if other browsers also split that > line. You can make it happen in Firefox, if my guess is correct then the HTML for the text you are referring to is ‘[ ]’ which can indeed break on the space. I guess you could report a bug about it, a possible fix would be setting the white space property [1] to something else than 'normal'. Best, Tamas [1] http://www.w3.org/TR/CSS2/text.html#white-space-prop