emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode


From: Jonas Bernoulli
Subject: Re: [O] Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode
Date: Tue, 10 Nov 2015 00:30:25 +0100
User-agent: mu4e 0.9.15; emacs 25.0.50.1

> #+BEGIN_SRC emacs-lisp
>   (add-hook 'elisp-mode-hook 'turn-on-orgtbl)
>   (add-hook 'elisp-mode-hook
>             (lambda ()
>                     (setq-local orgstruct-heading-prefix-regexp
>                                 ";; ")))
> #+END_SRC

It appears the stupid thing I did was that I used ";;" instead.

Thanks for the help.



reply via email to

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