emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
To: David Maus <maus.david@gmail.com>
Cc: Chao Lu <loochao@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Org-style outline
Date: Fri, 12 Feb 2010 11:53:57 +0100	[thread overview]
Message-ID: <83ocjuohbu.fsf@yahoo.it> (raw)
In-Reply-To: <87r5oqx2lr.wl%maus.david@gmail.com> (David Maus's message of "Fri, 12 Feb 2010 09:47:12 +0100")

David Maus <maus.david@gmail.com> 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

  parent reply	other threads:[~2010-02-12 10:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-12  5:38 Org-style outline Chao Lu
2010-02-12  8:47 ` David Maus
2010-02-12 10:31   ` Giovanni Ridolfi
2010-02-12 10:53   ` Giovanni Ridolfi [this message]
2010-02-12 16:14 ` Thomas S. Dye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83ocjuohbu.fsf@yahoo.it \
    --to=giovanni.ridolfi@yahoo.it \
    --cc=emacs-orgmode@gnu.org \
    --cc=loochao@gmail.com \
    --cc=maus.david@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).