From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Janik Subject: Implement a new emphasis style to hide text Date: Wed, 30 Nov 2011 21:02:27 +0000 (UTC) Message-ID: References: <20110820131808.31793978@kuru.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVrsz-0001Xv-NZ for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 16:40:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVrsy-00071i-Cn for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 16:40:13 -0500 Received: from lo.gmane.org ([80.91.229.12]:49107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVrsy-00071E-5u for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 16:40:12 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RVrsv-0007el-5H for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 22:40:09 +0100 Received: from 2.215.193.193 ([2.215.193.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Nov 2011 22:40:09 +0100 Received: from sjanjal by 2.215.193.193 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Nov 2011 22:40:09 +0100 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 Hello, for some purposes I need to hide some words. (It would help to memorize these words). In the enriched mode I can do this just by marking the words and choosing M-x facemenu-set-background and then typing "black" for the "Background color". In the org-mode the enriched mode doesn't work. A perfect solution for me would be a new emphasis style: Maybe something like $a hidden text.$ --> $JUSTABLACKBOX$ (like the _underline style_ ). How can I do that? (Or any other suggestions?) Thanks. Best regard, Stephan