help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: code folding


From: Le Wang
Subject: Re: code folding
Date: Tue, 16 Aug 2011 18:39:10 +0800

On Sun, Aug 14, 2011 at 4:12 AM, Jambunathan K <kjambunathan@gmail.com> wrote:
> Look at bindings effective while in orgstruct(++)-mode.
>
> Do a C-h b and search for orgstruct.
>

I have the following code in my ruby-mode-hook to enable code folding
using outline-minor-mode + outline-magic.

(outline-minor-mode 1)
(set (make-local-variable 'outline-regexp) "^[ \t]*\\(?:def
\\|class\\|module\\)\\|^[ \t]*###==")

What's the equivalent in orgstruct?  org-outline-regexp seems
interesting but isn't documented.

-- 
Le



reply via email to

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