Re: [Orgmode] Org-style outline

2010-02-12 Thread Thomas S. Dye
On Feb 11, 2010, at 7:38 PM, Chao Lu wrote: Dear all, I'm writing to see if there's anyway to use org-like outline in ALL kinds of files, like my emacs configuration file, whose suffix is .el. Could I tell Emacs ;;; headline 1 ;; headline 2 And it begin to have the ability to display my

Re: [Orgmode] Org-style outline

2010-02-12 Thread Giovanni Ridolfi
David Maus writes: > At Fri, 12 Feb 2010 00:38:42 -0500, > Chao Lu wrote: >> >> I'm writing to see if there's anyway to use org-like outline in ALL >> kinds of files, like my emacs configuration file, whose suffix is >> .el. Could I tell Emacs >> >> ;;; headline 1 >> ;; headline 2 >> >> And it be

Re: [Orgmode] Org-style outline

2010-02-12 Thread Giovanni Ridolfi
David Maus writes: > Hi Chao, > > At Fri, 12 Feb 2010 00:38:42 -0500, > Chao Lu wrote: >> >> Dear all, >> >> I'm writing to see if there's anyway to use org-like outline in ALL >> kinds of files, like my emacs configuration file, whose suffix is >> .el. Could I tell Emacs >> >> ;;; headline 1 >>

Re: [Orgmode] Org-style outline

2010-02-12 Thread David Maus
Hi Chao, At Fri, 12 Feb 2010 00:38:42 -0500, Chao Lu wrote: > > Dear all, > > I'm writing to see if there's anyway to use org-like outline in ALL > kinds of files, like my emacs configuration file, whose suffix is > .el. Could I tell Emacs > > ;;; headline 1 > ;; headline 2 > > And it begin to hav

[Orgmode] Org-style outline

2010-02-11 Thread Chao Lu
Dear all, I'm writing to see if there's anyway to use org-like outline in ALL kinds of files, like my emacs configuration file, whose suffix is .el. Could I tell Emacs ;;; headline 1 ;; headline 2 And it begin to have the ability to display my el file just as Org does? Besides, is there any act