emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Org-style outline


From: Giovanni Ridolfi
Subject: Re: [Orgmode] Org-style outline
Date: Fri, 12 Feb 2010 11:53:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (windows-nt)

David Maus <address@hidden> 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
>> ;; headline 2
>>
>> And it begin to have the ability to display my el file just as Org
>> does?
>>
>
> I don't think so.

Sorry for my previous email. I still think so:

please have a look at: 
http://www.emacswiki.org/emacs/OrgMode   Specific Tasks

  Org Mode can be easily configured to help edit Wikipedia articles 
  by changing outline-regexp in the mode hook:

  (add-hook 'org-mode-hook '(lambda () (setq outline-regexp "=+")))

  If you use WThreeM, add the following instead:

  (setq w3m-form-textarea-edit-mode 'org-mode)
  (add-hook 'w3m-form-input-textarea-mode-hook
          '(lambda nil
                   (setq outline-regexp "=+")))


and a look at 
  http://www.emacswiki.org/emacs/OutlineMode   Customizing Heading Definition

may give some suggestions.

cheers,
Giovanni





reply via email to

[Prev in Thread] Current Thread [Next in Thread]