From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianshi Huang Subject: Fold/unfold part of a paragraph Date: Wed, 10 Nov 2010 14:00:58 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=55302 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PG2nt-0003ft-Fe for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 00:01:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PG2nr-00074c-TP for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 00:01:01 -0500 Received: from mail-qy0-f169.google.com ([209.85.216.169]:58439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PG2nr-00074K-RC for emacs-orgmode@gnu.org; Wed, 10 Nov 2010 00:00:59 -0500 Received: by qyk9 with SMTP id 9so111995qyk.0 for ; Tue, 09 Nov 2010 21:00:58 -0800 (PST) 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: emacs-orgmode@gnu.org Hello, Is there a way to fold/unfold part of a paragraph? Something like a headline but can be inlined in a paragraph. For example, when folded, it will look like Here is the <>. Where <> can be expanded to some full explanation. And when exported, the full explanation will be used. Jianshi