* How to instead of prefix * as headline of org-line mode
@ 2007-08-24 15:52 bsunsh
2007-08-25 14:50 ` Daniel Jensen
0 siblings, 1 reply; 5+ messages in thread
From: bsunsh @ 2007-08-24 15:52 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
In my case, the text include a lot of * for other using, So I hope the
* prefix for headline of org-mode could be instead of other charactor.
how to do that
Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to instead of prefix * as headline of org-line mode
2007-08-24 15:52 How to instead of prefix * as headline of org-line mode bsunsh
@ 2007-08-25 14:50 ` Daniel Jensen
2007-08-26 7:08 ` bsunsh
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Jensen @ 2007-08-25 14:50 UTC (permalink / raw)
To: help-gnu-emacs
bsunsh@163.com writes:
> In my case, the text include a lot of * for other using, So I hope the
> * prefix for headline of org-mode could be instead of other charactor.
> how to do that
See <http://www.emacswiki.org/cgi-bin/wiki/OrgMode> for an example with
"=" instead of the default "*".
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to instead of prefix * as headline of org-line mode
2007-08-25 14:50 ` Daniel Jensen
@ 2007-08-26 7:08 ` bsunsh
2007-08-26 10:34 ` Daniel Jensen
0 siblings, 1 reply; 5+ messages in thread
From: bsunsh @ 2007-08-26 7:08 UTC (permalink / raw)
To: help-gnu-emacs
On Aug 25, 10:50 pm, dan...@bigwalter.net (Daniel Jensen) wrote:
> bsu...@163.com writes:
> > In my case, the text include a lot of * for other using, So I hope the
> > * prefix for headline of org-mode could be instead of other charactor.
> > how to do that
>
> See <http://www.emacswiki.org/cgi-bin/wiki/OrgMode> 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.
Thanks
Bill
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to instead of prefix * as headline of org-line mode
2007-08-26 7:08 ` bsunsh
@ 2007-08-26 10:34 ` Daniel Jensen
2007-08-27 12:58 ` bsunsh
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Jensen @ 2007-08-26 10:34 UTC (permalink / raw)
To: help-gnu-emacs
bsunsh@163.com writes:
> On Aug 25, 10:50 pm, dan...@bigwalter.net (Daniel Jensen) wrote:
>
>> See <http://www.emacswiki.org/cgi-bin/wiki/OrgMode> 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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: How to instead of prefix * as headline of org-line mode
2007-08-26 10:34 ` Daniel Jensen
@ 2007-08-27 12:58 ` bsunsh
0 siblings, 0 replies; 5+ messages in thread
From: bsunsh @ 2007-08-27 12:58 UTC (permalink / raw)
To: help-gnu-emacs
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 <http://www.emacswiki.org/cgi-bin/wiki/OrgMode> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-27 12:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24 15:52 How to instead of prefix * as headline of org-line mode bsunsh
2007-08-25 14:50 ` Daniel Jensen
2007-08-26 7:08 ` bsunsh
2007-08-26 10:34 ` Daniel Jensen
2007-08-27 12:58 ` bsunsh
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.