Re: [Orgmode] text-mode-abbrev-table default?

2009-10-28 Thread Andreas Röhler
Carsten Dominik wrote: > > On Oct 27, 2009, at 10:45 PM, Andreas Roehler wrote: > >> >> Hi, >> >> with abbrev-mode, org-mode made his own >> (org-mode-abbrev-table) - empty, which was >> unconvenient, as I declared a lot of abbrevs in >> text-mode already. >> >> Solved it by >> >> (add-hook 'org-

Re: [Orgmode] text-mode-abbrev-table default?

2009-10-28 Thread Carsten Dominik
On Oct 27, 2009, at 10:45 PM, Andreas Roehler wrote: Hi, with abbrev-mode, org-mode made his own (org-mode-abbrev-table) - empty, which was unconvenient, as I declared a lot of abbrevs in text-mode already. Solved it by (add-hook 'org-mode-hook '(lambda () (setq local-abbrev-table text- mo

[Orgmode] text-mode-abbrev-table default?

2009-10-28 Thread Andreas Roehler
Hi, with abbrev-mode, org-mode made his own (org-mode-abbrev-table) - empty, which was unconvenient, as I declared a lot of abbrevs in text-mode already. Solved it by (add-hook 'org-mode-hook '(lambda () (setq local-abbrev-table text-mode-abbrev-table))) However, as org-mode is a text-mode, w