From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: =?UTF-8?B?UmU6IEkgY2FuIG5vdCB1bmRlcnN0YW5kIOKAmCtzdHJpa2UtdGhy?= =?UTF-8?B?b3VnaCvigJkgLg==?= Date: Sun, 16 Aug 2009 21:48:18 -0400 Message-ID: <13103.1250473698@gamaville.dokosmarshall.org> References: <907065090908161814k63c0d518md09fc071e639b614@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McrMI-0001sq-LE for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 21:50:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McrME-0001sb-73 for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 21:50:02 -0400 Received: from [199.232.76.173] (port=39547 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McrME-0001sY-1m for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 21:49:58 -0400 Received: from vms173017pub.verizon.net ([206.46.173.17]:34677) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McrMD-0007g2-LD for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 21:49:57 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KOH00A3CZO537P8@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 20:48:11 -0500 (CDT) In-reply-to: Message from waterloo of "Mon, 17 Aug 2009 09:14:25 +0800." <907065090908161814k63c0d518md09fc071e639b614@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: waterloo Cc: emacs-orgmode@gnu.org waterloo wrote: > In subsetction `Emphasis and monospace ' of 12.1 Markup rules of manual , > I can not understand how to use =91+strike-through+=92 ? > what does it mean ? [Much better !-) Thanks for the reference.] Another expression for it is "crossing out": basically a horizontal line drawn through the text at half-height, generally indicating erased text. Try exporting the following to html (for some reason, the strike-through feature did not work for me in the LaTeX exporter) and viewing it in your browser: --8<---------------cut here---------------start------------->8--- * Emphasis and monospace - *bold* - /italic/ - _underlined_ - =code= - ~verbatim~ - +strike-through+ --8<---------------cut here---------------end--------------->8--- HTH, Nick