emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Seweryn Kokot <s.kokot@po.opole.pl>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-mode-abbrevs-table and text-mode-abbrevs-table
Date: Sat, 19 Apr 2008 07:15:23 +0200	[thread overview]
Message-ID: <F3B87DF0-EC04-4755-8EF5-E7D98C95E188@science.uva.nl> (raw)
In-Reply-To: <87prsowift.fsf@poczta.po.opole.pl>


[-- Attachment #1.1: Type: text/plain, Size: 660 bytes --]


On Apr 17, 2008, at 6:32 PM, Seweryn Kokot wrote:

> Hello,
>
> I would like to have the same abbrevs in org-mode and text-mode.
> I defined text-mode-abbrev-table, but the abbrevs are invisible in  
> org-mode. I
> know that message-mode inherits abbrevs from text-mode and it would  
> be nice to
> have the same behaviour for org-mode. Any idea how to solve the  
> problem?
>
> Best regards.
> Seweryn Kokot


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


[-- Attachment #1.2: Type: text/html, Size: 2590 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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	other threads:[~2008-04-19  5:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-17 16:32 org-mode-abbrevs-table and text-mode-abbrevs-table Seweryn Kokot
2008-04-19  5:15 ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F3B87DF0-EC04-4755-8EF5-E7D98C95E188@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=s.kokot@po.opole.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).