From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: code folding Date: Wed, 17 Aug 2011 11:08:39 +0200 Message-ID: <87y5ysflrc.fsf@altern.org> References: <81tya0kdfc.fsf@gmail.com> <87bovvf5gr.fsf@altern.org> <817h6hvzni.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1313572094 26778 80.91.229.12 (17 Aug 2011 09:08:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 17 Aug 2011 09:08:14 +0000 (UTC) Cc: help-gnu-emacs , Jambunathan K To: Le Wang Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 17 11:08:10 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qtc6b-0007Vt-Nc for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Aug 2011 11:08:09 +0200 Original-Received: from localhost ([::1]:56361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtc6b-0007hs-6Q for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Aug 2011 05:08:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtc6V-0007hi-7V for help-gnu-emacs@gnu.org; Wed, 17 Aug 2011 05:08:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qtc6R-0000hp-Ch for help-gnu-emacs@gnu.org; Wed, 17 Aug 2011 05:08:03 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:33844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtc6R-0000hg-0v for help-gnu-emacs@gnu.org; Wed, 17 Aug 2011 05:07:59 -0400 Original-Received: by wyi11 with SMTP id 11so600295wyi.0 for ; Wed, 17 Aug 2011 02:07:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:content-transfer-encoding; bh=aVRz9dTztLArh0V/V5vEWl9oHHQh/G3B1TFxA03pY18=; b=Eh8dPGdgJfjeuETnKD0WqwnoCcPbcG0cCDBGrZ7HmONmkaKXQ2EhSitH/n8M1U0nuQ PmO+plLEM16TUyvfApnRerl1ODOFWOLbcTXLI1BgIa4xniJK9DPK+cb9NHSVxHZhE6ei 9ymmt49mnuUrbCo8QZCp0YxaJyJ4Fc3Co49j4= Original-Received: by 10.216.205.159 with SMTP id j31mr4089603weo.50.1313572077636; Wed, 17 Aug 2011 02:07:57 -0700 (PDT) Original-Received: from myhost.localdomain (netinfo62.cnam.fr [163.173.231.102]) by mx.google.com with ESMTPS id g48sm615906wee.13.2011.08.17.02.07.55 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Aug 2011 02:07:56 -0700 (PDT) Original-Received: by myhost.localdomain (Postfix, from userid 1000) id AD49F604B; Wed, 17 Aug 2011 11:08:39 +0200 (CEST) In-Reply-To: (Le Wang's message of "Tue, 16 Aug 2011 18:39:10 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 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:81966 Archived-At: Le Wang writes: > What's the equivalent in orgstruct? org-outline-regexp seems > interesting but isn't documented. I just added a docstring to ̀org-outline-regexp' but I'm afraid this will not really help you. ,---- | org-outline-regexp is a variable defined in `org.el'. | Its value is "\\*+ " | | Documentation: | Regexp to match Org headlines. `---- Jambunathan's directions are worth following. Best, -- Bastien