From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bsunsh@163.com Newsgroups: gmane.emacs.help Subject: Re: How to instead of prefix * as headline of org-line mode Date: Mon, 27 Aug 2007 05:58:50 -0700 Organization: http://groups.google.com Message-ID: <1188219530.338161.256000@e9g2000prf.googlegroups.com> References: <1187970753.302219.58420@q4g2000prc.googlegroups.com> <87veb3mzwy.fsf@orme.bigwalter.net> <1188112108.770531.130570@q5g2000prf.googlegroups.com> <87wsvi8tz8.fsf@orme.bigwalter.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1188222036 30833 80.91.229.12 (27 Aug 2007 13:40:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2007 13:40:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 27 15:40:34 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IPepW-0007zM-Ih for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2007 15:40:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPepW-0006Kc-5U for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2007 09:40:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e9g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 58.24.96.80 Original-X-Trace: posting.google.com 1188219530 22935 127.0.0.1 (27 Aug 2007 12:58:50 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 27 Aug 2007 12:58:50 +0000 (UTC) In-Reply-To: <87wsvi8tz8.fsf@orme.bigwalter.net> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e9g2000prf.googlegroups.com; posting-host=58.24.96.80; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.help:151319 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46889 Archived-At: On Aug 26, 6:34 pm, dan...@bigwalter.net (Daniel Jensen) wrote: > bsu...@163.com writes: > > On Aug 25, 10:50 pm, dan...@bigwalter.net (Daniel Jensen) wrote: > > >> See for an example with > >> "=" instead of the default "*". > > > Would you like to send more details information, I look for emacs wiki > > web site, and search around, but I still can not locate the solution > > for you example. > > It's in the "Specific Tasks" section on that page: > > (add-hook 'org-mode-hook '(lambda () (setq outline-regexp "=+"))) > > I should add that I've not tried this myself. Thanks for your patient, I have done as your comment. Bill