From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "weber" Newsgroups: gmane.emacs.help Subject: Re: Planner-mode detectes MixedCase ? Date: 14 Feb 2007 16:58:17 -0800 Organization: http://groups.google.com Message-ID: <1171501097.353664.148600@h3g2000cwc.googlegroups.com> References: <1171458428.978001.135550@m58g2000cwm.googlegroups.com> <87ire48l0w.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1171503645 6964 80.91.229.12 (15 Feb 2007 01:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Feb 2007 01:40:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 15 02:40:38 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 1HHVbx-0001ZA-BM for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Feb 2007 02:40:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHVbx-0003rp-0b for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Feb 2007 20:40:37 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!h3g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 Original-NNTP-Posting-Host: 200.213.54.240 Original-X-Trace: posting.google.com 1171501105 22516 127.0.0.1 (15 Feb 2007 00:58:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 15 Feb 2007 00:58:25 +0000 (UTC) In-Reply-To: <87ire48l0w.fsf@lion.rapttech.com.au> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h3g2000cwc.googlegroups.com; posting-host=200.213.54.240; posting-account=pG57fA0AAADtQ-4h1MyvjXjZpSNZC0zj Original-Xref: shelby.stanford.edu gnu.emacs.help:145619 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:41225 Archived-At: On 14 fev, 18:52, Tim X wrote: > "weber" writes: > > Hello everyone! > > I'm having a really hard time trying to switch from Org-mode to > > planner... > > One thing that I would really like is to have this behavior described > > on Wiegley's Commentary: > > > "Between the milestones are the bigger pieces of your plan. Name these > > pieces using MixedCase? words, and you'll notice that Emacs colors and > > underlines them for you." > > > So, when inside a muse file, just typing a mixed case word would > > create a link, even if that page doesn't exist yet? > > Adding links to existing pages could be also done this way? > > From memory, there is a "camel case" option in muse.el. If you set the variable > to turn this option on, then words like goHere will become a hyperlink to the > muse file goHere.muse. Is that the sort of thing you are after? > > Tim > > -- > tcross (at) rapttech dot com dot au Exactly! I found it here: Muse Implicit Link Functions: Show Value State: HIDDEN, invoke "Show" in the previous line to show. A list of functions to handle an implicit link. << An implicit link is one that is not surrounded by brackets. By default, Muse handles URLs only. If you want to handle WikiWords, load muse-wiki.el. Tks Tim