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

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

Re: org-mode-abbrev-table and text-mode-abbrev-table


From: carsten . dominik
Subject: Re: org-mode-abbrev-table and text-mode-abbrev-table
Date: Fri, 18 Apr 2008 22:04:00 -0700 (PDT)
User-agent: G2/1.0

On Apr 17, 4:59 pm, Seweryn Kokot <sko...@o2.pl> wrote:
> Hello,
>
> I would like to have the same abbrevs inorg-modeand text-mode.
> I defined text-mode-abbrev-table, but the abbrevs are invisible inorg-mode. I
> know that message-mode inherits abbrevs from text-mode and it would be nice to
> have the same behaviour fororg-mode. Any idea how to solve the problem?
>
> Best regards.

Hi Seweryn,

this would be

(add-hook 'org-mode-hook
  (lambda () (setq local-abbrev-table text-mode-abbrev-table)))

This could be done by default, but people use Org for so many
different things
that I do not want to impose this.

- Carsten


reply via email to

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