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- mode-abbrev-table)))

However, as org-mode is a text-mode, why not use
`text-mode-abbrev-table' by default?

Because if I do tis by default, someone if going to want
to have a separate table.... :-)

You solution is good - a nice snippet for a FAQ, maybe?

- Carsten



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to